From 509649bafba7c18a281c426d2395fa1eb52670f4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:14:30 +0100 Subject: [PATCH] update to 0.20.1 [release 0.20.1-1mamba;Sat Oct 16 2021] --- python-httplib2.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-httplib2.spec b/python-httplib2.spec index b502b41..f910c7d 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,16 +1,17 @@ Name: python-httplib2 -Version: 0.19.1 -Release: 2mamba +Version: 0.20.1 +Release: 1mamba Summary: A comprehensive HTTP client library Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://bitworking.org/projects/httplib2/ +URL: https://github.com/httplib2/httplib2 Source: https://pypi.debian.net/httplib2/httplib2-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(pyparsing) ## AUTOBUILDREQ-END %description @@ -45,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/httplib2-%{version}-py*.egg-info/* %changelog +* Sat Oct 16 2021 Silvan Calarco 0.20.1-1mamba +- update to 0.20.1 + * Sun Apr 04 2021 Silvan Calarco 0.19.1-2mamba - rebuilt with distdeps and py3 target