Actions
Issue #816
closedpython-requests bundles libraries and CA certificates that should be separate
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Since Pulp carries python-requests for EL6, we should fix the following issues, copied from the downstream bug:
Description of problem:
python-requests 2.x builds for Sat6 bundle multiple libraries:
- python-chardet
- python-urllib3, which additionally embeds:
- python-ordereddict
- python-six
- python-backports-ssl_match_hostnameAll those libraries are packaged separately for Sat6 too.
Additionally, it bundles own CA certificate bundle - cacert.pem - rather than using system one from ca-certificates.
Related issues
Updated by mhrivnak over 8 years ago
- Priority changed from Normal to High
- Triaged changed from No to Yes
Updated by mhrivnak over 8 years ago
This dependency needs a new owner on the pulp team, since Sayli has left. Notes here: https://github.com/pulp/pulp/blob/master/deps/python-requests/README
Updated by jcline@redhat.com almost 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jcline@redhat.com
Updated by jcline@redhat.com almost 8 years ago
- Status changed from ASSIGNED to POST
Updated by jcline@redhat.com almost 8 years ago
- Related to Story #789: As a user, I can manage Nectar's trust through the system Certificate Authority store by default added
Added by Jeremy Cline almost 8 years ago
Added by Jeremy Cline almost 8 years ago
Updated by jcline@redhat.com almost 8 years ago
- Status changed from POST to MODIFIED
Updated by dkliban@redhat.com over 7 years ago
- Status changed from MODIFIED to 5
Updated by dkliban@redhat.com over 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
python-requests 2.6+ is now available on all platforms.
Originally, we carried python-requests because EL6 and EL7 had versions less than 2.2, which is required by Nectar. This is no longer the case, so we can stop building requests.
closes #816 closes #789