diff --git a/fido2-1.1.1.tar.gz b/fido2-1.1.1.tar.gz deleted file mode 100644 index adbb718f972e4b3c636dac48099167b22950eaa6..0000000000000000000000000000000000000000 Binary files a/fido2-1.1.1.tar.gz and /dev/null differ diff --git a/fido2-1.1.3.tar.gz b/fido2-1.1.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8b5f15f64b1ae25ef53097bf0ee00675dcc132f1 Binary files /dev/null and b/fido2-1.1.3.tar.gz differ diff --git a/python-fido2.spec b/python-fido2.spec index 8a76556cbc3e85beb2d6b1b1799c9804a850624d..0dedf304b2ec2a2216f0137550f98ca2dcd8fea2 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.1 +Version: 1.1.3 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/5a/67/244ad51cb9fd87eaf8797820d95e79d6d5f940c0aafe931e8051b60dd8a0/fido2-1.1.1.tar.gz +Source0: https://files.pythonhosted.org/packages/78/6c/79d44841549cc3d95bdfbeaa6bc7b36892c86066b05aac44585c56113819/fido2-1.1.3.tar.gz Source1: setup.py BuildArch: noarch @@ -75,6 +75,15 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 zhangyulong - 1.1.3-1 +- Update package to version 1.1.3 + -Fix PCSC Fido2 token not working over contact interface + -Fix missing 1 required positional argument: 'extensions' + -Fix occasional Unexpected run loop exit code: 3 printed to stderr when prompting for UP + -Fix doc string out of sync + -Fix fido2.webauthn.AttestedCredentialData.__init__ is missing type annotation + -Fix ES384 and ES512 fail on verify() + * Tue Apr 11 2023 wubijie - 1.1.1-1 - Update package to version 1.1.1