Package python3: Information

  • Default inline alert: Version in the repository: 3.12.2-alt1

Source package: python3
Version: 3.10.8-alt1.1
Latest version according to Repology
Build time:  Dec 18, 2022, 03:19 PM in the task #311926
Report package bug
License: Python
Summary: Version 3 of the Python programming language aka Python 3000
Description: 
Python 3 is a new version of the language that is incompatible with the 2.x
line of releases. The language is mostly the same, but many details, especially
how built-in objects like dictionaries and strings work, have changed
considerably, and a lot of deprecated features have finally been removed.

List of rpms provided by this srpm:
libpython3 (x86_64, ppc64le, i586, armh, aarch64)
libpython3-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3 (x86_64, ppc64le, i586, armh, aarch64)
python3-base (x86_64, ppc64le, i586, armh, aarch64)
python3-base-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-dev (x86_64, ppc64le, i586, armh, aarch64)
python3-dev-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-module-gdb_libpython (x86_64, ppc64le, i586, armh, aarch64)
python3-modules-curses (x86_64, ppc64le, i586, armh, aarch64)
python3-modules-curses-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-modules-sqlite3 (x86_64, ppc64le, i586, armh, aarch64)
python3-modules-sqlite3-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-modules-tkinter (x86_64, ppc64le, i586, armh, aarch64)
python3-modules-tkinter-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-test (x86_64, ppc64le, i586, armh, aarch64)
python3-test-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-tools (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Ilya Kurdyukov



    1. autoconf-archive
    2. /dev/pts
    3. liblzma-devel
    4. /proc
    5. mpdecimal-devel
    6. bzip2-devel
    7. libncursesw-devel
    8. libnsl2-devel
    9. db4-devel
    10. desktop-file-utils
    11. gcc-c++
    12. libreadline-devel
    13. libexpat-devel
    14. gdbm-devel
    15. libffi-devel
    16. libsqlite3-devel
    17. libssl-devel
    18. libX11-devel
    19. tcl-devel
    20. tk-devel
    21. libgmp-devel
    22. libbluez-devel
    23. rpm-build-python3 >= 0.1.9.3
    24. valgrind-devel
    25. libGL-devel
    26. libuuid-devel
    27. zlib-devel

Last changed


Dec. 17, 2022 Ilya Kurdyukov 3.10.8-alt1.1
- Using "-fno-semantic-interposition" to speed up libpython.
Dec. 6, 2022 Grigory Ustinov 3.10.8-alt1
- Updated to upstream version 3.10.8.
Nov. 10, 2022 Daniel Zagaynov 3.10.7-alt2
- Moved Tools to /usr/share/%pybasever
- Removed pynche (its pypi version is newer)
- Moved libpython.py to the separate package
- Used %add_python3_import_path to exclude self-provides from %name-test
  dependencies
- Added shebang to some files from %name-tools and %name-module-gdb_libpython,
  made them executable to discard rpm-build-python
- Added patch to replace absolute import with relative ones.