Bug 906924
Summary: | [patch] Backport support correct cookie handling | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ralph Bean <rbean> | ||||||||
Component: | python-requests | Assignee: | Arun S A G <sagarun> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 18 | CC: | a.badger, ppisar, robatino, sagarun, samuel | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2013-02-17 03:32:05 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: | |||||||||||
Attachments: |
|
Description
Ralph Bean
2013-02-01 22:31:47 UTC
One note -- the patch is not quite a backport. The python-requests-1.0.0 release doesn't have this problem but 1.0.0 was a huge restructuring of code. So this was fix doesn't have an analogoue in the upstream 1.0.0 tree. *** Bug 909296 has been marked as a duplicate of this bug. *** Arun, mind if I apply the patch and rebuild? The broken behavior was noticed by someone running fedora-easy-karma today. Sure, Not a problem. Go ahead! I got carried away a little bit. Made a few changes above and beyond what we talked about here. I'll upload the patch and then build it if either one of you okay it. Created attachment 695229 [details] Changes to the spec file This fixes the cookie handling, fixes the certificate bundle in https://bugzilla.redhat.com/show_bug.cgi?id=904614 , and removes the py-3 specific and py2-specific modules in the packages where they won't run (chardet is not in python-requests and chardet2, oauthlib is removed from python3-requests) so that we can use the generic fedora python byte compilation. Created attachment 695230 [details]
Patch to enable the system cert bundle
+1 to the patches. Thanks for all your work on this Toshio! python-fedora-0.3.32.3-1.fc18, python-requests-0.14.1-4.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/FEDORA-2013-1998/python-requests-0.14.1-4.fc18,python-fedora-0.3.32.3-1.fc18 *** Bug 909444 has been marked as a duplicate of this bug. *** Package python-fedora-0.3.32.3-1.fc18, python-requests-0.14.1-4.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-fedora-0.3.32.3-1.fc18 python-requests-0.14.1-4.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-1998/python-requests-0.14.1-4.fc18,python-fedora-0.3.32.3-1.fc18 then log in and leave karma (feedback). python-fedora-0.3.32.3-1.fc18, python-requests-0.14.1-4.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |