diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:13:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:13:48 +0000 |
commit | 2e5abc269cb8890a041b00de50b17ff690f39997 (patch) | |
tree | 222a0b50ee26ac7e3b0a09922e80d6449627b636 | |
parent | 67a9c81bb8d80e12d4eaf65fdc7c1fdfb61599c5 (diff) |
automatic import of python-fido2openeuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-fido2.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /fido2-1.1.0.tar.gz +/fido2-1.1.1.tar.gz diff --git a/python-fido2.spec b/python-fido2.spec index a6153d9..42589c4 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fido2 -Version: 1.1.0 +Version: 1.1.1 Release: 1 Summary: FIDO2/WebAuthn library for implementing clients and servers. License: Apache Software License URL: https://github.com/Yubico/python-fido2 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/00/b9/0dfa7dec57ddec0d40a1a56ab28e6b97e31d1225787f2c80a7ab217e0ee6/fido2-1.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5a/67/244ad51cb9fd87eaf8797820d95e79d6d5f940c0aafe931e8051b60dd8a0/fido2-1.1.1.tar.gz BuildArch: noarch Requires: python3-cryptography @@ -30,7 +30,7 @@ Provides: python3-fido2-doc %prep -%autosetup -n fido2-1.1.0 +%autosetup -n fido2-1.1.1 %build %py3_build @@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 - Package Spec generated @@ -1 +1 @@ -ee9c06204d6eac131b4f7ca6360b0090 fido2-1.1.0.tar.gz +58a075aff73d91438d03572aa186810d fido2-1.1.1.tar.gz |