diff --git a/Authlib-1.2.0.tar.gz b/Authlib-1.2.0.tar.gz deleted file mode 100644 index a69d0925b2ba5d126b52a7ef7d50f6aa4480dc26..0000000000000000000000000000000000000000 Binary files a/Authlib-1.2.0.tar.gz and /dev/null differ diff --git a/Authlib-1.3.0.tar.gz b/Authlib-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..67c3215a85ef445658eccc7552386c63c2556336 Binary files /dev/null and b/Authlib-1.3.0.tar.gz differ diff --git a/python-Authlib.spec b/python-Authlib.spec index 766729baaa5df4959d52cb3642973f09b0d11c3e..d57d020f2835a5dcecc6bb55a0c174548d317758 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Authlib -Version: 1.2.0 -Release: 2 +Version: 1.3.0 +Release: 1 Summary: The ultimate Python library in building OAuth and OpenID Connect servers and clients. License: BSD 3-Clause License URL: https://authlib.org/ -Source0: https://files.pythonhosted.org/packages/1e/84/3c82d181a04053fefa456dcb15edea93ffdb06071570b6cb05783f5e5fa5/Authlib-1.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/A/Authlib/Authlib-1.3.0.tar.gz BuildArch: noarch Patch0001: backport-fix-prevent-OctKey-to-import-ssh-rsa-pem-keys.patch @@ -34,7 +34,7 @@ The ultimate Python library in building OAuth and OpenID Connect servers. JWS, JWK, JWA, JWT are included. %prep -%autosetup -p1 -n Authlib-1.2.0 +%autosetup -p1 -n Authlib-1.3.0 %build %py3_build @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Feb 28 2025 gongzhengtang - 1.3.0-1 +- update to v1.3.0 + * Wed Jun 26 2024 wangziliang - 1.2.0-2 - fix CVE-2024-37568