<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-oauthlib, 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-oauthlib: bump to 3.1.1</title>
<updated>2021-10-14T05:21:06Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2021-10-11T11:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3b1e48e546fbe5508ae2dc7c55765ea8f03dc39a'/>
<id>urn:sha1:3b1e48e546fbe5508ae2dc7c55765ea8f03dc39a</id>
<content type='text'>
This is a minor update, which officially supports Python 3.8, and
removes Python 2 code, among several bugfixes.

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-oauthlib: bump to 3.1.0</title>
<updated>2019-08-22T17:40:20Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-08-22T17:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ab990af307cb401317e4e3d041b2bfe60ee0ccdb'/>
<id>urn:sha1:ab990af307cb401317e4e3d041b2bfe60ee0ccdb</id>
<content type='text'>
This is a feature release including improvement to OIDC and security
enhancements, as well as bugfixes.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-oauthlib: update to 3.0.2 (bugfix release)</title>
<updated>2019-07-10T18:33:06Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-07-09T18:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c4ba3a58dee6a0aabceb248b765dfbbae3a4878'/>
<id>urn:sha1:6c4ba3a58dee6a0aabceb248b765dfbbae3a4878</id>
<content type='text'>
Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-oauthlib: adjust Makefile style</title>
<updated>2019-05-18T02:10:39Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-05-16T14:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=37ebbb545eea22078cdc5758fcc00d738691e6a0'/>
<id>urn:sha1:37ebbb545eea22078cdc5758fcc00d738691e6a0</id>
<content type='text'>
Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>python-oauthlib: update to 3.0.1</title>
<updated>2019-03-18T21:16:11Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-03-08T19:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ef59c595d464654783792d7987b50f4f0b30d44e'/>
<id>urn:sha1:ef59c595d464654783792d7987b50f4f0b30d44e</id>
<content type='text'>
This is a major update with bufixes, new features and API changes.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>python-oauthlib: add python3 package</title>
<updated>2018-12-05T10:11:02Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-12-04T15:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f7ca9643a623a87fbea5256d1b177b116f707b26'/>
<id>urn:sha1:f7ca9643a623a87fbea5256d1b177b116f707b26</id>
<content type='text'>
Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
</feed>
