Package python3: Information

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

Source package: python3
Version: 3.7.4-alt1
Build time:  Oct 17, 2019, 10:47 AM in the task #239272
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, aarch64)
libpython3-debuginfo (x86_64, ppc64le, i586, aarch64)
python3 (x86_64, ppc64le, i586, aarch64)
python3-base (x86_64, ppc64le, i586, aarch64)
python3-base-debuginfo (x86_64, ppc64le, i586, aarch64)
python3-debuginfo (x86_64, ppc64le, i586, aarch64)
python3-dev (x86_64, ppc64le, i586, aarch64)
python3-dev-debuginfo (x86_64, ppc64le, i586, aarch64)
python3-modules-curses (x86_64, ppc64le, i586, aarch64)
python3-modules-curses-debuginfo (x86_64, ppc64le, i586, aarch64)
python3-modules-nis (x86_64, ppc64le, i586, aarch64)
python3-modules-nis-debuginfo (x86_64, ppc64le, i586, aarch64)
python3-modules-sqlite3 (x86_64, ppc64le, i586, aarch64)
python3-modules-sqlite3-debuginfo (x86_64, ppc64le, i586, aarch64)
python3-modules-tkinter (x86_64, ppc64le, i586, aarch64)
python3-modules-tkinter-debuginfo (x86_64, ppc64le, i586, aarch64)
python3-test (x86_64, ppc64le, i586, aarch64)
python3-test-debuginfo (x86_64, ppc64le, i586, aarch64)
python3-tools (x86_64, ppc64le, i586, aarch64)

Maintainer: Grigory Ustinov


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

Last changed


July 25, 2019 Grigory Ustinov 3.7.4-alt1
- Updated to upstream version 3.7.4.
- Add patch fixing lzma library.
- Added bluez, x11, gl, tk knobs (on by default). (thx to mike@)
- Cleaned up gdbm, rewheel, valgrind knobs. (thx to mike@)
- E2K: avoid lcc-unsupported valgrind option. (thx to mike@)
April 2, 2019 Grigory Ustinov 3.7.3-alt1
- Updated to upstream version 3.7.3 (Closes: #36297).
- Added list of architectures which has multilib support in ALT (thx to arei@).
- Added pathfix.py to python3-tools (thx to viy@).
- Bring back venv support (thx to obirvalger@ and imz@) (Closes: #32211).
- Add idle desktop file (Closes: #27542.)
Jan. 29, 2019 Aleksei Nikiforov 3.6.8-alt1
- Updated to upstream version 3.6.8
- Removed dependency on rpm-build-python3 from python3 package (Closes: #35992)
- Applied security fix (Fixes: CVE-2019-5010)