Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Ralph Bean
901b725a7c Bump release for ca_cert patch. 2013-10-28 13:11:27 -04:00
Ralph Bean
78fc6e515e Update patch to find ca_certs in the correct place. 2013-10-28 13:06:41 -04:00
2 changed files with 5 additions and 2 deletions

View file

@ -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,

View file

@ -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.