Update to 3.2.2 for CVE-2022-36087
Fix FTBFS with Python 3.12 (rhbz#2192914) Signed-off-by: Michel Lind <salimma@fedoraproject.org>
This commit is contained in:
parent
653a6c1c8a
commit
4d9bf25367
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/oauthlib-3.1.0.tar.gz
|
/oauthlib-3.1.0.tar.gz
|
||||||
/python-oauthlib-3.2.0.tar.gz
|
/python-oauthlib-3.2.0.tar.gz
|
||||||
/python-oauthlib-3.2.1.tar.gz
|
/python-oauthlib-3.2.1.tar.gz
|
||||||
|
/python-oauthlib-3.2.2.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%bcond extras %{undefined rhel}
|
%bcond extras %{undefined rhel}
|
||||||
|
|
||||||
Name: python-oauthlib
|
Name: python-oauthlib
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An implementation of the OAuth request-signing logic
|
Summary: An implementation of the OAuth request-signing logic
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -74,6 +74,10 @@ echo 'import pytest; __getattr__ = lambda _: pytest.skip("this test needs jwt")'
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 19 2023 Michel Lind <salimma@fedoraproject.org> - 3.2.2-1
|
||||||
|
- Update to 3.2.2 for CVE-2022-36087
|
||||||
|
- Fix FTBFS with Python 3.12 (rhbz#2192914)
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-6
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (python-oauthlib-3.2.1.tar.gz) = 7f4ad43adc0b3d6f49c0c4224c92f59f7c1a3dfaae2a7f63403cbb93208898a3388cde1d4e87af5942d80d0390fb49b03ed2b78804f22d0f12225190f6bc7f65
|
SHA512 (python-oauthlib-3.2.2.tar.gz) = c776cf6132d2155cd31c34e677984d9f5b2d113cf80232e6a28c92f43bbbfb9f1e4dc6fff4e94208438d65a4d182907cc4f2bef968d6c6c5c74f55323c3decc4
|
||||||
|
Loading…
Reference in New Issue
Block a user