Bug 1684241 - python3-cookies is orphaned on Rawhide and prevents python-responses from being installed
Summary: python3-cookies is orphaned on Rawhide and prevents python-responses from bei...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-responses
Version: rawhide
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Randy Barlow
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1684250
TreeView+ depends on / blocked
 
Reported: 2019-02-28 19:15 UTC by Randy Barlow
Modified: 2019-03-11 14:13 UTC (History)
1 user (show)

Fixed In Version: python-responses-0.10.5-1.fc31
Clone Of:
Environment:
Last Closed: 2019-03-11 14:13:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Randy Barlow 2019-02-28 19:15:47 UTC
Description of problem:
I am unable to build Bodhi on Rawhide due to the orphaning and retirement on python-cookies, which is currently required by responses.

However, it looks like:

0. There is a newer version of responses available upstream, and
1. The cookies dependency is only needed on Python < 3.4, if I am reading this right:

https://github.com/getsentry/responses/blob/0.10.5/setup.py

Could we get responses not to depend on cookies anymore? I've not investigated whether we need 0.10.5 for that, but it might be nice to get a newer version too.

This is blocking Bodhi from building on Rawhide.


Version-Release number of selected component (if applicable):
python3-responses-0.9.0-6.fc30.noarch


How reproducible:
Every time.


Steps to Reproduce:
1. On Rawhide, sudo dnf install python3-responses


Actual results:
nothing provides python3.7dist(cookies) needed by python3-responses-0.9.0-6.fc30.noarch


Expected results:
Successful installation.

Comment 1 Randy Barlow 2019-03-05 19:12:03 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.

Comment 2 Randy Barlow 2019-03-06 14:18:44 UTC
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


Note You need to log in before you can comment on or make changes to this bug.