Update t0 0.19.0. Fixes rhbz#1925988
This commit is contained in:
parent
b8f2234201
commit
718db28372
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ httplib2-0.4.0.tar.gz
|
||||
/httplib2-0.17.4.tar.gz
|
||||
/httplib2-0.18.0.tar.gz
|
||||
/httplib2-0.18.1.tar.gz
|
||||
/httplib2-0.19.0.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname httplib2
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.18.1
|
||||
Release: 10%{?dist}
|
||||
Version: 0.19.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Comprehensive HTTP client library
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/httplib2
|
||||
@ -70,6 +70,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest -k "not test_unknown_server \
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Sun Feb 07 2021 Kevin Fenzi <kevin@scrye.com> - 0.19.0-1
|
||||
- Update t0 0.19.0. Fixes rhbz#1925988
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httplib2-0.18.1.tar.gz) = fd40417607afc4f2b225cf50a7e3f6d437ba97445e03b1568508d31228dccb8e0bc1ea82b0d8727a2df60c6b389726d22d24646660ee1359f9b50b3c5009c2f5
|
||||
SHA512 (httplib2-0.19.0.tar.gz) = f929627118e8e443ee80b6dd7eb936fb5fdc4ae3f0b04381fb1bcdd4498be940fa2c307e63b0ca3512732c55ac1c8c6f4b83d6a5ba8bf8ee0aa0a4ebddbf93a2
|
||||
|
Loading…
Reference in New Issue
Block a user