Package python3: Information

    Binary package: python3
    Version: 3.10.8-alt1.1
    Architecture: armh
    Build time:  Dec 18, 2022, 03:19 PM in the task #311926
    Source package: python3
    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.

    Maintainer: Ilya Kurdyukov



    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.