Update to 0.9.2

epel9
Orion Poplawski 3 years ago
parent 673129d317
commit 6c75926a68

1
.gitignore vendored

@ -7,3 +7,4 @@
/python-python-fido2-0.8.1.tar.gz
/python-python-fido2-0.9.0.tar.gz
/python-python-fido2-0.9.1.tar.gz
/python-python-fido2-0.9.2.tar.gz

@ -1,11 +1,11 @@
diff --git a/setup.py b/setup.py
index ad6d3d5..7c5018e 100755
index 445aa54..7747cde 100755
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ setup(
"cryptography>=1.5",
'uhid-freebsd>=1.2.1;platform_system=="FreeBSD"',
],
@@ -54,7 +54,7 @@ setup(
url="https://github.com/Yubico/python-fido2",
python_requires=">=2.7.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
install_requires=["six", "cryptography>=1.5"],
- extras_require={':python_version < "3.4"': ["enum34"], "pcsc": ["pyscard"]},
+ extras_require={"pcsc": ["pyscard"]},
classifiers=[

@ -3,8 +3,8 @@
%global srcname fido2
Name: python-%{srcname}
Version: 0.9.1
Release: 4%{?dist}
Version: 0.9.2
Release: 1%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication
# Main code is BSD
@ -77,6 +77,9 @@ Requires: python%{python3_pkgversion}-six
%changelog
* Fri Oct 15 2021 Orion Poplawski <orion@nwra.com> - 0.9.2-1
- Update to 0.9.2
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

@ -1 +1 @@
SHA512 (python-python-fido2-0.9.1.tar.gz) = 10bb45edf9a277a7ab8a001db82717613c0f56b86353d0702b826e82d59f58d47f71c28da458ef3f651baba331536fde52468486df6c6ffc69f8c32b2bee6cfc
SHA512 (python-python-fido2-0.9.2.tar.gz) = 0b5ca100fe03666066cfbb6ab70562ab92cae006c47a5a706d67246bcd487ddf18aa6ebbc8a0a5a2f2892cc9cb2be89c1b51b890cbe1bf1e9d361c2d8870a5fb

Loading…
Cancel
Save