Bootstrap for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 22:04:52 +02:00 committed by Miro Hrončok
parent ffcfe2d436
commit d9f2fb287f

View File

@ -1,8 +1,9 @@
%global _without_tests 1
%global modname dateutil %global modname dateutil
Name: python-%{modname} Name: python-%{modname}
Version: 2.8.1 Version: 2.8.1
Release: 4%{?dist} Release: 5%{?dist}
Epoch: 1 Epoch: 1
Summary: Powerful extensions to the standard datetime module Summary: Powerful extensions to the standard datetime module
@ -78,6 +79,9 @@ make -C docs html
%doc docs/_build/html %doc docs/_build/html
%changelog %changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1:2.8.1-5
- Bootstrap for Python 3.10
* Wed Jun 02 2021 Petr Viktorin <pviktori@redhat.com> - 1:2.8.1-4 * Wed Jun 02 2021 Petr Viktorin <pviktori@redhat.com> - 1:2.8.1-4
- Add the ASL 2.0 license - Add the ASL 2.0 license