<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-requests-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-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>python-requests-oauthlib: bump to 1.3.0</title>
<updated>2019-11-11T11:18:07Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-11-11T00:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=03fc32571fafaed8bf2185e8e8ea8d3f60483cca'/>
<id>urn:sha1:03fc32571fafaed8bf2185e8e8ea8d3f60483cca</id>
<content type='text'>
- Instagram compliance fix
- Added force_querystring argument to fetch_token() method on
  OAuth2Session

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@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-requests-oauthlib: add python3, clean deps</title>
<updated>2019-05-24T16:59:55Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-05-16T14:53:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ea781a938cc3d4c733dbcc90f0ff5f3b7409679c'/>
<id>urn:sha1:ea781a938cc3d4c733dbcc90f0ff5f3b7409679c</id>
<content type='text'>
Added a python3 variant, and removed python-cryptography, and pyjwt from
the dependencies.  They are required only to run one test, that is not
even being installed.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>python-requests-oauthlib: update to 1.2.0</title>
<updated>2019-03-18T21:16:11Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-03-08T19:24:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ad001446d5bcfa9a5e4e008ab9a371856f06eb40'/>
<id>urn:sha1:ad001446d5bcfa9a5e4e008ab9a371856f06eb40</id>
<content type='text'>
This version adds compatibility with OAuthlib 3.0.0 and above.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>python-requests-oauthlib: use PyPackage to build</title>
<updated>2018-12-05T10:34:01Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-12-04T18:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=53dfce1b23cb88e46d19fbe5474b5ae020bdf03f'/>
<id>urn:sha1:53dfce1b23cb88e46d19fbe5474b5ae020bdf03f</id>
<content type='text'>
Updated Makefile to use PyPackage, added option to build source package,
updated PKG_SOURCE_URL, and adpated to python-pyjwt new package name.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>python-requests-oauthlib: add new package</title>
<updated>2018-06-23T19:57:21Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-06-23T19:57:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d53997d59affc704fab8d78cb8aba12799cde296'/>
<id>urn:sha1:d53997d59affc704fab8d78cb8aba12799cde296</id>
<content type='text'>
OAuthlib authentication support for Requests.
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>
