Bug 1789994

Summary: importlib-metadata 1.4.0 available
Product: [Fedora] Fedora Reporter: Fabio Valentini <decathorpe>
Component: python-importlib-metadataAssignee: Miro Hrončok <mhroncok>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: low    
Version: 31CC: mhroncok, pviktori, python-sig
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: 2020-09-02 12:05:25 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: 1789970    

Description Fabio Valentini 2020-01-10 23:11:40 UTC
New releases of this package are available on pypi:
https://pypi.org/project/importlib-metadata/#history

I've added a mapping for it to anitya, it wasn't linked to a fedora package before:
https://release-monitoring.org/project/50323/

I would need importlib-metadata 1.1.3+ on fedora 31 for a poetry update (1.0.0 → 1.0.2).

Comment 1 Miro Hrončok 2020-01-12 19:16:05 UTC
Mot sure if anitya works on packages retired on rawhide.


Anyway, I can look into this later, but you can always send a PR to make it faster. Just make sure tox, pytest, pluggy still work.

Comment 2 Fabio Valentini 2020-01-12 19:17:34 UTC
Oh, right, it's obsoleted by python 3.8.

I'll send you a PR after doing the work.

Comment 3 Fabio Valentini 2020-01-15 11:29:06 UTC
Alright, this is not so easy as I thought.

tox 3.13.2 restricts its importlib-metadata dependency to "< 1".
tox 3.14.3 allows ">= 0.12; < 2".

Though I'm not sure if updating tox in stable fedora is a good idea.

I'll try to update poetry by ignoring the dependency restrictions instead ...

Comment 4 Fabio Valentini 2020-01-15 11:50:57 UTC
So, updating poetry by relaxing its dependencies seems to work, even without importlib-metadata > 1.1.3.
And it's certainly easier than updating all the other packages :)

Comment 5 Petr Viktorin (pviktori) 2020-09-02 12:05:25 UTC
Fedora 31 is stable at this point; we're not planning to update to the new version.