[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project python3.11-3.11.9-7.el8_10

Name python3.11
Epoch 0
Version 3.11.9
Release 7.el8_10
Website/URL https://www.python.org/
License Python
Build Time 2024-09-25 09:08:18
Build Host builder-x86-04.inferitos.ru
Summary Version 3.11 of the Python interpreter
Repositories AppStream
Description Python 3.11 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.11 package provides the "python3.11" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3.11-libs package, which should be installed automatically along with python3.11. The remaining parts of the Python standard library are broken out into the python3.11-tkinter and python3.11-test packages, which may need to be installed separately. Documentation for Python is provided in the python3.11-docs package. Packages containing additional libraries for Python are generally named with the "python3.11-" prefix. For the unversioned "python" executable, see manual page "unversioned-python".
Errata INFSA-2024:6962
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
python3.11-3.11.9-7.el8_10.x86_64 Version 3.11 of the Python interpreter abfbf0cfd74313d11d119b95673b52a5458d7e7aef850466bdb537cffe888ca8 download
python3.11-devel-3.11.9-7.el8_10.x86_64 Libraries and header files needed for Python development 86202a6af99ae14e2af77da156c6340dbb23fe31bdff98cf2c8edf5a02574ae8 download
python3.11-libs-3.11.9-7.el8_10.x86_64 Python runtime libraries 2f1b1ff3a29547bee22e1776b9d2e11632c46955f4ad0f537d70d57c18c9d118 download
python3.11-tkinter-3.11.9-7.el8_10.x86_64 A GUI toolkit for Python f8205923f4842d26a15a1cd8d68d6a9af898176865cc4c0df1caa46f6d548dbe download
python3.11-debug-3.11.9-7.el8_10.x86_64 Debug version of the Python runtime d0001dfead394ef7f5f465d9bdc4d8e4d4480cfb9229994f834902e40499493d download
python3.11-idle-3.11.9-7.el8_10.x86_64 A basic graphical development environment for Python 03c9bcaa72a0c0a49b0dd40e1f3bc9910d2fb54b31b65a3bc014f118e6ceaedc download
python3.11-test-3.11.9-7.el8_10.x86_64 The self-test suite for the main python3 package c9f2f414f2364bba4a148d693926481a26bbba65e11bc628058cdf15938d5f6a download
i686
python3.11-devel-3.11.9-7.el8_10.i686 Libraries and header files needed for Python development a0c55eca3bcff4a48a1291faa91fe2fcaa05873fd4433c29948e7a019ec9bbda download
python3.11-libs-3.11.9-7.el8_10.i686 Python runtime libraries ce218aeaacaeb804092ec0a931fd8375bf282c056f8cec662a0e3bab5a2c16ad download
python3.11-3.11.9-7.el8_10.i686 Version 3.11 of the Python interpreter 1b79d6fe170d72bf6d2f9c282bb19bd999f0345579452a4fe13f5e39d73c5685 download
python3.11-debug-3.11.9-7.el8_10.i686 Debug version of the Python runtime 24dd5060352d68b3939c31329740cea1cea6ba9b2b60e6aa18cc3bb74b039682 download
python3.11-idle-3.11.9-7.el8_10.i686 A basic graphical development environment for Python 61954698e41cc3836206d261e4f19a7c33c17f7164eb80853e9e42b463fd5e49 download
python3.11-test-3.11.9-7.el8_10.i686 The self-test suite for the main python3 package 862f34643930e50f8aa836fd89acbb9c9d785e0b5255e806bd82a3a0b20b2d7d download
python3.11-tkinter-3.11.9-7.el8_10.i686 A GUI toolkit for Python 3e428d0ead2fd44fb8431db2eb7d413f68c2173f6c54de1fcd6eefcd6de74d47 download
noarch
python3.11-rpm-macros-3.11.9-7.el8_10.noarch RPM macros for building RPMs with Python 3.11 22352e14b2421fc4a5305fe0b765bc2c294c5b30627ef624e26daf287d6472af download
src
python3.11-3.11.9-7.el8_10.src Version 3.11 of the Python interpreter b9894b6db34a5ed8f3e21e2fe39c1a202da64c3eab567fbda2d9a54776fb46bf download
Changelog link
* Fri Aug 23 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.9-7
- Security fix for CVE-2024-8088
Resolves: RHEL-55934

* Thu Aug 15 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.9-6
- Security fix for CVE-2024-6923
Resolves: RHEL-53089

* Thu Jul 25 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.9-5
- Properly propagate the optimization flags to C extensions

* Thu Jul 18 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.9-4
- Build Python with -O3
- https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3

* Thu Jul 18 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.9-3
- Security fix for CVE-2024-4032
Resolves: RHEL-44067

* Tue Jun 11 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.9-2
- Enable importing of hash-based .pyc files under FIPS mode
Resolves: RHEL-40783

* Mon Apr 22 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.9-1
- Rebase to 3.11.9
- Security fixes for CVE-2023-6597 and CVE-2024-0450
- Fix expat tests for the latest expat security release
Resolves: RHEL-33672, RHEL-33684

* Mon Jan 22 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.7-1
- Rebase to 3.11.7
Resolves: RHEL-21915

* Tue Jan 09 2024 Lumír Balhar <lbalhar@redhat.com> - 3.11.5-2
- Security fix for CVE-2023-27043
Resolves: RHEL-7842

* Thu Sep 07 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.5-1
- Rebase to 3.11.5
- Security fixes for CVE-2023-40217 and CVE-2023-41105
Resolves: RHEL-3047, RHEL-3267

* Thu Aug 10 2023 Tomas Orsava <torsava@redhat.com> - 3.11.4-4
- Add the import_all_modules_py3_11.py file for the python3.11-rpm-macros subpackage
Resolves: rhbz#2207631

* Wed Aug 09 2023 Petr Viktorin <pviktori@redhat.com> - 3.11.4-3
- Fix symlink handling in the fix for CVE-2023-24329
Resolves: rhbz#263261

* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.11.4-2
- Rebuilt for MSVSphere 8.8

* Fri Jun 30 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.4-2
- Security fix for CVE-2007-4559
Resolves: rhbz#263261

* Mon Jun 26 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.4-1
- Update to 3.11.4
- Security fix for CVE-2023-24329
Resolves: rhbz#2173917

* Thu Feb 16 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.2-2
- Support OpenSSL FIPS mode

* Thu Feb 09 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.2-1
- Update to 3.11.2

* Tue Jan 31 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.1-4
- Disable the builtin hashlib hashes except blake2

* Mon Jan 30 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.1-3
- Disable bootstrap
- Revert python3.11-rpm-macros requirement

* Mon Jan 30 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.1-2
- Fix macros requirements

* Tue Dec 13 2022 Charalampos Stratakis <cstratak@redhat.com> - 3.11.1-1
- Initial package
- Fedora contributions by:
      Björn Esser <besser82@fedoraproject.org>
      Charalampos Stratakis <cstratak@redhat.com>
      Dan Horák <dan@danny.cz>
      David Malcolm <dmalcolm@redhat.com>
      Dennis Gilmore <dennis@ausil.us>
      Florian Weimer <fweimer@redhat.com>
      Gwyn Ciesla <limb@fedoraproject.org>
      Igor Gnatenko <ignatenkobrain@fedoraproject.org>
      Iryna Shcherbina <shcherbina.iryna@gmail.com>
      Jaroslav Škarvada <jskarvad@redhat.com>
      Jason ティビツ <tibbs@fedoraproject.org>
      Kalev Lember <klember@redhat.com>
      Karsten Hopp <karsten@redhat.com>
      Lumir Balhar <lbalhar@redhat.com>
      Marcel Plch <marcel.plch@protonmail.com>
      Matej Stuchlik <mstuchli@redhat.com>
      Michal Cyprian <m.cyprian@gmail.com>
      Michal Toman <mtoman@fedoraproject.org>
      Miro Hrončok <miro@hroncok.cz>
      Nicolas Chauvet <kwizart@gmail.com>
      Orion Poplawski <orion@cora.nwra.com>
      Patrik Kopkan <pkopkan@redhat.com>
      Peter Robinson <pbrobinson@gmail.com>
      Petr Šplíchal <psplicha@redhat.com>
      Petr Viktorin <pviktori@redhat.com>
      Rex Dieter <rdieter@fedoraproject.org>
      Richard W.M. Jones <rjones@redhat.com>
      Robert Kuska <rkuska@gmail.com>
      Sahana Prasad <sahana@redhat.com>
      Slavek Kabrda <bkabrda@redhat.com>
      Stephen Gallagher <sgallagh@redhat.com>
      Than Ngo <than@redhat.com>
      Thomas Spura <tomspur@fedoraproject.org>
      Till Maas <opensource@till.name>
      Tomáš Hrnčiar <thrnciar@redhat.com>
      Tomas Mraz <tmraz@fedoraproject.org>
      Tomas Orsava <torsava@redhat.com>
      Tomas Radej <tradej@redhat.com>
      Toshio Kuratomi <toshio@fedoraproject.org>
      Victor Stinner <vstinner@python.org>
      Ville Skyttä <ville.skytta@iki.fi>
      Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>