Description of problem: I have a project that needs flit-core>=3.7.0 for [tool.flit.external-data] support. Can this be updated in Fedora 36?
I'd rather not update in stable Fedroas. Do you know why the project needs 3.7.0+?
Yes, it needs "[tool.flit.external-data]" [1]. I could work around this, but I'd prefer not to. [1]: https://flit.pypa.io/en/stable/pyproject_toml.html#external-data-section
Fedora 36 has flit 3.5.1. Looking at https://flit.pypa.io/en/latest/history.html Version 3.6 seems to have no functional changes. Version 3.7 lists one potentially disturbing change: - Project names are now lowercase in wheel filenames and .dist-info folder names, in line with the specifications (This might break some RPM-packaged projects fi they list the directory in %files.) I think this update might be possible if we at least test the Fedora 36 packages that use flit.
Ack, thanks. Let me know if I can help.
Builds running in https://copr.fedorainfracloud.org/coprs/churchyard/flit-3.7.1/builds/
https://koschei.fedoraproject.org/package/python-pydyf?collection=f36 is a known failure.
https://src.fedoraproject.org/rpms/python-flit/pull-request/25
FEDORA-2022-39ae5af4a1 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-39ae5af4a1
FEDORA-2022-39ae5af4a1 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-39ae5af4a1` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-39ae5af4a1 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-39ae5af4a1 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.