15
0

Accepting request 1003021 from home:apersaud:branches:devel:languages:python

Fixes https://bugzilla.suse.com/show_bug.cgi?id=1203333

- 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

OBS-URL: https://build.opensuse.org/request/show/1003021
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=56
This commit is contained in:
2022-09-13 07:11:16 +00:00
committed by Git OBS Bridge
parent 0195e72b1b
commit af4dc9f708
4 changed files with 23 additions and 10 deletions

View File

@@ -19,23 +19,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-oauthlib
Version: 3.2.0
Version: 3.2.1
Release: 0
Summary: A Generic Implementation of the OAuth Request-Signing Logic
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/oauthlib/oauthlib
Source: https://files.pythonhosted.org/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz
BuildRequires: %{python_module PyJWT >= 1.0.0}
BuildRequires: %{python_module blinker}
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module PyJWT >= 2.0.0}
BuildRequires: %{python_module blinker >= 1.4}
BuildRequires: %{python_module cryptography >= 3.0.0 }
BuildRequires: %{python_module pyasn1}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyJWT >= 1.0.0
Requires: python-blinker
Requires: python-cryptography
Requires: python-PyJWT >= 2.0.0
Requires: python-blinker >= 1.4
Requires: python-cryptography >= 3.0.0
BuildArch: noarch
%python_subpackages