public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fido2] epel10.2: Update to 1.2.0
@ 2026-08-21 13:51 Orion Poplawski
0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-08-21 13:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-fido2
Branch : epel10.2
Commit : 2a872c2baef9aaaf2fd6c804b3d2c4af64a589f6
Author : Orion Poplawski <orion@nwra.com>
Date : 2024-11-30T16:27:54-07:00
Stats : +6/-32 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-fido2/c/2a872c2baef9aaaf2fd6c804b3d2c4af64a589f6?branch=epel10.2
Log:
Update to 1.2.0
---
diff --git a/.gitignore b/.gitignore
index 565245b..bf963ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/python-fido2-1.1.1.tar.gz
/python-fido2-1.1.2.tar.gz
/python-fido2-1.1.3.tar.gz
+/python-fido2-1.2.0.tar.gz
diff --git a/235.patch b/235.patch
deleted file mode 100644
index e1922ce..0000000
--- a/235.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 967b70bdece72dd429f1af7604ad3fb7ec8c4a28 Mon Sep 17 00:00:00 2001
-From: Orion Poplawski <orion@nwra.com>
-Date: Thu, 17 Oct 2024 21:36:28 -0600
-Subject: [PATCH] "is" comparison fails with _Reasons.UNSUPPORTED_HASH, use
- "=="; Drop extra call to attestation.verify()
-
----
- tests/test_attestation.py | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/tests/test_attestation.py b/tests/test_attestation.py
-index 92ac418..e3afdd7 100644
---- a/tests/test_attestation.py
-+++ b/tests/test_attestation.py
-@@ -226,12 +226,11 @@ def test_tpm_windows_hello_attestation(self):
- try:
- res = attestation.verify(statement, auth_data, client_param)
- except UnsupportedAlgorithm as e:
-- if e._reason is _Reasons.UNSUPPORTED_HASH:
-+ if e._reason == _Reasons.UNSUPPORTED_HASH:
- self.skipTest(
- "SHA1 signature verification not supported on this machine"
- )
-
-- res = attestation.verify(statement, auth_data, client_param)
- self.assertEqual(res.attestation_type, AttestationType.ATT_CA)
- verify_x509_chain(res.trust_path)
-
diff --git a/python-fido2.spec b/python-fido2.spec
index e042ab1..bc1182c 100644
--- a/python-fido2.spec
+++ b/python-fido2.spec
@@ -1,7 +1,7 @@
%global srcname fido2
Name: python-%{srcname}
-Version: 1.1.3
+Version: 1.2.0
Release: 1%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication
@@ -12,8 +12,6 @@ Summary: Functionality for FIDO 2.0, including USB device communication
License: LicenseRef-Callaway-BSD AND Apache-2.0 AND MPL-2.0
URL: https://github.com/Yubico/python-fido2
Source0: https://github.com/Yubico/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
-# Fix upstream's attempt to skip SHA1 test
-Patch0: https://github.com/Yubico/python-fido2/pull/235.patch
BuildArch: noarch
%global _description\
@@ -71,6 +69,9 @@ BuildRequires: python%{python3_pkgversion}-pytest
%changelog
+* Sat Nov 30 2024 Orion Poplawski <orion@nwra.com> - 1.2.0-1
+- Update to 1.2.0
+
* Fri Oct 18 2024 Orion Poplawski <orion@nwra.com> - 1.1.3-1
- Update to 1.1.3
- Add patch to properly skip SHA1 test (FTBFS rhbz#2301146)
diff --git a/sources b/sources
index 2a19af1..5cbd3d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-fido2-1.1.3.tar.gz) = a1d7d1d6aa7937f18f6bed76b99538b987fb179ec61c072e69b0ac01eacf575147ce19ea1419963c86a603e4434208cbc0610f3bab8c4e862da99bcb8cedeedc
+SHA512 (python-fido2-1.2.0.tar.gz) = 3ffa3df74cafc59246819d4e95f8e3d530159eff7bf33aa730ac4a0ed81cd6a21196824e082cc5b86afb1c0dbbf2ebb382907d24338b76e8c6870cb13a23470b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 13:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 13:51 [rpms/python-fido2] epel10.2: Update to 1.2.0 Orion Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox