From Fedora Project Wiki
Line 33: Line 33:


== Fedora Linux 37 Accepted Self-Contained Changes ==
== Fedora Linux 37 Accepted Self-Contained Changes ==
===[[Changes/F37MingwUCRT | MinGW UCRT target]]===
This proposal is to add the UCRT target & support from Fedora to the MinGW cross-toolchains.
* Owner: Marc-André Lureau
* Last updated: 2022-02-16
* Status: Change accepted
===[[Changes/ModularGnomeKeyring | Modular GNOME Keyring services]]===
The monolithic daemon provided by GNOME Keyring will be split into dedicated sub-daemons, so that they can be consistently managed by systemd.
* Owner: Benjamin Berg
* Last updated: 2022-02-10
* Status: Change accepted
===[[Changes/PythonDistPEP503ProvidesOnly | Python Dist RPM provides to only provide PEP503-normalized names]]===
===[[Changes/PythonDistPEP503ProvidesOnly | Python Dist RPM provides to only provide PEP503-normalized names]]===
The legacy python3dist(NAME) and python3.11dist(NAME) RPM provides with dots (.) in NAME will no longer be automatically provided. NAME will only be normalized according to PEP 503. E.g. on Fedora 36 a package provides both python3dist(ruamel-yaml) and python3dist(ruamel.yaml), on Fedora 37+ it will only provide python3dist(ruamel-yaml) (and similarly, python3.11dist(ruamel-yaml)).
The legacy python3dist(NAME) and python3.11dist(NAME) RPM provides with dots (.) in NAME will no longer be automatically provided. NAME will only be normalized according to PEP 503. E.g. on Fedora 36 a package provides both python3dist(ruamel-yaml) and python3dist(ruamel.yaml), on Fedora 37+ it will only provide python3dist(ruamel-yaml) (and similarly, python3.11dist(ruamel-yaml)).
* Owner: Miro Hrončok
* Owner: Miro Hrončok
* Last updated: 2022-02-08
* Last updated: 2022-02-10
* Status: Change accepted
* Status: Change accepted

Revision as of 14:27, 16 February 2022

Warning.png
DO NOT EDIT this page manually as it's generated automatically and all changes will be overwritten! If you want to change anything, change the original Changes page and it will be picked up in the next refresh. If not, ping bcotton.

Bugzilla tracking

Fedora Linux 37 Accepted System-Wide Changes

Python 3.11

Update the Python stack in Fedora from Python 3.10 to Python 3.11, the newest major release of the Python programming language.

Owners

  • Owner: Miro Hrončok

Tracking

  • Last updated: 2021-10-20
  • Tracking bug: #2016048
  • Release Notes tracker: #746
  • Contingency deadline: TBD
  • Status: Change accepted

RetireARMv7

Retire the ARMv7 architecture AKA arm32 or armhfp architecture.

Owners

  • Owner: Peter Robinson

Tracking

  • Last updated: 2021-12-01
  • Tracking bug: #2028172
  • Release Notes tracker: #776
  • Contingency deadline:
  • Status: Change accepted

Fedora Linux 37 Accepted Self-Contained Changes

MinGW UCRT target

This proposal is to add the UCRT target & support from Fedora to the MinGW cross-toolchains.

  • Owner: Marc-André Lureau
  • Last updated: 2022-02-16
  • Status: Change accepted

Modular GNOME Keyring services

The monolithic daemon provided by GNOME Keyring will be split into dedicated sub-daemons, so that they can be consistently managed by systemd.

  • Owner: Benjamin Berg
  • Last updated: 2022-02-10
  • Status: Change accepted

Python Dist RPM provides to only provide PEP503-normalized names

The legacy python3dist(NAME) and python3.11dist(NAME) RPM provides with dots (.) in NAME will no longer be automatically provided. NAME will only be normalized according to PEP 503. E.g. on Fedora 36 a package provides both python3dist(ruamel-yaml) and python3dist(ruamel.yaml), on Fedora 37+ it will only provide python3dist(ruamel-yaml) (and similarly, python3.11dist(ruamel-yaml)).

  • Owner: Miro Hrončok
  • Last updated: 2022-02-10
  • Status: Change accepted