Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1653793 - Need urllib3 in f30 - transifex-client
Summary: Need urllib3 in f30 - transifex-client
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-urllib3
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Infrastructure SIG
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1653103
TreeView+ depends on / blocked
 
Reported: 2018-11-27 16:22 UTC by Luis Bazan
Modified: 2018-11-28 20:41 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-11-28 20:41:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Luis Bazan 2018-11-27 16:22:42 UTC
Hi

Can you build urllib3 in rawhide and f29?.

Cheers

Comment 1 Jeremy Cline 2018-11-28 20:41:06 UTC
Hi Luis,

urllib3 is built for rawhide and f29, it looks like your problem is because it's version 1.24.1:

The 'urllib3<1.24' distribution was not found and is required by transifex-client

If upstream isn't compatible with 1.24 (which I don't think is likely, since it didn't have any intentional backwards-incompatible changes) they'll need to fix that. If they are compatible, they need to fix their dependencies in setup.py by bumping the version up to 1.25 or unpinning it entirely.

You can write a patch to do that, send it upstream, and also apply it in your specfile. I often have to do this with requests.


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