Update to 0.20.4. Fixes rhbz#2049986
This commit is contained in:
parent
96fc82af74
commit
79e0209f0e
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ httplib2-0.4.0.tar.gz
|
||||
/httplib2-0.19.1.tar.gz
|
||||
/httplib2-0.20.2.tar.gz
|
||||
/httplib2-0.20.3.tar.gz
|
||||
/httplib2-0.20.4.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname httplib2
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.20.3
|
||||
Release: 2%{?dist}
|
||||
Version: 0.20.4
|
||||
Release: 1%{?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
|
||||
* Sun Feb 20 2022 Kevin Fenzi <kevin@scrye.com> - 0.20.4-1
|
||||
- Update to 0.20.4. Fixes rhbz#2049986
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httplib2-0.20.3.tar.gz) = 6fe6c57e8d58ee75d46dfcca6751f74c182947592ae727a07513abcb74542a187e4887eac6437f169ab2a7057ca3440e928c41d7b6e3031a08512aa4cd25e3ae
|
||||
SHA512 (httplib2-0.20.4.tar.gz) = 46396a9bb439e61939e481a2502567a6dc40686471267ea4c357f141ac138193107f90ac465db683e4ab71e5d92249b810657bff0cb74af7a37a9a23c8320741
|
||||
|
Loading…
Reference in New Issue
Block a user