Documentation for a newer release is available. View Latest

Utilidades del Sistema

Sphinx fue actualizado a versión 2 y se ha quitado el soporte para Python 2

El paquete python-sphinx ha sido actualizado a la versión 2.x en Fedora 31.

También se han quitado los siguientes (sub)paquetes Python 2 que daban soporte a Sphinx:

  • python2-sphinx

  • python2-catkin-sphinx

  • python2-numpydoc

  • python2-snowballstemmer

  • python2-sphinx-intl

  • python2-sphinx-theme-alabaster

  • python2-sphinx_rtd_theme

  • python2-sphinxcontrib-httpdomain

  • python2-sphinxcontrib-websupport

  • sphinx-webtools

  • trac-sphinx-plugin

Los usuarios quienes necesiten ejecutar Sphinx en Python 2 tiene que utilizar entorno virtual de Python y el gestor de paquete pip. Para más información, consulte este Desarrollo de Fedora page.

RPM 4.15

Fedora 31 proporciona la versión 4.15 de RPM, hasta la versión 4.14 en Fedora 30. Incluyen notables cambios:

Nuevas características

  • Fueron añadidas las secciones %patchlist y %sourcelist al archivo spec de RPM.

  • Construcciones más rápidas para incrementar paralelismo.

  • Generador de dependencia de compilación dinámica.

  • Detección mejorada de arquitectura CPU ARM.

  • Fue añadido mantenimiento de arquitectura ARMv8.

  • Fueron añadidos mantenimientos para enunciados %elif, %elifos y %elifarch.

  • Nueva macro `%dnt» para comentar.

Esta publicación además contiene numerosas reparaciones de defectos y mejoras. Para todas la información, consulte la notas de publicación liberadas.

Se ha eliminado la versión 3 de YUM

Como de esta publicación, el administrador de paquetes YUM 3 ha sido desinstalado, incluyendo los siguientes paquetes:

  • createrepo

  • yum

  • yum-langpacks

  • yum-utils

  • yum-metadata-parser

  • yum-updatesd

The purpose of this change is to minimize the disruption to users as the YUM 3 user experience transitions to use the more advanced DNF technology. We encourage anyone to open a Bugzilla ticket to inform us of any critical user experience or plugin problems that were missed.

We expect no impact on users as the package management functionality is already provided by DNF.

The DNF package manager provides equivalent packages createrepo_c and dnf-utils to obsolete createrepo and yum-utils.

Important executable files such /usr/bin/yum, /usr/bin/repoquery or /usr/bin/createrepo will be provided either as new executable files or symbolic links to the respective DNF-based counterparts.

The yum package is still available in due repositories as a small CLI wrapper, in case users prefer the original /usr/bin/yum binary.

The Docker package has been removed

Fedora 31 does not provide the docker package. See Containers for details.

Gawk 5.0.1

The gawk package has been updated to version 5.0.1, which is the latest upstream major release. Apart from fixing a number of bugs, the new version provides the following notable changes:

  • The regex routines have been replaced with those from GNULIB

  • Comment handling in the pretty-printer has been reworked almost completely from scratch. As a result, comments in many corner cases that were previously lost are now included in the formatted output.

  • Namespaces have been added.

  • Gawk now uses the locale settings for ignoring case in single byte locales, instead of hardwiring in Latin-1.

For more information about this release, see the upstream NEWS document. For information about the newly introduced namespaces, see the manual.