diff --git a/oauthlib-3.0.1.tar.gz b/oauthlib-3.0.1.tar.gz deleted file mode 100644 index 1c78199..0000000 --- a/oauthlib-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ce32c5d989a1827e3f1148f98b9085ed2370fc939bf524c9c851d8714797298 -size 149303 diff --git a/oauthlib-3.0.2.tar.gz b/oauthlib-3.0.2.tar.gz new file mode 100644 index 0000000..bf7bfcb --- /dev/null +++ b/oauthlib-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d99ae8ccfb7d33ba9591b59355c64eef5241534aa3da2e4c0435346b84bc8e +size 149894 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 16bdbbc..71f7eef 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jul 21 16:58:02 UTC 2019 - Arun Persaud + +- specfile: + * be more specific in %files section + +- update to version 3.0.2: + * #650: Fixed space encoding in base string URI used in the + signature base string. + * #652: Fixed OIDC /token response which wrongly returned + "&state=None" + * #654: Doc: The value state must not be stored by the AS, only + returned in /authorize response. + * #656: Fixed OIDC "nonce" checks: raise errors when it's mandatory + ------------------------------------------------------------------- Sun Feb 17 00:40:20 UTC 2019 - John Vandenberg diff --git a/python-oauthlib.spec b/python-oauthlib.spec index b1daa4e..81e3905 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-oauthlib -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: A Generic Implementation of the OAuth Request-Signing Logic License: BSD-3-Clause @@ -72,6 +72,9 @@ veneer on top of OAuthLib and get OAuth support for very little effort. %files %{python_files} %license LICENSE %doc README.rst CHANGELOG.rst -%{python_sitelib}/* +%dir %{python_sitelib}/oauthlib +%{python_sitelib}/oauthlib/* +%dir %{python_sitelib}/oauthlib-%{version}-py*.egg-info +%{python_sitelib}/oauthlib-%{version}-py*.egg-info/* %changelog