update to 0.20.1 [release 0.20.1-1mamba;Sat Oct 16 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 11:14:30 +01:00
parent 4c8e418fda
commit 509649bafb

View File

@ -1,16 +1,17 @@
Name: python-httplib2 Name: python-httplib2
Version: 0.19.1 Version: 0.20.1
Release: 2mamba Release: 1mamba
Summary: A comprehensive HTTP client library Summary: A comprehensive HTTP client library
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://bitworking.org/projects/httplib2/ URL: https://github.com/httplib2/httplib2
Source: https://pypi.debian.net/httplib2/httplib2-%{version}.tar.gz Source: https://pypi.debian.net/httplib2/httplib2-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(pyparsing)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -45,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/httplib2-%{version}-py*.egg-info/* %{python_sitearch}/httplib2-%{version}-py*.egg-info/*
%changelog %changelog
* Sat Oct 16 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.1-1mamba
- update to 0.20.1
* Sun Apr 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.1-2mamba * Sun Apr 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.1-2mamba
- rebuilt with distdeps and py3 target - rebuilt with distdeps and py3 target