Bug 1728075

Summary: python-deepdiff fails to build on Fedora 31 (rawhide)
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-deepdiffAssignee: Susi Lehtola <susi.lehtola>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: susi.lehtola
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: 2019-07-24 13:36:53 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: 1700317, 1686977, 1732841    

Description Miro Hrončok 2019-07-08 23:45:00 UTC
python-deepdiff fails to build with Python 3.8.0b2.

+ /usr/bin/python3 setup.py test
Download error on https://pypi.org/simple/ordered-set/: [Errno -2] Name or service not known -- Some packages may not be found!
Couldn't find index page for 'ordered-set' (maybe misspelled?)
Download error on https://pypi.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
No local packages or working download links found for ordered-set>=3.1
error: Could not find suitable distribution for Requirement.parse('ordered-set>=3.1')
error: Bad exit status from /var/tmp/rpm-tmp.kQRplu (%check)
running test
Searching for ordered-set>=3.1
Reading https://pypi.org/simple/ordered-set/
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/

This is not related to Python 3.8, but blocks the Python 3.8 rebuild.

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.8/fedora-rawhide-x86_64/00964895-python-deepdiff/

For all our attempts to build python-deepdiff with Python 3.8, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.8/package/python-deepdiff/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.8:
https://copr.fedorainfracloud.org/coprs/g/python/python3.8/

Let us know here if you have any questions.

Comment 1 Susi Lehtola 2019-07-24 13:36:53 UTC
Fixed.