<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-qrcode, 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>2022-03-17T02:38:32Z</updated>
<entry>
<title>python-packages: Remove unused library packages</title>
<updated>2022-03-17T02:38:32Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2022-03-07T16:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=26f99270d276033569fd4e7ec079f7947b75bc17'/>
<id>urn:sha1:26f99270d276033569fd4e7ec079f7947b75bc17</id>
<content type='text'>
With the removal of Seafile, these library packages no longer have any
in-repo users. They will be imported into the abandoned packages
repo[1].

[1]: https://github.com/openwrt/packages-abandoned/pull/24

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-qrcode: bump to 7.3.1</title>
<updated>2021-10-14T05:21:06Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2021-10-11T12:39:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f263ed4449513015d584c357f002090c18117571'/>
<id>urn:sha1:f263ed4449513015d584c357f002090c18117571</id>
<content type='text'>
This is a major update, which drops support for python &lt; 3.6, among
other changes, better seen at:
https://github.com/lincolnloop/python-qrcode/blob/v7.3.1/CHANGES.rst

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&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>python-libraries: Remove Python 2 variants</title>
<updated>2020-04-02T06:57:30Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-01T14:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=658b1b67587c4698f6a4c182e9afea7cb5fba2ee'/>
<id>urn:sha1:658b1b67587c4698f6a4c182e9afea7cb5fba2ee</id>
<content type='text'>
The Python 2 variants will be added to the abandoned packages feed.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Use pypi.mk for Python packages</title>
<updated>2019-10-30T15:16:18Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2019-10-20T19:03:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=635cb1309c4d52763c03bc00e7c367e06908b54f'/>
<id>urn:sha1:635cb1309c4d52763c03bc00e7c367e06908b54f</id>
<content type='text'>
This updates all Python packages that download their source from PyPi to
use pypi.mk.

This will allow future improvements/changes to pypi.mk to affect all
relevant packages.

This also makes it easier for future Python packages to start using
pypi.mk, when it's clear how it is used in existing packages.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-qrcode: update Eneas' email as per prev request</title>
<updated>2019-07-11T12:10:09Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2019-07-11T12:08:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f5eb040e6bf89d07d4671523dd1b1c8d1e9960a7'/>
<id>urn:sha1:f5eb040e6bf89d07d4671523dd1b1c8d1e9960a7</id>
<content type='text'>
The email change was part of a previous request from a different PR series.
In this series, the change is the only thing left to do (from what the
original changeset intended to do).

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-qrcode: add Python3</title>
<updated>2019-07-05T16:07:24Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2019-03-03T10:37:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c7a31ec5efc074433c5743a6d878784551c8fc8'/>
<id>urn:sha1:6c7a31ec5efc074433c5743a6d878784551c8fc8</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-qrcode: adjust Makefile style</title>
<updated>2019-05-18T02:10:40Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-05-16T14:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8b03ed31248b43a653926de3e25f657408b2e515'/>
<id>urn:sha1:8b03ed31248b43a653926de3e25f657408b2e515</id>
<content type='text'>
Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>python-qrcode: bump to 6.1, fix dependencies</title>
<updated>2019-03-11T11:29:46Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-03-08T19:00:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9c4d764b27e0904b6303c8eba38c5e697ef53d5f'/>
<id>urn:sha1:9c4d764b27e0904b6303c8eba38c5e697ef53d5f</id>
<content type='text'>
The package was missing dependencies on pillow and python-setuptools.

The Makefile was simplified.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>python-qrcode: add new package</title>
<updated>2018-06-23T19:50:49Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-06-23T19:50:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2f6a99991dbeb4bf4779f78cc82c18e6d46022f7'/>
<id>urn:sha1:2f6a99991dbeb4bf4779f78cc82c18e6d46022f7</id>
<content type='text'>
QR Code image generator.
This package is a direct dependency of seafile-seahub.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
</feed>
