diff --git a/python-httplib2.spec b/python-httplib2.spec index 483c040..8ffe44d 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.21.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comprehensive HTTP client library License: MIT URL: https://pypi.python.org/pypi/httplib2 @@ -76,6 +76,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest -k "not test_unknown_server \ %{python3_sitelib}/%{srcname}/ %changelog +* Tue Mar 07 2023 Gwyn Ciesla - 0.21.0-2 +- migrated to SPDX license + * Sun Feb 19 2023 Kevin Fenzi - 0.21.0-1 - Update to 0.21.0. rhbz#2138541