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 0.6.0
Date: Fri, 21 Aug 2026 04:07:26 GMT [thread overview]
Message-ID: <178728524682.1.16766581882636826399.rpms-python-fido2-6120f5228ea5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-fido2
Branch : epel10
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
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
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=178728524682.1.16766581882636826399.rpms-python-fido2-6120f5228ea5@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