public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fido2] epel10.2: Update to 1.1.3
@ 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 : 26d2a507feb0a379cf1ffdad5fa9984f783e2afa
Author : Orion Poplawski <orion@nwra.com>
Date : 2024-10-17T21:41:44-06:00
Stats : +10/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-fido2/c/26d2a507feb0a379cf1ffdad5fa9984f783e2afa?branch=epel10.2
Log:
Update to 1.1.3
Add patch to properly skip SHA1 test (FTBFS rhbz#2301146)
---
diff --git a/.gitignore b/.gitignore
index 70b84f1..565245b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/python-fido2-1.1.0.tar.gz
/python-fido2-1.1.1.tar.gz
/python-fido2-1.1.2.tar.gz
+/python-fido2-1.1.3.tar.gz
diff --git a/python-fido2.spec b/python-fido2.spec
index 31a3be7..e042ab1 100644
--- a/python-fido2.spec
+++ b/python-fido2.spec
@@ -1,8 +1,8 @@
%global srcname fido2
Name: python-%{srcname}
-Version: 1.1.2
-Release: 7%{?dist}
+Version: 1.1.3
+Release: 1%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication
# Main code is BSD
@@ -12,6 +12,8 @@ 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\
@@ -69,6 +71,10 @@ BuildRequires: python%{python3_pkgversion}-pytest
%changelog
+* 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)
+
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 1.1.2-7
- convert license to SPDX
diff --git a/sources b/sources
index 292026e..2a19af1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-fido2-1.1.2.tar.gz) = 3a2b8ac71a4acc11715e555f582a8dd39cdf23e984acc777875596e4f32eb7d6dcf0f10668796303a11c34ed13c4b6130d1291d79dbb7db22eb1af3010778d6a
+SHA512 (python-fido2-1.1.3.tar.gz) = a1d7d1d6aa7937f18f6bed76b99538b987fb179ec61c072e69b0ac01eacf575147ce19ea1419963c86a603e4434208cbc0610f3bab8c4e862da99bcb8cedeedc
^ 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.1.3 Orion Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox