Update to 0.9.0

epel9
Orion Poplawski 4 years ago
parent 80ebaa4f5c
commit c3eaa1a61c

1
.gitignore vendored

@ -5,3 +5,4 @@
/python-python-fido2-0.7.1.tar.gz /python-python-fido2-0.7.1.tar.gz
/python-python-fido2-0.7.2.tar.gz /python-python-fido2-0.7.2.tar.gz
/python-python-fido2-0.8.1.tar.gz /python-python-fido2-0.8.1.tar.gz
/python-python-fido2-0.9.0.tar.gz

@ -1,5 +1,5 @@
diff --git a/setup.py b/setup.py diff --git a/setup.py b/setup.py
index fa723fc..2e82922 100755 index ad6d3d5..7c5018e 100755
--- a/setup.py --- a/setup.py
+++ b/setup.py +++ b/setup.py
@@ -58,7 +58,7 @@ setup( @@ -58,7 +58,7 @@ setup(
@ -8,6 +8,6 @@ index fa723fc..2e82922 100755
], ],
- extras_require={':python_version < "3.4"': ["enum34"], "pcsc": ["pyscard"]}, - extras_require={':python_version < "3.4"': ["enum34"], "pcsc": ["pyscard"]},
+ extras_require={"pcsc": ["pyscard"]}, + extras_require={"pcsc": ["pyscard"]},
test_suite="test",
tests_require=["mock>=1.0.1", 'pyfakefs>=3.4;platform_system=="Linux"'],
classifiers=[ classifiers=[
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: Apache Software License",

@ -16,8 +16,8 @@
%global srcname fido2 %global srcname fido2
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.8.1 Version: 0.9.0
Release: 5%{?dist} Release: 1%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication Summary: Functionality for FIDO 2.0, including USB device communication
# Main code is BSD # Main code is BSD
@ -146,11 +146,11 @@ Requires: python%{python3_other_pkgversion}-six
%check %check
%if %{with python2} && %{with python_tests} %if %{with python2} && %{with python_tests}
%{__python2} setup.py test %{__python2} -m unittest discover -v
%endif %endif
%{__python3} setup.py test %{__python3} -m unittest discover -v
%if 0%{?python3_other_pkgversion} %if 0%{?python3_other_pkgversion}
%{__python3_other} setup.py test %{__python3_other} -m unittest discover -v
%endif %endif
@ -178,6 +178,9 @@ Requires: python%{python3_other_pkgversion}-six
%changelog %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 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (python-python-fido2-0.8.1.tar.gz) = 510c4fa11ff4f431d88171156fbbaf4326c7b7a24586eb1c566e075bb673adf542d07c7b1e2163fb3972d59799ca7d4ddc22f3e79a8f05e2ea1f8bcfe63cc5bc SHA512 (python-python-fido2-0.9.0.tar.gz) = 572234f191775d882f8de9f21ad95df4fd6fd1e546c217a5517e953cdd79f86850045afb15eef1589144169f875b08edbc08c517f26672f8d6460818f9c11026

Loading…
Cancel
Save