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