summaryrefslogtreecommitdiff
path: root/python-Authlib.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-03-26 09:02:57 +0000
committerCoprDistGit <infra@openeuler.org>2025-03-26 09:02:57 +0000
commit99a0f5437e3a7da2350ddffee7b5e408a19bed3c (patch)
treef52faa7d85d49601fb69f5e68c9ad49f1e1f10c1 /python-Authlib.spec
parent4fd2af453b5184fca54a87298a4e8471779510e1 (diff)
automatic import of python-Authlibopeneuler24.03_LTS_SP1
Diffstat (limited to 'python-Authlib.spec')
-rw-r--r--python-Authlib.spec11
1 files changed, 7 insertions, 4 deletions
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