Bug 963315
| Summary: | python-requests: Use / depend on system version of python-backports-ssl_match_hostname package to use ssl.match_hostname() routine instead of embedding it directly again | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Lieskovsky <jlieskov> |
| Component: | python-requests | Assignee: | Arun S A G <sagarun> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | a.badger, fweimer, rbean, sagarun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 963313 | Environment: | |
| Last Closed: | 2013-05-17 14:56:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 963306, 963311, 963313 | ||
| Bug Blocks: | |||
|
Description
Jan Lieskovsky
2013-05-15 15:55:13 UTC
I am confused as to how this is possible. This patch should have removed everything under python_sitelib/requests/packages/ http://pkgs.fedoraproject.org/cgit/python-requests.git/commit/?id=2f898f274c560a0fb5ac48719a9529f68688fb7a python-requests-1.1.0-3 requires python-urllib3 which in turn requires python-backports-ssl_match_hostname I feel sure that this is actually already fixed and in the stable repositories. I would like to close this and the related bugs as NOTABUG. Is that okay with you, Jan? Additional confirmation that the bundled libraries are being stripped: $ rpm -q python-requests python-requests-1.1.0-3.fc17.noarch $ rpm -ql python-requests|grep ssl_match_hostname $ (In reply to comment #1) > I am confused as to how this is possible. This patch should have removed > everything under python_sitelib/requests/packages/ I think I may have confused Jan with a comment earlier today. I spotted a bug in the ssl.match_hostname() function while looking at python-requests. I didn't intended to imply that we bundle it in Fedora (even though upstream does, I think). |