Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 21:11:33 +02:00 committed by Miro Hrončok
parent e13655086f
commit 0670cd5953

View File

@ -3,7 +3,7 @@
Name: python-%{srcname}
Version: 1.3.3
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Pure-python library for interacting with Yubikeys
License: BSD
@ -53,6 +53,9 @@ Pure-python library for interacting with Yubikeys. For Python 3.
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.3.3-6
- Rebuilt for Python 3.10
* Wed Feb 03 18:03:23 CET 2021 Christian Heimes <cheimes@redhat.com> - 1.3.3-5
- Use pytest instead of nose (#1918336)
- Don't use is to compare literals (#1749216)