diff --git a/fido2-1.0.0.tar.gz b/fido2-1.0.0.tar.gz deleted file mode 100644 index 59ea759879dd08cad352f3f7c5a1f068f0081f29..0000000000000000000000000000000000000000 Binary files a/fido2-1.0.0.tar.gz and /dev/null differ diff --git a/fido2-1.1.0.tar.gz b/fido2-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6124d2acb42da5af1373b0262ecc6e0692c07c80 Binary files /dev/null and b/fido2-1.1.0.tar.gz differ diff --git a/python-fido2.spec b/python-fido2.spec index 86470d06852615f0f6aaf5a336423b8752b2ce5f..67f74c9b5c2ba0b25b091fe26ab81b82ea09b149 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -1,37 +1,40 @@ %global _empty_manifest_terminate_build 0 -Name: python-fido2 -Version: 1.0.0 -Release: 1 -Summary: Python based FIDO 2.0 library -License: BSD-2-Clause and Apache-2.0 and MPL-2.0 -URL: https://github.com/Yubico/python-fido2 -Source0: https://files.pythonhosted.org/packages/cd/69/1af41955530255ca2337bab370a75b3dbbb8be8707f6280c9efedfb77a85/fido2-1.0.0.tar.gz -BuildArch: noarch +Name: python-fido2 +Version: 1.1.0 +Release: 1 +Summary: Python based FIDO 2.0 library +License: BSD-2-Clause and Apache-2.0 and MPL-2.0 +URL: https://github.com/Yubico/python-fido2 +Source0: https://files.pythonhosted.org/packages/00/b9/0dfa7dec57ddec0d40a1a56ab28e6b97e31d1225787f2c80a7ab217e0ee6/fido2-1.1.0.tar.gz +BuildArch: noarch -Requires: python3-cryptography -Requires: python3-pyscard +Requires: python3-cryptography +Requires: python3-pyscard %description Provides library functionality for communicating with a FIDO device over USB as well as verifying attestation and assertion signatures. %package -n python3-fido2 -Summary: FIDO2/WebAuthn library for implementing clients and servers. -Provides: python-fido2 +Summary: FIDO2/WebAuthn library for implementing clients and servers. +Provides: python-fido2 = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools + %description -n python3-fido2 Provides library functionality for communicating with a FIDO device over USB as well as verifying attestation and assertion signatures. %package help -Summary: Development documents and examples for fido2 -Provides: python3-fido2-doc +Summary: Development documents and examples for fido2 +Provides: python3-fido2-doc + %description help -Documentation for python3-fido2. +Provides library functionality for communicating with a FIDO device +over USB as well as verifying attestation and assertion signatures. %prep -%autosetup -n fido2-1.0.0 +%autosetup -n fido2-%{version} %build %py3_build @@ -71,8 +74,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 16 2022 wangjunqi - 1.1.0-1 +- Update package to version 1.1.0 + * Mon Aug 01 2022 liqiuyu - 1.0.0-1 - Update to 1.0.0 * Fri Jul 16 2021 Kou Wenqi - 0.9.1-1 -- Init package \ No newline at end of file +- Init package +