<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-idna, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-03-13T17:53:21Z</updated>
<entry>
<title>treewide: remove myself as maintainer</title>
<updated>2026-03-13T17:53:21Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2026-03-13T17:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=376cbe460ae270c02f2eb245940ddf5d7af9cc96'/>
<id>urn:sha1:376cbe460ae270c02f2eb245940ddf5d7af9cc96</id>
<content type='text'>
slide-switch is my software, I choose to continue to be sole maintainer.
(This was also the case in #28429.)

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: add me as co-maintainer to Jeffery's packages</title>
<updated>2026-03-13T17:04:53Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-13T17:00:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a7e01c91b60c644d08dd309e78cc7bb83d361d6a'/>
<id>urn:sha1:a7e01c91b60c644d08dd309e78cc7bb83d361d6a</id>
<content type='text'>
Add 'Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;' as co-maintainer
alongside Jeffery To &lt;jeffery.to@gmail.com&gt; for all packages where
Jeffery To is listed as maintainer.

Supersedes PR: https://github.com/openwrt/packages/pull/28429

We can have another PR where Jeffery removes himself later.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-idna: bump to version 3.11</title>
<updated>2025-11-26T12:51:45Z</updated>
<author>
<name>Ioan Bobar</name>
</author>
<published>2025-11-10T08:15:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=00204af37d59a98eb1a69771653fcd8563f0db54'/>
<id>urn:sha1:00204af37d59a98eb1a69771653fcd8563f0db54</id>
<content type='text'>
bump to version 3.11

Signed-off-by: Ioan Bobar &lt;ioan.bobar@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-idna: add hostbuild</title>
<updated>2024-12-09T08:57:04Z</updated>
<author>
<name>Austin Lane</name>
</author>
<published>2024-12-05T05:46:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6bb68d4682d6c79145e7131666da9588ab6c354d'/>
<id>urn:sha1:6bb68d4682d6c79145e7131666da9588ab6c354d</id>
<content type='text'>
Signed-off-by: Austin Lane &lt;vidplace7@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-idna: Update to 3.6</title>
<updated>2023-11-30T04:58:06Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-11-28T01:13:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7d1febb77fde235fd960ec3dbf021da52f618ecf'/>
<id>urn:sha1:7d1febb77fde235fd960ec3dbf021da52f618ecf</id>
<content type='text'>
This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-idna: Update to 3.4</title>
<updated>2023-04-25T04:48:47Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-04-17T12:46:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=743204ff2dc5f170ea40b13159b9a061112fc363'/>
<id>urn:sha1:743204ff2dc5f170ea40b13159b9a061112fc363</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-packages: remove myself as maintainer</title>
<updated>2021-11-23T11:14:43Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-11-23T11:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=48ce6e48b617ee72e40220e6ab6b7ceaa079a192'/>
<id>urn:sha1:48ce6e48b617ee72e40220e6ab6b7ceaa079a192</id>
<content type='text'>
There's been a bit of overlapping opinions on some of these packages.
The best thing to do here is to reduce ownership and relinquish my
control.

This patch does that.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-idna: bump to version 3.3</title>
<updated>2021-10-19T20:22:25Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-10-18T07:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9fe8937d54a9b68552935783b7ce32388be87039'/>
<id>urn:sha1:9fe8937d54a9b68552935783b7ce32388be87039</id>
<content type='text'>
And use AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-idna: bump to version 3.2</title>
<updated>2021-06-02T16:25:55Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-06-02T11:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fe698b5fca2e7aca7f4c207ae6e8cdbaf0ffac53'/>
<id>urn:sha1:fe698b5fca2e7aca7f4c207ae6e8cdbaf0ffac53</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
</feed>
