Package tests-for-installed-python3-pkgs: Information

    Binary package: tests-for-installed-python3-pkgs
    Version: 0.1.25-alt1
    Architecture: noarch
    Build time:  Apr 9, 2024, 08:01 PM
    Source package: rpm-build-python3
    Report package bug
    Home page: 

    License: GPLv2+
    Summary: Tests that can be run to test any installed Python3 package
    Description: 
    The included scripts are primarily to be run by package maintainers
    (or automated testing systems) to test any Python3 package
    in an environment where it has been installed by RPM.
    
    Contents:
    
    * check-python3-provs-importable -- a script to test installed Python3 packages
    * py3-* -- helper scripts (for such tests)
    
    Example:
    
    apt-repo --hsh-apt-config="$HOME"/.hasher/sisyphus/apt.conf test NNNNNN python3-module-FOOBAR \
    && hsh-run /usr/lib/rpm/check-python3-provs-importable python3-module-FOOBAR; echo $?
    
    will report which modules provided by python3-module-FOOBAR are not importable
    (if any) in the minimal environment. This is a packaging error if there are any.



    Last changed


    April 8, 2024 Daniel Zagaynov 0.1.25-alt1
    - Implement %python3_fix_shebang macro (thx to vt) (closes #49815).
    Oct. 5, 2023 Daniel Zagaynov 0.1.24-alt2
    - python3.req.files:used quotes for test argument (closes #47847)
    Aug. 30, 2023 Daniel Zagaynov 0.1.24-alt1
    - Fixed prefixes forming for python3.prov.py and python3.req.py