Bug 1684241
| Summary: | python3-cookies is orphaned on Rawhide and prevents python-responses from being installed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Randy Barlow <rbarlow> |
| Component: | python-responses | Assignee: | Randy Barlow <rbarlow> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | athoscribeiro |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-responses-0.10.5-1.fc31 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-11 14:13: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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1684250 | ||
|
Description
Randy Barlow
2019-02-28 19:15:47 UTC
I looked at the 0.9.0 version of the responses setup.py, and it does not encode that bit about the Python version: https://github.com/getsentry/responses/blob/0.9.0/setup.py I am not sure if that is because they didn't know at that time that they didn't need it for newer Python versions, or if it is because they later made a change. It's easier/safer to just update to the newer version, in my opinion. I will send a pull request for that. The 0.10.0 release notes mention that cookies was replaced with biscuits for Python 3.4+, so we do need to upgrade to a newer version: https://github.com/getsentry/responses/blob/0.10.2/CHANGES |