From af4dc9f7082d29d3c7120355e368ec0b28b5ebd470f457a594f711fdcfaa75ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 13 Sep 2022 07:11:16 +0000 Subject: [PATCH] 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 --- oauthlib-3.2.0.tar.gz | 3 --- oauthlib-3.2.1.tar.gz | 3 +++ python-oauthlib.changes | 13 +++++++++++++ python-oauthlib.spec | 14 +++++++------- 4 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 oauthlib-3.2.0.tar.gz create mode 100644 oauthlib-3.2.1.tar.gz diff --git a/oauthlib-3.2.0.tar.gz b/oauthlib-3.2.0.tar.gz deleted file mode 100644 index 89cce57..0000000 --- a/oauthlib-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23a8208d75b902797ea29fd31fa80a15ed9dc2c6c16fe73f5d346f83f6fa27a2 -size 163829 diff --git a/oauthlib-3.2.1.tar.gz b/oauthlib-3.2.1.tar.gz new file mode 100644 index 0000000..cb76fca --- /dev/null +++ b/oauthlib-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1565237372795bf6ee3e5aba5e2a85bd5a65d0e2aa5c628b9a97b7d7a0da3721 +size 176109 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 9b3054b..a90ae80 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Sep 12 14:39:20 UTC 2022 - Arun Persaud + +- 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 diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 4c24516..7215b9e 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -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