diff --git a/oauthlib-2.0.7.tar.gz b/oauthlib-2.0.7.tar.gz deleted file mode 100644 index 16b4b12..0000000 --- a/oauthlib-2.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:909665297635fa11fe9914c146d875f2ed41c8c2d78e21a529dd71c0ba756508 -size 128412 diff --git a/oauthlib-2.1.0.tar.gz b/oauthlib-2.1.0.tar.gz new file mode 100644 index 0000000..d9c4c9b --- /dev/null +++ b/oauthlib-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162 +size 128807 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 8046500..ec4a41f 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed May 23 02:49:49 UTC 2018 - arun@gmx.de + +- specfile: + * fix fdupes call for single-spec + +- update to version 2.1.0: + * Fixed some copy and paste typos (#535) + * Use secrets module in Python 3.6 and later (#533) + * Add request argument to confirm_redirect_uri (#504) + * Avoid populating spurious token credentials (#542) + * Make populate attributes API public (#546) + ------------------------------------------------------------------- Mon Mar 26 16:17:21 UTC 2018 - arun@gmx.de diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 7faa335..1c8a90e 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-oauthlib -Version: 2.0.7 +Version: 2.1.0 Release: 0 Summary: A Generic Implementation of the OAuth Request-Signing Logic License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/oauthlib/oauthlib +URL: https://github.com/oauthlib/oauthlib Source: https://files.pythonhosted.org/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz BuildRequires: %{python_module PyJWT} BuildRequires: %{python_module blinker} @@ -67,9 +67,7 @@ veneer on top of OAuthLib and get OAuth support for very little effort. %install %python_install - -#hardlink duplicated files -%fdupes %{buildroot} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test