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

    Исходный пакет: python3-module-lockfile
    Версия: 0.12.2-alt2
    Собран:  17 января 2022 г. 13:29
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/lockfile

    Лицензия: MIT
    О пакете: A platform-independent file locking module
    Описание: 
    The lockfile module exports a FileLock class which provides a simple API for
    locking files. Unlike the Windows msvcrt.locking function, the Unix
    fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is
    identical across both Unix (including Linux and Mac) and Windows platforms. The
    lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on
    Windows) system calls.

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

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


      1. python3-module-html5lib
      2. python3-module-pbr
      3. python3-module-setuptools
      4. rpm-build-python3

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


    3 июня 2021 г. Grigory Ustinov 0.12.2-alt2
    - Drop python2 support.
    10 февраля 2017 г. Vitaly Lipatov 0.12.2-alt1
    - new version 0.12.2 (with rpmrb script)
    13 марта 2016 г. Ivan Zakharyaschev 0.11.0-alt1.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)