From 7762d7cb30a6ced6f86c5092e87e1f2e0a8ce468 Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Wed, 3 Mar 2021 22:43:20 +0100 Subject: [PATCH] Bump Release, update changelog --- python-httplib2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-httplib2.spec b/python-httplib2.spec index 7718390..ca3cc39 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.19.0 -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 +* Wed Mar 3 2021 Pavel Cahyna - 0.19.0-2 +- Remove unused python3-pytest-cov build dependency + * Sun Feb 07 2021 Kevin Fenzi - 0.19.0-1 - Update t0 0.19.0. Fixes rhbz#1925988