Пакет python-module-pexpect: Информация

    Исходный пакет: python-module-pexpect
    Версия: 4.6-alt4
    Собран:  11 декабря 2023 г. 6:37
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/pexpect

    Лицензия: Python Software Foundation License
    О пакете: Pexpect is a pure Python Expect. It allows easy control of other applications
    Описание: 
    Pexpect is a pure Python module for spawning child applications; controlling
    them; and responding to expected patterns in their output. Pexpect works like
    Don Libes' Expect. Pexpect allows your script to spawn a child application and
    control it as if a human were typing commands.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-pexpect (noarch)
    python-module-pexpect-docs (noarch)
    python-module-pexpect-pickles (noarch)
    python-module-pexpect-tests (noarch)

    Сопровождающий: Grigory Ustinov


      1. rpm-build-python3
      2. rpm-macros-sphinx
      3. python-module-objects.inv
      4. python-module-ptyprocess
      5. python-module-setuptools

    Последнее изменение


    4 июля 2023 г. Grigory Ustinov 4.6-alt4
    - Build for p10.
    25 февраля 2019 г. Stanislav Levin 4.6-alt3
    - Fixed testing:
      + increased timeout for test_large_stdout_stream
      + skipped assertion of trailing output (test_interact_escape_None
        and test_interact_exit_unicode)
      + added closing of child in test_spawn_uses_env
    1 февраля 2019 г. Grigory Ustinov 4.6-alt2
    - Fixed FTBFS (Added BR on python-module-pyte) (Closes: #36015).