<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python3-sqlparse/Makefile, 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-07-25T05:46:27Z</updated>
<entry>
<title>python3-sqlparse: Update to 0.4.4, rename source package</title>
<updated>2023-07-25T05:46:27Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-07-19T18:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aa44ed23ce0da733c0580719b1f21a6adbd848f1'/>
<id>urn:sha1:aa44ed23ce0da733c0580719b1f21a6adbd848f1</id>
<content type='text'>
This renames the source package to python-sqlparse to match other Python
packages.

This also updates the build dependencies; package now uses the flit-core
build backend.

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>python3-sqlparse: update to version 0.4.1</title>
<updated>2020-10-17T18:10:44Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-10-17T18:10:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=89d3b996703f846749b66ae4878ba5a55a9d8e9a'/>
<id>urn:sha1:89d3b996703f846749b66ae4878ba5a55a9d8e9a</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>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-sqlparse: update to 0.3.1</title>
<updated>2020-03-11T18:21:26Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-03-11T18:07:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=35ef7b588d87b039b625bf2479a9af96377820f0'/>
<id>urn:sha1:35ef7b588d87b039b625bf2479a9af96377820f0</id>
<content type='text'>
Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>sqlparse: add python3 package</title>
<updated>2019-10-31T23:32:05Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2019-10-27T20:23:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=14e51044d72d68de036fd855af35ab6ef7cbaba7'/>
<id>urn:sha1:14e51044d72d68de036fd855af35ab6ef7cbaba7</id>
<content type='text'>
This is a dependency for django-cors-headers.

Install sqlformat without using pkg-resources:
Upstream uses the entry_point function to call the __main__.py script.
We copy it for avoiding the dependency on pkg_resources and full python3 in turn.

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