Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 12:04:27 +02:00 committed by Miro Hrončok
parent 2fab86a62a
commit caddfd35c5
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@
Name: python-%{py_package_name}
Version: 2.1.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: DNS toolkit for Python
# The entire package is licensed with both licenses, see LICENSE file
@ -110,6 +110,9 @@ pytest -k "not testCanonicalNameDangling"
}
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.1.0-4
- Rebuilt for Python 3.10
* Tue Mar 09 2021 Christian Heimes <cheimes@redhat.com> - 2.1.0-3
- Add bconds for extras require trio, curio, and doh
- Move trio and curio backend modules into extras subpackages