<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python3-pylint, branch master-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-11-19T00:24:12+00:00</updated>
<entry>
<title>python3-pylint: Upgrade to 4.0.3 release</title>
<updated>2025-11-19T00:24:12+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-11-18T20:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0434d3dad64b532a9f136c077ad9f1d37b1b1b53'/>
<id>urn:sha1:0434d3dad64b532a9f136c077ad9f1d37b1b1b53</id>
<content type='text'>
Forward patches to avoid fuzz, no functional change

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pytest-pylint: 3.3.7 -&gt; 3.3.8</title>
<updated>2025-09-21T21:18:02+00:00</updated>
<author>
<name>Tom Geelen</name>
<email>t.f.g.geelen@gmail.com</email>
</author>
<published>2025-09-21T19:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a3b4aa324d658862c60f4d5aa1c60800aa21012a'/>
<id>urn:sha1:a3b4aa324d658862c60f4d5aa1c60800aa21012a</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pylint: 3.3.6 -&gt; 3.3.7</title>
<updated>2025-07-13T16:46:10+00:00</updated>
<author>
<name>Tom Geelen</name>
<email>t.f.g.geelen@gmail.com</email>
</author>
<published>2025-07-13T15:09:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9370aa574df8fe6d2b243e7491c1610d1339a8c2'/>
<id>urn:sha1:9370aa574df8fe6d2b243e7491c1610d1339a8c2</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pylint: Upgrade 3.3.4 -&gt; 3.3.6</title>
<updated>2025-03-20T21:21:07+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2025-03-20T12:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=115faefc47e48f80afa9ae4e1145a42c77f75de7'/>
<id>urn:sha1:115faefc47e48f80afa9ae4e1145a42c77f75de7</id>
<content type='text'>
Upgrade to release 3.3.6:

- Fix a false positive for used-before-assignment when an inner
  function's return type annotation is a class defined at module
  scope.
- Fix false positives for use-implicit-booleaness-not-comparison,
  use-implicit-booleaness-not-comparison-to-string and
  use-implicit-booleaness-not-comparison-to-zero when chained
  comparisons are checked.
- Fix a false positive for invalid-getnewargs-ex-returned when the
  tuple or dict has been assigned to a name.
- Remove getopt and optparse from the list of deprecated modules.
- Fixed conditional import x.y causing false positive
  possibly-used-before-assignment.
- Fix a crash when something besides a class is found in an except
  handler.
- Fixed raising invalid-name when using camelCase for private
  methods with two leading underscores.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pylint: Upgrade to 3.3.1 release</title>
<updated>2024-10-29T04:25:22+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-10-29T02:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=36a2ea12eb299ac5fe330b6017620b5911c03146'/>
<id>urn:sha1:36a2ea12eb299ac5fe330b6017620b5911c03146</id>
<content type='text'>
brings python 3.13 support

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pylint: Fix ptest failures</title>
<updated>2024-03-14T03:15:29+00:00</updated>
<author>
<name>Dan McGregor</name>
<email>dan.mcgregor@vecima.com</email>
</author>
<published>2024-03-12T16:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0c428fac857d5cdb90862431c34bec1b76bb7cba'/>
<id>urn:sha1:0c428fac857d5cdb90862431c34bec1b76bb7cba</id>
<content type='text'>
Due to the way we install ptests, some imports switch from
first party to third party. Update test expectations

Signed-off-by: Dan McGregor &lt;dan.mcgregor@vecima.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pylint: switch to pytest --automake</title>
<updated>2024-02-17T00:42:39+00:00</updated>
<author>
<name>Tim Orling</name>
<email>ticotimo@gmail.com</email>
</author>
<published>2024-02-17T00:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ee0c034eb9b79821b3a696d77302d983dde4215b'/>
<id>urn:sha1:ee0c034eb9b79821b3a696d77302d983dde4215b</id>
<content type='text'>
* Also replace ${PYTHON_PN} with python3
* Sort all REDEPENDS alphabetically
* Drop trailing whitespace

Signed-off-by: Tim Orling &lt;tim.orling@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pylint: Ignore failing ptests</title>
<updated>2024-01-09T03:54:40+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-01-08T03:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=628084d6b0422df89462c84c7222f6765ab639d8'/>
<id>urn:sha1:628084d6b0422df89462c84c7222f6765ab639d8</id>
<content type='text'>
regression_distutil_import_error_73 seems to fail starting 3.0.3 perhaps
due to dependency upgrade e.g. astroid or some such. Remove it from run
for now.

Match the run command to whats in github actions.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pylint: Upgrade to 3.0.0</title>
<updated>2023-10-04T20:09:38+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-10-03T03:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=79eac8e59ff7be9247e67dfb9033312f9fb7cf0e'/>
<id>urn:sha1:79eac8e59ff7be9247e67dfb9033312f9fb7cf0e</id>
<content type='text'>
Package additional hidden files for ptests (test_primer.py)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>*.patch: add Upstream-Status to all patches</title>
<updated>2023-06-21T16:15:20+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2023-06-21T16:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=be8c765c7c4ed48404da8fd8e813c9f3ab5ad415'/>
<id>urn:sha1:be8c765c7c4ed48404da8fd8e813c9f3ab5ad415</id>
<content type='text'>
There is new patch-status QA check in oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a

This is temporary work around just to hide _many_ warnings from
optional patch-status (if you add it to WARN_QA).

This just added
Upstream-Status: Pending
everywhere without actually investigating what's the proper status.

This is just to hide current QA warnings and to catch new .patch files being
added without Upstream-Status, but the number of Pending patches is now terrible:

5 (26%) 	meta-xfce
6 (50%) 	meta-perl
15 (42%)        meta-webserver
21 (36%)        meta-gnome
25 (57%)        meta-filesystems
26 (43%)        meta-initramfs
45 (45%)        meta-python
47 (55%)        meta-multimedia
312 (63%)       meta-networking
756 (61%)       meta-oe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
