Update to 0.21.0. rhbz#2138541
This commit is contained in:
parent
cf273fd4bb
commit
afe021ef35
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ httplib2-0.4.0.tar.gz
|
||||
/httplib2-0.20.2.tar.gz
|
||||
/httplib2-0.20.3.tar.gz
|
||||
/httplib2-0.20.4.tar.gz
|
||||
/httplib2-0.21.0.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname httplib2
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.20.4
|
||||
Release: 8%{?dist}
|
||||
Version: 0.21.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Comprehensive HTTP client library
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/httplib2
|
||||
@ -76,6 +76,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest -k "not test_unknown_server \
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Sun Feb 19 2023 Kevin Fenzi <kevin@scrye.com> - 0.21.0-1
|
||||
- Update to 0.21.0. rhbz#2138541
|
||||
|
||||
* Wed Jan 25 2023 Miro Hrončok <mhroncok@redhat.com> - 0.20.4-8
|
||||
- Explicitly BuildRequire runtime dependencies for tests
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httplib2-0.20.4.tar.gz) = 46396a9bb439e61939e481a2502567a6dc40686471267ea4c357f141ac138193107f90ac465db683e4ab71e5d92249b810657bff0cb74af7a37a9a23c8320741
|
||||
SHA512 (httplib2-0.21.0.tar.gz) = 8269014f05f5e4b668c7dea8ae708b27a60b4216d712a93ab58b74f399ab5bc0dcdcd8c1411ccff587c7bdb6bc20917451ad969e5bef2d5c5262327cabe17bbb
|
||||
|
Loading…
Reference in New Issue
Block a user