diff --git a/python-dateutil.spec b/python-dateutil.spec index 0419d74..779776d 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -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 - 1:2.8.2-2 +- Bootstrap for Python 3.11 + * Thu Mar 10 2022 Benjamin A. Beasley - 1:2.8.2-1 - Update to 3.8.2 (fix RHBZ#1982169) - Backport 2bdd631: remove deprecated pytest.warns(None) (fix RHBZ#2059950)