Bootstrap for Python 3.11

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

View File

@ -1,8 +1,9 @@
%global _without_tests 1
%global modname dateutil
Name: python-%{modname}
Version: 2.8.2
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
Summary: Powerful extensions to the standard datetime module
@ -90,6 +91,9 @@ make -C docs html
%doc docs/_build/html
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:2.8.2-2
- Bootstrap for Python 3.11
* Thu Mar 10 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1:2.8.2-1
- Update to 3.8.2 (fix RHBZ#1982169)
- Backport 2bdd631: remove deprecated pytest.warns(None) (fix RHBZ#2059950)