Bug 2035846

Summary: python-flit-3.6.0 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: python-flitAssignee: Miro Hrončok <mhroncok>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: epel-packagers-sig, mhroncok, michel, python-sig
Target Milestone: ---Keywords: FutureFeature, Triaged
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: 2022-01-18 10:47:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Upstream Release Monitoring 2021-12-28 02:34:45 UTC
Latest upstream release: 3.6.0
Current version/release in rawhide: 3.5.1-1.fc36
URL: https://flit.readthedocs.io/en/latest/

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/12061/

Comment 1 Miro Hrončok 2021-12-28 10:57:19 UTC
Note: This release bundles tomli in flit_core, see https://github.com/pypa/flit/blob/main/flit_core/flit_core/vendor/README

Comment 2 Miro Hrončok 2022-01-18 10:47:01 UTC
https://flit.readthedocs.io/en/stable/history.html#version-3-6

Version 3.6

    flit_core now bundles the tomli TOML parser library (version 1.2.3) to avoid a circular dependency between flit_core and tomli (PR #492). This means flit_core now has no dependencies except Python itself, both at build time and at runtime, simplifying bootstrapping.


-----------------


We will eventually update to a version that bundles tomli and we will need to decide whether to unbundle or not, but there is no reason to update to a version that only adds that.