diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-07-31 17:02:08 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-31 21:52:08 +0200 |
commit | 62cd0bcf4b218bdf17b120e61de683977277d13d (patch) | |
tree | 05ea24671ddb80991029408a5bf47551242648c8 /package/python-oauthlib/Config.in | |
parent | 9e322d49981efe80481515b338378e74388213c7 (diff) | |
download | buildroot-62cd0bcf4b218bdf17b120e61de683977277d13d.tar.gz buildroot-62cd0bcf4b218bdf17b120e61de683977277d13d.zip |
package/python-oauthlib: bump version to 2.1.0
Updated package using scanpypi.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-oauthlib/Config.in')
-rw-r--r-- | package/python-oauthlib/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-oauthlib/Config.in b/package/python-oauthlib/Config.in index d6617f3898..65016c1d08 100644 --- a/package/python-oauthlib/Config.in +++ b/package/python-oauthlib/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_PYTHON_OAUTHLIB A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. - https://github.com/idan/oauthlib + https://github.com/oauthlib/oauthlib |