Update to 0.20.3. Only fixes test cases
This commit is contained in:
parent
82733efbf9
commit
479c4cfe9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ httplib2-0.4.0.tar.gz
|
||||
/httplib2-0.19.0.tar.gz
|
||||
/httplib2-0.19.1.tar.gz
|
||||
/httplib2-0.20.2.tar.gz
|
||||
/httplib2-0.20.3.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global srcname httplib2
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.20.2
|
||||
Version: 0.20.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Comprehensive HTTP client library
|
||||
License: MIT
|
||||
@ -67,6 +67,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest -k "not test_unknown_server \
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Mon Dec 13 2021 Paul Wouters <paul.wouters@aiven.io> - 0.20.3-1
|
||||
- Update to 0.20.3. Only fixes test cases
|
||||
|
||||
* Sat Nov 06 2021 Kevin Fenzi <kevin@scrye.com> - 0.20.2-1
|
||||
- Update to 0.20.2. Fixes rhbz#2011750
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httplib2-0.20.2.tar.gz) = cb1e0e365ec7872d20c1a8e3ddb150433dd01f4ec816ae2044be6aad6c21afd00ce00dfc57f1348dcc857a63e02e8ffbd39c78f35bb4bba2e283a48f07102159
|
||||
SHA512 (httplib2-0.20.3.tar.gz) = 6fe6c57e8d58ee75d46dfcca6751f74c182947592ae727a07513abcb74542a187e4887eac6437f169ab2a7057ca3440e928c41d7b6e3031a08512aa4cd25e3ae
|
||||
|
Loading…
Reference in New Issue
Block a user