Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
901b725a7c | ||
|
|
78fc6e515e |
2 changed files with 5 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ index 621e1a8..7f4c322 100644
|
|||
- key_file=None, cert_file=None, cert_reqs=None,
|
||||
- ca_certs=None, ssl_version=None,
|
||||
+ key_file=None, cert_file=None, cert_reqs=ssl.CERT_REQUIRED,
|
||||
+ ca_certs='/etc/ssl/certs/ca-certificates.crt', ssl_version=None,
|
||||
+ ca_certs='/etc/ssl/certs/ca-bundle.crt', ssl_version=None,
|
||||
assert_hostname=None, assert_fingerprint=None):
|
||||
|
||||
HTTPConnectionPool.__init__(self, host, port,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.7
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Python HTTP library with thread-safe connection pooling and file post
|
||||
|
||||
License: MIT
|
||||
|
|
@ -129,6 +129,9 @@ popd
|
|||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Mon Oct 28 2013 Ralph Bean <rbean@redhat.com> - 1.7-4
|
||||
- Update patch to find ca_certs in the correct place (#1024052)
|
||||
|
||||
* Wed Aug 28 2013 Ralph Bean <rbean@redhat.com> - 1.7-3
|
||||
- Bump release again, just to push an unpaired update.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue