diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-Authlib.spec | 11 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 5 deletions
@@ -1 +1,2 @@ /Authlib-1.2.0.tar.gz +/Authlib-1.3.0.tar.gz diff --git a/python-Authlib.spec b/python-Authlib.spec index 766729b..d57d020 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<gong_zhengtang@163.com> - 1.3.0-1 +- update to v1.3.0 + * Wed Jun 26 2024 wangziliang <wangziliang@kylinos.cn> - 1.2.0-2 - fix CVE-2024-37568 @@ -1 +1 @@ -caa265a0b85568e2b9a704518416aedf Authlib-1.2.0.tar.gz +5bed0bccf7848f7652cf93366bb74d51 Authlib-1.3.0.tar.gz |