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

    Исходный пакет: python3-module-Fabric
    Версия: 2.5.1-alt1
    Собран:  10 августа 2021 г. 11:23
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/fabric/fabric

    Лицензия: BSD-2-Clause
    О пакете: Simple, Pythonic remote execution and deployment.
    Описание: 
    Fabric is a high level Python (2.7, 3.4+) library designed to execute shell
    commands remotely over SSH, yielding useful Python objects in return. It builds
    on top of Invoke (subprocess command execution and command-line features) and
    Paramiko (SSH protocol implementation), extending their APIs to complement one
    another and provide additional functionality.

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

    Сопровождающий: Vitaly Lipatov


      1. python3-module-invoke >= 1.3
      2. python3-module-invoke < 2.0
      3. python3-module-paramiko >= 2.4
      4. python3-module-setuptools
      5. rpm-build-intro
      6. rpm-build-python3

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


    18 июля 2021 г. Vitaly Lipatov 2.5.1-alt1
    - new version (2.5.1) with rpmgs script
    - return tests subpackage with testing module (for test Fabric based code)
    18 июля 2021 г. Vitaly Lipatov 2.5.0-alt2
    - cleaup spec, don't pack tests (useless)
    18 февраля 2020 г. Andrey Bychkov 2.5.0-alt1
    - Version updated to 2.5.0
    - build for python2 disabled.