Package Release Info

python-fido2-1.1.3-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-fido2

Change Logs

* Tue May 07 2024 Dirk Müller <dmueller@suse.com>
- update to 1.1.3:
  * Fix USB HID issue on MacOS that sometimes caused a pause
    while waiting for a timeout.
  * Fix argument to CredProp extension where an enum value
    was required instead of also allowing a string.
  * Fix parsing of some key types (ES384, ES512) causing
    signature verification to fail.
  * Deprecation: Calling websafe_decode with a bytes argument
    instead of str.
    This will raise a TypeError in the next major version of
    the library.
* Mon Nov 27 2023 Dirk Müller <dmueller@suse.com>
- update to 1.1.2:
  * Fix ClientPin usage for Authenticators that do not
    support passing a PIN.
  * Fix: Handle correct CTAP response codes in
    authenticatorSelection.
* Tue Jul 04 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Mon May 08 2023 Dirk Müller <dmueller@suse.com>
- update to 1.1.1:
  * Bugfix: Don't set length for largeBlob when offset is 0.
  * Bugfix: Remove print statement in webauthn parsing.
* Thu Dec 15 2022 Daniel Garcia <daniel.garcia@suse.com>
- Remove python-six dependency
- More specific python_sitelib in %files
* Mon Dec 05 2022 Torsten Gruner <simmphonie@opensuse.org>
- drop python-fido2-no-mock.patch
- Update to version 1.1.0
  * Bugfix: Fix name of "crossOrigin" in CollectedClientData.create().
  * Bugfix: Some incorrect type hints in the MDS3 classes were fixed.
  * Stricter checking of dataclass field types.
  * Add support for JSON-serialization of WebAuthn data classes.
    This changes the objects dict representation to align with new additions in the
    WebAuthn specification. As this may break compatibility, the new behavior
    requires explicit opt-in until python-fido2 2.0 is released.
  * Update server example to use JSON serialization.
  * Server: Add support for passing RegistrationResponse/AuthenticationResponse (or
    their deserialized JSON data) to register_complete/authenticate_complete.
  * Add new "hybrid" AuthenticatorTransport.
  * Add new AuthenticatorData flags, and use 2-letter names as in the WebAuthn spec
    (long names are still available as aliases).
- version 1.0.0
  * Release Candidate 1 of first stable release.
  * Require Python 3.7 or later.
  * APIs have updated to align with WebAuthn level 2.
  * Several CTAP 2.1 features have been implemented.
* Mon Mar 21 2022 pgajdos@suse.com
- do not require mock for build
- added patches
  fix https://github.com/Yubico/python-fido2/issues/135
  + python-fido2-no-mock.patch
* Sat Jan 15 2022 Dirk Müller <dmueller@suse.com>
- update to 0.9.3:
  * Don't fail device discovery when hidraw doesn't support HIDIOCGRAWUNIQ
  * Support the latest Windows webauthn.h API (included in Windows 11).
  * Add product name and serial number to HidDescriptors.
  * Remove the need for the uhid-freebsd dependency on FreeBSD.
- drop 0001-Don-t-use-enum.auto-Python-2.patch
    0001-Skip-tests-on-older-Cryptography-versions.patch (upstream)
* Tue May 25 2021 pgajdos@suse.com
- %check: use %pyunittest rpm macro
* Thu May 06 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 0.9.1
  * Add new CTAP error codes and improve handling of unknown codes.
  * Client: API changes to better support extensions.
  * Client.make_credential now returns a AuthenticatorAttestationResponse,
    which holds the AttestationObject and ClientData, as well as any
    client extension results for the credential.
  * Client.get_assertion now returns an AssertionSelection object,
    which is used to select between multiple assertions
  * Renames: The CTAP1 and CTAP2 classes have been renamed to
    Ctap1 and Ctap2, respectively.
  * ClientPin: The ClientPin API has been restructured to support
    multiple PIN protocols, UV tokens, and token permissions.
  * CTAP 2.1 PRE: Several new features have been added for CTAP 2.1
  * HID: The platform specific HID code has been revamped
- Add 0001-Don-t-use-enum.auto-Python-2.patch from upstream
- Add 0001-Skip-tests-on-older-Cryptography-versions.patch from
  upstream
Version: 0.5.0-bp152.2.16
* Fri Dec 21 2018 Karol Babioch <kbabioch@suse.de>
- Version 0.5.0 (released 2018-12-21)
  * Changes to server classes, some backwards breaking.
  * Add ability to authenticate U2F credentials by using the appid extension.
  * Make verification of attestation more explicit.
  * Add support for Android SafetyNet attestation.
  * Make it easier to work with U2F/CTAP1 data formats.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Thu Sep 27 2018 Karol Babioch <kbabioch@suse.com>
- Version 0.4.0 (released 2018-09-27)
  - Add classes for implementing a server.
  - Various small changes, some affecting backwards compatibility.
* Sat Apr 21 2018 jengelh@inai.de
- Update descriptions.
* Tue Apr 17 2018 kbabioch@suse.com
- Initial packaging of version 0.3.0