Bug 1653793

Summary: Need urllib3 in f30 - transifex-client
Product: [Fedora] Fedora Reporter: Luis Bazan <bazanluis20>
Component: python-urllib3Assignee: Fedora Infrastructure SIG <infra-sig>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: aurelien, infra-sig, jcline, jeremy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-28 20:41:06 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: 1653103    

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.