Update to 0.7.2

epel9
Orion Poplawski 5 years ago
parent 969e850d39
commit 087014847c

1
.gitignore vendored

@ -3,3 +3,4 @@
/python-python-fido2-0.6.0.tar.gz /python-python-fido2-0.6.0.tar.gz
/python-python-fido2-0.7.0.tar.gz /python-python-fido2-0.7.0.tar.gz
/python-python-fido2-0.7.1.tar.gz /python-python-fido2-0.7.1.tar.gz
/python-python-fido2-0.7.2.tar.gz

@ -1,11 +1,13 @@
diff -up python-fido2-0.7.1/setup.py.orig python-fido2-0.7.1/setup.py diff --git a/setup.py b/setup.py
--- python-fido2-0.7.1/setup.py.orig 2019-09-20 01:37:09.000000000 -0600 index fa723fc..2e82922 100755
+++ python-fido2-0.7.1/setup.py 2019-09-26 20:48:19.664116206 -0600 --- a/setup.py
@@ -51,7 +51,6 @@ setup( +++ b/setup.py
@@ -58,7 +58,7 @@ setup(
"cryptography>=1.5",
'uhid-freebsd>=1.2.1;platform_system=="FreeBSD"', 'uhid-freebsd>=1.2.1;platform_system=="FreeBSD"',
], ],
extras_require={ - extras_require={':python_version < "3.4"': ["enum34"], "pcsc": ["pyscard"]},
- ':python_version < "3.4"': ['enum34'], + extras_require={"pcsc": ["pyscard"]},
'pcsc': ['pyscard'] test_suite="test",
}, tests_require=["mock>=1.0.1", 'pyfakefs>=3.4;platform_system=="Linux"'],
test_suite='test', classifiers=[

@ -16,7 +16,7 @@
%global srcname fido2 %global srcname fido2
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.7.1 Version: 0.7.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication Summary: Functionality for FIDO 2.0, including USB device communication
@ -176,6 +176,9 @@ Requires: python%{python3_other_pkgversion}-six
%changelog %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 * Thu Sep 26 2019 Orion Poplawski <orion@nwra.com> - 0.7.1-1
- Update to 0.7.1 - Update to 0.7.1

@ -1 +1 @@
SHA512 (python-python-fido2-0.7.1.tar.gz) = 67163adfb8b90420a57d7f0aef9551af944b565168cffd86c02a2e2462aaae65c04b101ddacd24140326909873da07932521d22b0864f3310c698b5f8b282064 SHA512 (python-python-fido2-0.7.2.tar.gz) = 75db35fab3cc4995f79b34f92b8c550ccea8faf931d8333c45c15dd993d605caaf037ca08b59ee184785df3a88ab71f517b86ac92ad2308cef04b0eb52b6e659

Loading…
Cancel
Save