public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fido2] epel10.2: Update to 0.7.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 : 087014847ccad5b24a973b258ae1c38735efe85f
Author : Orion Poplawski <orion@nwra.com>
Date : 2019-10-24T16:50:15-06:00
Stats : +17/-11 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-fido2/c/087014847ccad5b24a973b258ae1c38735efe85f?branch=epel10.2
Log:
Update to 0.7.2
---
diff --git a/.gitignore b/.gitignore
index 817e35f..ea73f14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/python-python-fido2-0.6.0.tar.gz
/python-python-fido2-0.7.0.tar.gz
/python-python-fido2-0.7.1.tar.gz
+/python-python-fido2-0.7.2.tar.gz
diff --git a/python-fido2-setup.patch b/python-fido2-setup.patch
index e2d3d0d..b7d0498 100644
--- a/python-fido2-setup.patch
+++ b/python-fido2-setup.patch
@@ -1,11 +1,13 @@
-diff -up python-fido2-0.7.1/setup.py.orig python-fido2-0.7.1/setup.py
---- python-fido2-0.7.1/setup.py.orig 2019-09-20 01:37:09.000000000 -0600
-+++ python-fido2-0.7.1/setup.py 2019-09-26 20:48:19.664116206 -0600
-@@ -51,7 +51,6 @@ setup(
+diff --git a/setup.py b/setup.py
+index fa723fc..2e82922 100755
+--- a/setup.py
++++ b/setup.py
+@@ -58,7 +58,7 @@ setup(
+ "cryptography>=1.5",
'uhid-freebsd>=1.2.1;platform_system=="FreeBSD"',
],
- extras_require={
-- ':python_version < "3.4"': ['enum34'],
- 'pcsc': ['pyscard']
- },
- test_suite='test',
+- extras_require={':python_version < "3.4"': ["enum34"], "pcsc": ["pyscard"]},
++ extras_require={"pcsc": ["pyscard"]},
+ test_suite="test",
+ tests_require=["mock>=1.0.1", 'pyfakefs>=3.4;platform_system=="Linux"'],
+ classifiers=[
diff --git a/python-fido2.spec b/python-fido2.spec
index c84c932..3399d82 100644
--- a/python-fido2.spec
+++ b/python-fido2.spec
@@ -16,7 +16,7 @@
%global srcname fido2
Name: python-%{srcname}
-Version: 0.7.1
+Version: 0.7.2
Release: 1%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication
@@ -176,6 +176,9 @@ Requires: python%{python3_other_pkgversion}-six
%changelog
+* Thu Oct 24 2019 Orion Poplawski <orion@nwra.com> - 0.7.2-1
+- Update to 0.7.2
+
* Thu Sep 26 2019 Orion Poplawski <orion@nwra.com> - 0.7.1-1
- Update to 0.7.1
diff --git a/sources b/sources
index 1096387..0d5edcf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-python-fido2-0.7.1.tar.gz) = 67163adfb8b90420a57d7f0aef9551af944b565168cffd86c02a2e2462aaae65c04b101ddacd24140326909873da07932521d22b0864f3310c698b5f8b282064
+SHA512 (python-python-fido2-0.7.2.tar.gz) = 75db35fab3cc4995f79b34f92b8c550ccea8faf931d8333c45c15dd993d605caaf037ca08b59ee184785df3a88ab71f517b86ac92ad2308cef04b0eb52b6e659
^ 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.7.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