diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:18:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:18:00 +0000 |
commit | 36a2805044be9b652fd466036c94d5bc0df43dd7 (patch) | |
tree | 7ec144ef34c9d4ccc439820c5e6c16c5870e2676 | |
parent | edc24b74cf1a80b3a01416171ccce0de83ebeab9 (diff) |
automatic import of python-social-auth-core
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-social-auth-core.spec | 11 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 8 deletions
@@ -1 +1,2 @@ /social-auth-core-4.3.0.tar.gz +/social-auth-core-4.4.1.tar.gz diff --git a/python-social-auth-core.spec b/python-social-auth-core.spec index 3d27016..d43722f 100644 --- a/python-social-auth-core.spec +++ b/python-social-auth-core.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-social-auth-core -Version: 4.3.0 +Version: 4.4.1 Release: 1 Summary: Python social authentication made simple. License: BSD URL: https://github.com/python-social-auth/social-core -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e7/f4/b556a8134490002597bbaa9cbaa6a71546bf6ad96b5d1a513656f49cb517/social-auth-core-4.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/60/0c4af9c7d01404bee0d68ae335978a74f939803e687c9fc45945a4e48928/social-auth-core-4.4.1.tar.gz BuildArch: noarch Requires: python3-requests @@ -17,16 +17,13 @@ Requires: python3-defusedxml Requires: python3-python3-openid Requires: python3-jose Requires: python3-python3-saml -Requires: python3-lxml Requires: python3-cryptography Requires: python3-jose Requires: python3-python3-saml -Requires: python3-lxml Requires: python3-cryptography Requires: python3-cryptography Requires: python3-jose Requires: python3-python3-saml -Requires: python3-lxml %description > ## THIS PROJECT IS OPEN FOR MAINTAINERS @@ -215,7 +212,7 @@ it improving. %prep -%autosetup -n social-auth-core-4.3.0 +%autosetup -n social-auth-core-4.4.1 %build %py3_build @@ -255,5 +252,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.0-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.1-1 - Package Spec generated @@ -1 +1 @@ -1b08b0abae46631d9755b1878de13ece social-auth-core-4.3.0.tar.gz +7f725ff15095aad9b3c3257c11b6ea92 social-auth-core-4.4.1.tar.gz |