forked from pool/python-oauthlib
Accepting request 1003122 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1003122 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oauthlib?expand=0&rev=32
This commit is contained in:
commit
f3b2f2717f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:23a8208d75b902797ea29fd31fa80a15ed9dc2c6c16fe73f5d346f83f6fa27a2
|
|
||||||
size 163829
|
|
3
oauthlib-3.2.1.tar.gz
Normal file
3
oauthlib-3.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1565237372795bf6ee3e5aba5e2a85bd5a65d0e2aa5c628b9a97b7d7a0da3721
|
||||||
|
size 176109
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 12 14:39:20 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update requirements
|
||||||
|
|
||||||
|
- update to version 3.2.1:
|
||||||
|
* OAuth2.0 Provider: * #803: Metadata endpoint support of non-HTTPS
|
||||||
|
* CVE-2022-36087, bugzilla # 1203333
|
||||||
|
* OAuth1.0: * #818: Allow IPv6 being parsed by signature
|
||||||
|
* General: * Improved and fixed documentation warnings. * Cosmetic
|
||||||
|
changes based on isort
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 3 20:02:09 UTC 2022 - Arun Persaud <arun@gmx.de>
|
Thu Feb 3 20:02:09 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -19,23 +19,23 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-oauthlib
|
Name: python-oauthlib
|
||||||
Version: 3.2.0
|
Version: 3.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Generic Implementation of the OAuth Request-Signing Logic
|
Summary: A Generic Implementation of the OAuth Request-Signing Logic
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyJWT >= 1.0.0}
|
BuildRequires: %{python_module PyJWT >= 2.0.0}
|
||||||
BuildRequires: %{python_module blinker}
|
BuildRequires: %{python_module blinker >= 1.4}
|
||||||
BuildRequires: %{python_module cryptography}
|
BuildRequires: %{python_module cryptography >= 3.0.0 }
|
||||||
BuildRequires: %{python_module pyasn1}
|
BuildRequires: %{python_module pyasn1}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyJWT >= 1.0.0
|
Requires: python-PyJWT >= 2.0.0
|
||||||
Requires: python-blinker
|
Requires: python-blinker >= 1.4
|
||||||
Requires: python-cryptography
|
Requires: python-cryptography >= 3.0.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user