public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fido2] epel10: Update to 0.9.0
@ 2026-08-21 4:07 Orion Poplawski
0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-08-21 4:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-fido2
Branch : epel10
Commit : c3eaa1a61cd9d26f01b8ed32a3af1f93b2a0c91f
Author : Orion Poplawski <orion@nwra.com>
Date : 2021-01-24T21:28:39-07:00
Stats : +13/-9 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-fido2/c/c3eaa1a61cd9d26f01b8ed32a3af1f93b2a0c91f?branch=epel10
Log:
Update to 0.9.0
---
diff --git a/.gitignore b/.gitignore
index a115b1a..175213a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/python-python-fido2-0.7.1.tar.gz
/python-python-fido2-0.7.2.tar.gz
/python-python-fido2-0.8.1.tar.gz
+/python-python-fido2-0.9.0.tar.gz
diff --git a/python-fido2-setup.patch b/python-fido2-setup.patch
index b7d0498..a9f7b6f 100644
--- a/python-fido2-setup.patch
+++ b/python-fido2-setup.patch
@@ -1,5 +1,5 @@
diff --git a/setup.py b/setup.py
-index fa723fc..2e82922 100755
+index ad6d3d5..7c5018e 100755
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ setup(
@@ -8,6 +8,6 @@ index fa723fc..2e82922 100755
],
- 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=[
+ "License :: OSI Approved :: BSD License",
+ "License :: OSI Approved :: Apache Software License",
diff --git a/python-fido2.spec b/python-fido2.spec
index 684588d..7f3a418 100644
--- a/python-fido2.spec
+++ b/python-fido2.spec
@@ -16,8 +16,8 @@
%global srcname fido2
Name: python-%{srcname}
-Version: 0.8.1
-Release: 5%{?dist}
+Version: 0.9.0
+Release: 1%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication
# Main code is BSD
@@ -146,11 +146,11 @@ Requires: python%{python3_other_pkgversion}-six
%check
%if %{with python2} && %{with python_tests}
-%{__python2} setup.py test
+%{__python2} -m unittest discover -v
%endif
-%{__python3} setup.py test
+%{__python3} -m unittest discover -v
%if 0%{?python3_other_pkgversion}
-%{__python3_other} setup.py test
+%{__python3_other} -m unittest discover -v
%endif
@@ -178,6 +178,9 @@ Requires: python%{python3_other_pkgversion}-six
%changelog
+* Mon Jan 25 2021 Orion Poplawski <orion@nwra.com> - 0.9.0-1
+- Update to 0.9.0
+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index 8a0af2a..6c696c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-python-fido2-0.8.1.tar.gz) = 510c4fa11ff4f431d88171156fbbaf4326c7b7a24586eb1c566e075bb673adf542d07c7b1e2163fb3972d59799ca7d4ddc22f3e79a8f05e2ea1f8bcfe63cc5bc
+SHA512 (python-python-fido2-0.9.0.tar.gz) = 572234f191775d882f8de9f21ad95df4fd6fd1e546c217a5517e953cdd79f86850045afb15eef1589144169f875b08edbc08c517f26672f8d6460818f9c11026
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 4:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 4:07 [rpms/python-fido2] epel10: Update to 0.9.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