Пакет magic-wormhole: Информация

    Исходный пакет: magic-wormhole
    Версия: 0.18.0-alt1
    Собран:  13 марта 2026 г. 11:26
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/warner/magic-wormhole

    Лицензия: MIT
    О пакете: get things from one computer to another, safely
    Описание: 
    Get things from one computer to another, safely.
    
    This package provides a library and a command-line tool named wormhole,
    which makes it possible to get arbitrary-sized files and directories
    (or short pieces of text) from one computer to another.
    The two endpoints are identified by using identical "wormhole codes":
    in general, the sending machine generates and displays the code,
    which must then be typed into the receiving machine.
    
    The codes are short and human-pronounceable,
    using a phonetically-distinct wordlist.
    The receiving side offers tab-completion on the codewords,
    so usually only a few characters must be typed.
    Wormhole codes are single-use and do not need to be memorized.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    magic-wormhole (noarch)

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

    Список участников:
    Vitaly Lipatov
    Grigory Ustinov

      1. python3-module-attrs >= 19.2.0
      2. python3-module-automat
      3. python3-module-click
      4. python3-module-cryptography
      5. python3-module-humanize
      6. python3-module-pynacl
      7. python3-module-pyproject-installer >= 0.4.0
      8. python3-module-setuptools
      9. python3-module-spake2 >= 0.8
      10. python3-module-tqdm >= 4.13.0
      11. python3-module-txtorcon >= 18.0.2
      12. python3-module-versioneer
      13. python3-module-wheel
      14. python3-module-zipstream-ng
      15. rpm-build-intro >= 2.1.1
      16. rpm-build-python3
      17. rpm-macros-python3

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


    11 марта 2026 г. Vitaly Lipatov 0.18.0-alt1
    - new version 0.18.0
    - drop zipstream-ng version requirement (1.5.0 available in repo)
    - skip iterable_io dependency (not yet packaged)
    6 апреля 2024 г. Vitaly Lipatov 0.14.0-alt1
    - new version 0.14.0 (with rpmrb script)
    25 января 2024 г. Grigory Ustinov 0.13.0-alt2
    - Fixed FTBFS.