Accepting request 717381 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/717381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oauthlib?expand=0&rev=25
This commit is contained in:
commit
719856c4cb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ce32c5d989a1827e3f1148f98b9085ed2370fc939bf524c9c851d8714797298
|
||||
size 149303
|
3
oauthlib-3.0.2.tar.gz
Normal file
3
oauthlib-3.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4d99ae8ccfb7d33ba9591b59355c64eef5241534aa3da2e4c0435346b84bc8e
|
||||
size 149894
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 21 16:58:02 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- 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 <jayvdb@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user