Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 18:51:59 +02:00 committed by Miro Hrončok
parent f21bda8380
commit 0b0c3ad0f2

View File

@ -1,9 +1,8 @@
%global _without_tests 1
%global modname dateutil
Name: python-%{modname}
Version: 2.8.2
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 1
Summary: Powerful extensions to the standard datetime module
@ -91,6 +90,9 @@ make -C docs html
%doc docs/_build/html
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:2.8.2-3
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:2.8.2-2
- Bootstrap for Python 3.11