diff --git a/oauthlib-2.0.1.tar.gz b/oauthlib-2.0.1.tar.gz deleted file mode 100644 index 7d27d24..0000000 --- a/oauthlib-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:132ad46df25e53a84b33f1fd43f80e973cda2cb018cc0168d7d0c8c4d5cef9b5 -size 122966 diff --git a/oauthlib-2.0.2.tar.gz b/oauthlib-2.0.2.tar.gz new file mode 100644 index 0000000..2e43dff --- /dev/null +++ b/oauthlib-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b9b47f2a263fe249b5b48c4e25a5bce882ff20a0ac34d553ce43cff55b53ac +size 125631 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 69fd001..3c2f5ae 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 21 14:03:34 UTC 2017 - tbechtold@suse.com + +- update to 2.0.2: + * Dropped support for Python 2.6, 3.2 & 3.3. + * (FIX) `OpenIDConnector` will no longer raise an AttributeError when calling + `openid_authorization_validator()` twice. + ------------------------------------------------------------------- Sun May 7 15:22:56 UTC 2017 - pousaduarte@gmail.com diff --git a/python-oauthlib.spec b/python-oauthlib.spec index fe96131..15e2248 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-oauthlib -Version: 2.0.1 +Version: 2.0.2 Release: 0 Url: https://github.com/idangazit/oauthlib Summary: A Generic Implementation of the OAuth Request-Signing Logic @@ -26,27 +26,22 @@ License: BSD-3-Clause Group: Development/Languages/Python Source: https://pypi.io/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build - -BuildRequires: fdupes -BuildRequires: python-rpm-macros - +BuildRequires: %{python_module PyJWT} BuildRequires: %{python_module blinker} BuildRequires: %{python_module cryptography} BuildRequires: %{python_module devel} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} -BuildRequires: %{python_module PyJWT} BuildRequires: %{python_module pyasn1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module unittest2} - +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-PyJWT Requires: python-blinker Requires: python-cryptography -Requires: python-PyJWT - BuildArch: noarch - %python_subpackages %description