From fa44dd2757ca2344d0c5768ab1ea18209edb03aa Mon Sep 17 00:00:00 2001 From: mcalabkova <> Date: Feb 06 2025 15:47:56 +0000 Subject: Update python-webauthn to version 2.5.1 / rev 6 via SR 1242322 https://build.opensuse.org/request/show/1242322 by user mcalabkova + anag+factory --- diff --git a/.files b/.files index 628a7c4..89aa6e6 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 0e12534..8c51505 100644 --- a/.rev +++ b/.rev @@ -42,4 +42,20 @@ 1235637 + + b6f146c140d629f80ab918c5921db200 + 2.5.0 + + anag+factory + + 1239042 + + + c1712a69e6517ad0b7d7cba664da461a + 2.5.1 + + anag+factory + + 1242322 + diff --git a/python-webauthn.changes b/python-webauthn.changes index 0238156..768f812 100644 --- a/python-webauthn.changes +++ b/python-webauthn.changes @@ -1,4 +1,25 @@ ------------------------------------------------------------------- +Sun Feb 2 06:36:35 UTC 2025 - Bernhard Wiedemann + +- Update to 2.5.1 + * Fix test_verify_attestation_android_key_hardware_authority + +------------------------------------------------------------------- +Mon Jan 20 10:52:18 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.5.0 + * A new `require_user_presence` argument has been added to `verify_registration_response()` + to enable verification of WebAuthn responses generated through use of conditional create + where the `up` bit in `authData.flags` will be `False` (#236) + * `verify_authentication_response()` has been updated to return `user_verified` as well to + indicate whether or not the user performed user verification (#235) + * Verification of `"android-key"` attestation statements has been modernized in light of + Android's latest observable behavior (#240) + * Verification of `"android-safetynet"` attestation statements now enforces the `"basicIntegrity"` + flag instead of the `"ctsProfileMatch"` flag when determining device integrity (#241) + * The list of known TPM manufacturers has been updated (#242) + +------------------------------------------------------------------- Tue Jan 7 09:34:40 UTC 2025 - John Paul Adrian Glaubitz - Update to 2.4.0 diff --git a/python-webauthn.spec b/python-webauthn.spec index d6ca011..266a8e0 100644 --- a/python-webauthn.spec +++ b/python-webauthn.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-webauthn -Version: 2.4.0 +Version: 2.5.1 Release: 0 Summary: Pythonic WebAuthn License: BSD-3-Clause diff --git a/webauthn-2.4.0.tar.gz b/webauthn-2.4.0.tar.gz deleted file mode 120000 index ece0e96..0000000 --- a/webauthn-2.4.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreie3wt4vyxjdo746dk6rk3ffui6lwxppnhxr5vqkpk3qakgmnc3udy \ No newline at end of file diff --git a/webauthn-2.5.1.tar.gz b/webauthn-2.5.1.tar.gz new file mode 120000 index 0000000..6ad67e0 --- /dev/null +++ b/webauthn-2.5.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreihrw5chxlqqk3qrbkphd7zip5rz2bou2fcytei5ox7kevodua5p6a \ No newline at end of file