From 82d16f40a60b2425bd469da9a93b35a3ff5554a1 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Tue, 7 Mar 2023 11:47:24 -0600 Subject: [PATCH] migrated to SPDX license --- python-httplib2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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