Update to 0.20.2. Fixes rhbz#2011750
This commit is contained in:
parent
5531499405
commit
82733efbf9
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ httplib2-0.4.0.tar.gz
|
||||
/httplib2-0.18.1.tar.gz
|
||||
/httplib2-0.19.0.tar.gz
|
||||
/httplib2-0.19.1.tar.gz
|
||||
/httplib2-0.20.2.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname httplib2
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.19.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.20.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Comprehensive HTTP client library
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/httplib2
|
||||
@ -67,6 +67,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest -k "not test_unknown_server \
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Sat Nov 06 2021 Kevin Fenzi <kevin@scrye.com> - 0.20.2-1
|
||||
- Update to 0.20.2. Fixes rhbz#2011750
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httplib2-0.19.1.tar.gz) = 7059743d9023530abbe1be6010dede9dcf1c329be7ee5b634b38021602cec9334b080de37935250461f88c48443a704b4045017c5352eed459bbc27f4b8468da
|
||||
SHA512 (httplib2-0.20.2.tar.gz) = cb1e0e365ec7872d20c1a8e3ddb150433dd01f4ec816ae2044be6aad6c21afd00ce00dfc57f1348dcc857a63e02e8ffbd39c78f35bb4bba2e283a48f07102159
|
||||
|
Loading…
Reference in New Issue
Block a user