public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fido2] epel10.2: Update to 0.6.0
@ 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 : 6120f5228ea5542dfa2bec60ebfe0a14f69f7eff
Author : Orion Poplawski <orion@nwra.com>
Date : 2019-05-11T14:21:17-06:00
Stats : +15/-11 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-fido2/c/6120f5228ea5542dfa2bec60ebfe0a14f69f7eff?branch=epel10.2
Log:
Update to 0.6.0
---
diff --git a/.gitignore b/.gitignore
index a00729b..36a435d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/python-python-fido2-0.4.0.tar.gz
/python-python-fido2-0.5.0.tar.gz
+/python-python-fido2-0.6.0.tar.gz
diff --git a/python-fido2-setup.patch b/python-fido2-setup.patch
index f43ece2..d704a16 100644
--- a/python-fido2-setup.patch
+++ b/python-fido2-setup.patch
@@ -1,13 +1,13 @@
-diff -up python-fido2-0.4.0/setup.py.setup python-fido2-0.4.0/setup.py
---- python-fido2-0.4.0/setup.py.setup 2018-09-27 04:51:05.000000000 -0600
-+++ python-fido2-0.4.0/setup.py 2018-11-30 16:23:47.747443403 -0700
+diff -up python-fido2-0.6.0/setup.py.orig python-fido2-0.6.0/setup.py
+--- python-fido2-0.6.0/setup.py.orig 2019-05-10 04:52:54.000000000 -0600
++++ python-fido2-0.6.0/setup.py 2019-05-11 14:18:52.328437806 -0600
@@ -49,9 +49,6 @@ setup(
'six',
- 'cryptography>=1.0',
+ 'cryptography>=1.5',
],
- extras_require={
- ':python_version < "3.4"': ['enum34']
- },
test_suite='test',
- tests_require=['mock>=1.0.1', 'pyfakefs>=2.4'],
+ tests_require=['mock>=1.0.1', 'pyfakefs>=3.4'],
classifiers=[
diff --git a/python-fido2.spec b/python-fido2.spec
index e58dc7f..44cc2a4 100644
--- a/python-fido2.spec
+++ b/python-fido2.spec
@@ -11,8 +11,8 @@
%global srcname fido2
Name: python-%{srcname}
-Version: 0.5.0
-Release: 4%{?dist}
+Version: 0.6.0
+Release: 1%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication
# Main code is BSD
@@ -52,7 +52,7 @@ BuildRequires: python2-enum34
# For tests
BuildRequires: python2-mock
%if %{with python_tests}
-BuildRequires: python2-pyfakefs
+BuildRequires: python2-pyfakefs >= 3.4
%endif
%if %{undefined __pythondist_requires}
Requires: python2-enum34
@@ -72,7 +72,7 @@ BuildRequires: python%{python3_pkgversion}-six
# For tests
BuildRequires: python%{python3_pkgversion}-mock
%if %{with python_tests}
-BuildRequires: python%{python3_pkgversion}-pyfakefs
+BuildRequires: python%{python3_pkgversion}-pyfakefs >= 3.4
%endif
%if %{undefined __pythondist_requires}
Requires: python%{python3_pkgversion}-cryptography
@@ -91,7 +91,7 @@ BuildRequires: python%{python3_other_pkgversion}-six
# For tests
BuildRequires: python%{python3_other_pkgversion}-mock
%if %{with python_tests}
-BuildRequires: python%{python3_other_pkgversion}-pyfakefs
+BuildRequires: python%{python3_other_pkgversion}-pyfakefs >= 3.4
%endif
%if %{undefined __pythondist_requires}
Requires: python%{python3_other_pkgversion}-cryptography
@@ -160,6 +160,9 @@ Requires: python%{python3_other_pkgversion}-six
%changelog
+* Sat May 11 2019 Orion Poplawski <orion@nwra.com> - 0.6.0-1
+- Update to 0.6.0
+
* Thu Mar 14 2019 Orion Poplawski <orion@nwra.com> - 0.5.0-4
- Fix for python3 on EPEL
diff --git a/sources b/sources
index 410edaf..0978f42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-python-fido2-0.5.0.tar.gz) = cb38d7943407fd29f5478e8ed5e83f51acae7ae7071471c494cebd09e4ba7b71a2c7a55cce3e56db30c5ddc5a8cca28cee1c5c1a301e362196805cf609fad13b
+SHA512 (python-python-fido2-0.6.0.tar.gz) = 43b66e7af01a0ced6a8b004f9d20e258b59d92af011aa6a695da702c67b49121e1cc216dae74fe4e8446de3a88d606237a67bae3c8893f7ffc3b0d094fd85665
^ 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.6.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