diff --git a/python-httplib2.spec b/python-httplib2.spec index 653f441..19db226 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.20.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comprehensive HTTP client library License: MIT URL: https://pypi.python.org/pypi/httplib2 @@ -69,6 +69,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest -k "not test_unknown_server \ %{python3_sitelib}/%{srcname}/ %changelog +* Tue Jun 14 2022 Python Maint - 0.20.4-2 +- Rebuilt for Python 3.11 + * Sun Feb 20 2022 Kevin Fenzi - 0.20.4-1 - Update to 0.20.4. Fixes rhbz#2049986