From 47e1226c68b658153838a6ae1219db0d2fe3c308ca6b21ef50a2a46f0d575966 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 21 Jul 2019 20:00:25 +0000 Subject: [PATCH] Accepting request 717368 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/717368 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=42 --- oauthlib-3.0.1.tar.gz | 3 --- oauthlib-3.0.2.tar.gz | 3 +++ python-oauthlib.changes | 15 +++++++++++++++ python-oauthlib.spec | 7 +++++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 oauthlib-3.0.1.tar.gz create mode 100644 oauthlib-3.0.2.tar.gz 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