diff --git a/oauthlib-3.2.0.tar.gz b/oauthlib-3.2.0.tar.gz deleted file mode 100644 index abaa16bfd62b57928c8c578c3a5a9421c7bab68f..0000000000000000000000000000000000000000 Binary files a/oauthlib-3.2.0.tar.gz and /dev/null differ diff --git a/oauthlib-3.2.1.tar.gz b/oauthlib-3.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e3764f437c44972a757bc651e41670d80db46de1 Binary files /dev/null and b/oauthlib-3.2.1.tar.gz differ diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 296aadf83e0a70c7ecc0d141c02bb1c536a95b21..6cf1df3abde56074a50944f7b0914cded57a620d 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-oauthlib -Version: 3.2.0 -Release: 2 +Version: 3.2.1 +Release: 1 Summary: A generic, spec-compliant, thorough implementation of the OAuth request-signing logic License: BSD URL: https://github.com/oauthlib/oauthlib -Source0: https://files.pythonhosted.org/packages/6e/7e/a43cec8b2df28b6494a865324f0ac4be213cb2edcf1e2a717547a93279b0/oauthlib-3.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/fe/58/30a4d3302f9bbd602c43385e7270fc3a9e8a665d07aafd6a4d4baa844739/oauthlib-3.2.1.tar.gz Patch6000: backport-Add-check-of-performance-of-ipv6-check.patch Patch6001: backport-CVE-2022-36087.patch @@ -102,6 +102,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Apr 15 2024 Dongxing Wang - 3.2.1-1 +- Upgrade with version 3.2.1 to support Antelope + Metadata endpoint support of non-HTTPS. + Allow IPv6 being parsed by signature. + Improved and fixed documentation warnings. + Cosmetic changes based on isort. + Add CORS support for Refresh Token Grant. + * Mon Sep 26 2022 zhuofeng - 3.2.0-2 - Type:CVE - CVE:CVE-2022-36087