public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-fido2] epel10: Update to 1.1.3
Date: Fri, 21 Aug 2026 04:07:43 GMT [thread overview]
Message-ID: <178728526380.1.13210116018567547239.rpms-python-fido2-26d2a507feb0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-fido2
Branch : epel10
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
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
reply other threads:[~2026-08-21 4:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178728526380.1.13210116018567547239.rpms-python-fido2-26d2a507feb0@fedoraproject.org \
--to=orion@nwra.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox