<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python3-asgiref, 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>2023-06-07T20:19:54Z</updated>
<entry>
<title>python3-asgiref: Update to 3.7.2, rename source package</title>
<updated>2023-06-07T20:19:54Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-06-06T09:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b098f2ac40b74117ed596cbecb2ab9abfa4388e1'/>
<id>urn:sha1:b098f2ac40b74117ed596cbecb2ab9abfa4388e1</id>
<content type='text'>
This renames the source package to python-asgiref to match other Python
packages.

This also updates the package title and URL.

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.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>nginx, python3-{asgiref,django-cors-headers,drf-nested-routers,sqlparse}: bump versions</title>
<updated>2021-10-30T08:12:02Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2021-10-27T10:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=55c3bc14f76675eee01119f7e1a65412eda55f65'/>
<id>urn:sha1:55c3bc14f76675eee01119f7e1a65412eda55f65</id>
<content type='text'>
Update to the newest versions and switch to $(AUTORELEASE) for the python3 packages (where I am the maintainer).

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>asgiref: update to version 3.3.1</title>
<updated>2020-11-30T07:54:17Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-11-28T23:36:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=83ab6b6449b8a720dbbe8ed2294e6211ba99ae39'/>
<id>urn:sha1:83ab6b6449b8a720dbbe8ed2294e6211ba99ae39</id>
<content type='text'>
From https://github.com/django/asgiref/blob/master/CHANGELOG.txt
* Updated StatelessServer to use ASGI v3 single-callable applications.

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>python3-asgiref: update to version 3.3.0</title>
<updated>2020-10-17T18:05:22Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-10-17T18:03:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=77aed0cf17192724d99fbad1796ce60522371251'/>
<id>urn:sha1:77aed0cf17192724d99fbad1796ce60522371251</id>
<content type='text'>
update to newest version

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>python3-asgiref: update version to 3.2.10</title>
<updated>2020-07-20T11:24:04Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-07-17T15:53:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bb4107c4f266b10f68230c7fc84ba8965f7f3872'/>
<id>urn:sha1:bb4107c4f266b10f68230c7fc84ba8965f7f3872</id>
<content type='text'>
update to latest version.

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>python-packages: Clean up Makefiles</title>
<updated>2020-04-22T08:36:55Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-21T17:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be'/>
<id>urn:sha1:2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be</id>
<content type='text'>
This removes:

* Python 3 variants (VARIANT:=python3)

* "for Python3" from package titles

* Package selection condition from package dependencies, e.g.
  +PACKAGE_python3-six:python3-light replaced with +python3-light

* "Default" package information sections, e.g.
  Package/python-six/Default removed and package details merged into
  Package/python3-six

* "(Variant for Python3)" from package descriptions

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-asgiref: update version to 3.2.7</title>
<updated>2020-04-02T09:59:09Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-04-02T09:59:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=24b137808425bf1dad3fc456eb9dafd074477fe3'/>
<id>urn:sha1:24b137808425bf1dad3fc456eb9dafd074477fe3</id>
<content type='text'>
Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>python3-asgiref: update to 3.2.5</title>
<updated>2020-03-11T18:26:52Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-03-11T18:26:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3efb95f69557ea399e3801e4a81d1c485bcc84b6'/>
<id>urn:sha1:3efb95f69557ea399e3801e4a81d1c485bcc84b6</id>
<content type='text'>
Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>python3-asgiref: add package to fix django</title>
<updated>2020-01-30T16:10:16Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-01-28T20:31:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=29f288fda914477cc6fd12826bd430b6d1420b70'/>
<id>urn:sha1:29f288fda914477cc6fd12826bd430b6d1420b70</id>
<content type='text'>
Django 3 has this package as dependency.

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
</feed>
