Update to 0.13.1. Fixes bug #1742362
This commit is contained in:
parent
4d223800f2
commit
1c8207f2d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ httplib2-0.4.0.tar.gz
|
||||
/httplib2-0.10.3.tar.gz
|
||||
/httplib2-0.11.3.tar.gz
|
||||
/httplib2-0.13.0.tar.gz
|
||||
/httplib2-0.13.1.tar.gz
|
||||
|
@ -7,12 +7,12 @@
|
||||
%endif
|
||||
|
||||
Name: python-httplib2
|
||||
Version: 0.13.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.13.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A comprehensive HTTP client library
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/httplib2
|
||||
Source0: https://pypi.python.org/packages/source/h/httplib2/httplib2-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/78/23/bb9606e87a66fd8c72a2b1a75b049d3859a122bc2648915be845bc44e04f/httplib2-0.13.1.tar.gz
|
||||
#
|
||||
# Patch to use the Fedora ca certs instead of the bundled ones
|
||||
#
|
||||
@ -91,6 +91,9 @@ popd
|
||||
# with_python3
|
||||
|
||||
%changelog
|
||||
* Thu Aug 22 2019 Kevin Fenzi <kevin@scrye.com> - 0.13.1-1
|
||||
- Update to 0.13.1. Fixes bug #1742362
|
||||
|
||||
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httplib2-0.13.0.tar.gz) = b447531f18eb7d288cce9b1ab4b59c4302bd8db8eb095a102f9d730cb49644a1dc531ca007bb9c9a7321c9876ec0ce953317561fc94a51b02bcb749d2de1fa83
|
||||
SHA512 (httplib2-0.13.1.tar.gz) = c82e51481235d57660a7c93a639512c6b38bde60392f6da8e24b28f6083b54580d87f450bc333d5429fc2824cb0e367e3f9982ea97325a72c4289bec19fdc5e9
|
||||
|
Loading…
Reference in New Issue
Block a user