public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fido2] epel10.2: Update to 0.9.2
@ 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 : 6c75926a68e94faeacd7dcf961a9ce9982d3e6fc
Author : Orion Poplawski <orion@nwra.com>
Date : 2021-10-14T19:27:04-06:00
Stats : +12/-8 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-fido2/c/6c75926a68e94faeacd7dcf961a9ce9982d3e6fc?branch=epel10.2
Log:
Update to 0.9.2
---
diff --git a/.gitignore b/.gitignore
index efe62ca..630b789 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/python-python-fido2-0.8.1.tar.gz
/python-python-fido2-0.9.0.tar.gz
/python-python-fido2-0.9.1.tar.gz
+/python-python-fido2-0.9.2.tar.gz
diff --git a/python-fido2-setup.patch b/python-fido2-setup.patch
index a9f7b6f..31ef1b1 100644
--- a/python-fido2-setup.patch
+++ b/python-fido2-setup.patch
@@ -1,11 +1,11 @@
diff --git a/setup.py b/setup.py
-index ad6d3d5..7c5018e 100755
+index 445aa54..7747cde 100755
--- a/setup.py
+++ b/setup.py
-@@ -58,7 +58,7 @@ setup(
- "cryptography>=1.5",
- 'uhid-freebsd>=1.2.1;platform_system=="FreeBSD"',
- ],
+@@ -54,7 +54,7 @@ setup(
+ url="https://github.com/Yubico/python-fido2",
+ python_requires=">=2.7.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
+ install_requires=["six", "cryptography>=1.5"],
- extras_require={':python_version < "3.4"': ["enum34"], "pcsc": ["pyscard"]},
+ extras_require={"pcsc": ["pyscard"]},
classifiers=[
diff --git a/python-fido2.spec b/python-fido2.spec
index 8d6b591..0f63930 100644
--- a/python-fido2.spec
+++ b/python-fido2.spec
@@ -3,8 +3,8 @@
%global srcname fido2
Name: python-%{srcname}
-Version: 0.9.1
-Release: 4%{?dist}
+Version: 0.9.2
+Release: 1%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication
# Main code is BSD
@@ -77,6 +77,9 @@ Requires: python%{python3_pkgversion}-six
%changelog
+* Fri Oct 15 2021 Orion Poplawski <orion@nwra.com> - 0.9.2-1
+- Update to 0.9.2
+
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index 8687864..c6d4686 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-python-fido2-0.9.1.tar.gz) = 10bb45edf9a277a7ab8a001db82717613c0f56b86353d0702b826e82d59f58d47f71c28da458ef3f651baba331536fde52468486df6c6ffc69f8c32b2bee6cfc
+SHA512 (python-python-fido2-0.9.2.tar.gz) = 0b5ca100fe03666066cfbb6ab70562ab92cae006c47a5a706d67246bcd487ddf18aa6ebbc8a0a5a2f2892cc9cb2be89c1b51b890cbe1bf1e9d361c2d8870a5fb
^ 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 0.9.2 Orion Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox