diff --git a/fido2-1.1.3.tar.gz b/fido2-1.1.3.tar.gz deleted file mode 100644 index 8b5f15f64b1ae25ef53097bf0ee00675dcc132f1..0000000000000000000000000000000000000000 Binary files a/fido2-1.1.3.tar.gz and /dev/null differ diff --git a/fido2-2.0.0.tar.gz b/fido2-2.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..db706346724630c5220d0599edaeb86e377f1ea2 Binary files /dev/null and b/fido2-2.0.0.tar.gz differ diff --git a/python-fido2.spec b/python-fido2.spec index 72380b0e9511833580ca0ea13eacf09db63a68e6..57bba08278c3acb865fa361555503c71af77fe80 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-fido2 -Version: 1.1.3 -Release: 2 +Version: 2.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 @@ -56,6 +56,25 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Sep 25 2025 zhangyulong - 2.0.0-1 +- Update package to version 2.0.0 + -CTAP 2.2 additions + -Add support for Ed488 + -Add fully-specified COSE algorithm identifiers + -Update sign extension to spec version 2 + -Handle empty queue after K_CF_RUN_LOOP_RUN_HANDLED_SOURCE + -Refactor extension + -Extension input encoding + -HID connectivity improvements + -Generate documentation with Sphinx + -Support PRF evalByCredential + -Fix webauthn_json_mapping behavior + -Improved extension support + -Allow localhost subdomains + -Bump zipp from 3.17.0 to 3.19.1 in /examples/server dependencies python + -Replace logging.warn usage with logging.warning + -Timeout functionality added to server + * Thu Nov 07 2024 jiangxinyu - 1.1.3-2 - Delete setup.py patch and replace with pyproject_build compilation mode