Update to 0.6.0

epel9
Orion Poplawski 6 years ago
parent 8a7a2bfecf
commit 6120f5228e

1
.gitignore vendored

@ -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

@ -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=[

@ -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

@ -1 +1 @@
SHA512 (python-python-fido2-0.5.0.tar.gz) = cb38d7943407fd29f5478e8ed5e83f51acae7ae7071471c494cebd09e4ba7b71a2c7a55cce3e56db30c5ddc5a8cca28cee1c5c1a301e362196805cf609fad13b
SHA512 (python-python-fido2-0.6.0.tar.gz) = 43b66e7af01a0ced6a8b004f9d20e258b59d92af011aa6a695da702c67b49121e1cc216dae74fe4e8446de3a88d606237a67bae3c8893f7ffc3b0d094fd85665

Loading…
Cancel
Save