<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-eventlet, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-04-06T05:29:13Z</updated>
<entry>
<title>python-eventlet: update to 0.41.0</title>
<updated>2026-04-06T05:29:13Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-05T00:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=10a5d4024cd2a9cca2d213054d01abd79a12eec5'/>
<id>urn:sha1:10a5d4024cd2a9cca2d213054d01abd79a12eec5</id>
<content type='text'>
Update to version 0.41.0

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python3: merge python3-email into python3-urllib</title>
<updated>2026-04-04T15:27:26Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-02T16:16:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e0a12562b7bfd36348135cecd83073e89ebe2921'/>
<id>urn:sha1:e0a12562b7bfd36348135cecd83073e89ebe2921</id>
<content type='text'>
As we're seeing in various test.sh scrip runs, importing 'email' fails
with not finding 'urllib' and vice-versa.

Then via a7e96ec91 ("python3-email: add python3-urllib as dependency")
I created a circular dependency.
So, might as well merge the two packages into one (named python3-urllib)
and updates all dependencies to pull python3-urllib.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python3-email: add python3-urllib as dependency</title>
<updated>2026-04-01T07:29:21Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-30T17:29:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a7e96ec919a1a4efcf1d05ccccda09d95f98e864'/>
<id>urn:sha1:a7e96ec919a1a4efcf1d05ccccda09d95f98e864</id>
<content type='text'>
In recent versions of Python, trying to include 'email' also pulls
in urllib from CPython.
So just add it as dependency.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: remove Jan Pavlinec as maintainer</title>
<updated>2026-03-29T06:00:28Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-29T05:51:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=35d9eadb5b818f509b849ca75d3f24d8671812ab'/>
<id>urn:sha1:35d9eadb5b818f509b849ca75d3f24d8671812ab</id>
<content type='text'>
Jan Pavlinec &lt;jan.pavlinec1@gmail.com&gt; is no longer maintaining
these packages. Remove him from the PKG_MAINTAINER field across
all affected packages.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python/python-eventlet: assign PKG_CPE_ID</title>
<updated>2026-03-20T16:54:38Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-19T22:02:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=da53869fb26b05335b6ca483c4b067f5023cd5c9'/>
<id>urn:sha1:da53869fb26b05335b6ca483c4b067f5023cd5c9</id>
<content type='text'>
cpe:/a:eventlet:eventlet is the correct CPE ID for python-eventlet:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:eventlet:eventlet

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-eventlet: bump to 0.40.4</title>
<updated>2026-03-19T10:45:20Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-15T10:47:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3a31ea37bbf2367903eeb83e6071e5b6791b2a3a'/>
<id>urn:sha1:3a31ea37bbf2367903eeb83e6071e5b6791b2a3a</id>
<content type='text'>
Full release notes:
https://github.com/eventlet/eventlet/blob/master/NEWS

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: add Alexandru Ardelean as co-maintainer</title>
<updated>2026-03-14T08:51:33Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-14T08:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=27b6ad53b9e56c38b7a99e123584c562e8ba1b5a'/>
<id>urn:sha1:27b6ad53b9e56c38b7a99e123584c562e8ba1b5a</id>
<content type='text'>
Add 'Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;' as co-maintainer
alongside Jan Pavlinec &lt;jan.pavlinec1@gmail.com&gt; for all packages
where Jan Pavlinec is listed as maintainer.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-eventlet: bump to version 0.40.3</title>
<updated>2025-11-16T09:56:16Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-11-14T10:35:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e3024cc5b4ff627da5e541458b5709c25822706c'/>
<id>urn:sha1:e3024cc5b4ff627da5e541458b5709c25822706c</id>
<content type='text'>
This change updates eventlet to 0.40.3
It no longer needs 'six'
Needs python-setuptools/host &amp; python-hatchling/host &amp;
python-hatch-vcs/host as PKG_BUILD_DEPENDS.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-eventlet: bump to version 0.33.3</title>
<updated>2023-04-29T10:43:16Z</updated>
<author>
<name>Stepan Henek</name>
</author>
<published>2023-04-27T13:02:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=eb7275402e6559514e2322a1ef2dabaf7147153b'/>
<id>urn:sha1:eb7275402e6559514e2322a1ef2dabaf7147153b</id>
<content type='text'>
old eventlet is not working well with python3.10

```
root@turris:~# python3
Python 3.10.9 (main, Feb  9 2023, 10:37:45) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
&gt;&gt;&gt; import eventlet
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
  File "/usr/lib/python3.10/site-packages/eventlet/__init__.py", line 17, in &lt;module&gt;
  File "/usr/lib/python3.10/site-packages/eventlet/convenience.py", line 7, in &lt;module&gt;
  File "/usr/lib/python3.10/site-packages/eventlet/green/socket.py", line 4, in &lt;module&gt;
  File "/usr/lib/python3.10/site-packages/eventlet/green/_socket_nodns.py", line 11, in &lt;module&gt;
  File "/usr/lib/python3.10/site-packages/eventlet/greenio/__init__.py", line 3, in &lt;module&gt;
  File "/usr/lib/python3.10/site-packages/eventlet/greenio/base.py", line 32, in &lt;module&gt;
  File "/usr/lib/python3.10/site-packages/eventlet/timeout.py", line 166, in wrap_is_timeout
TypeError: cannot set 'is_timeout' attribute of immutable type 'TimeoutError'
```

see 0.33.3 release notes for details - https://eventlet.net/doc/changelog.html#id1

Signed-off-by: Stepan Henek &lt;stepan.henek@nic.cz&gt;
</content>
</entry>
<entry>
<title>treewide: change email</title>
<updated>2021-07-29T11:21:02Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2021-07-08T13:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3ee2a087a393e02e40fb49345059d0f2f62a6556'/>
<id>urn:sha1:3ee2a087a393e02e40fb49345059d0f2f62a6556</id>
<content type='text'>
Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com

Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
</feed>
