Package python3-test: Information

    Binary package: python3-test
    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: The test modules from the main python 3 package
    Description: 
    The test modules from the main python3 package.
    These are in a separate package to save space, as they are almost never used
    in production.
    
    You might want to install the python3-test package if you're developing
    python 3 code that uses more than just unittest and/or test_support.py.

    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.