Package python3-module-lockfile: Information

    Source package: python3-module-lockfile
    Version: 0.12.2-alt2
    Build time:  Jan 31, 2023, 09:38 AM
    Report package bug
    License: MIT
    Summary: A platform-independent file locking module
    Description: 
    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.

    List of rpms provided by this srpm:
    python3-module-lockfile (noarch)

    Maintainer: Vitaly Lipatov


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

    Last changed


    June 3, 2021 Grigory Ustinov 0.12.2-alt2
    - Drop python2 support.
    Feb. 10, 2017 Vitaly Lipatov 0.12.2-alt1
    - new version 0.12.2 (with rpmrb script)
    March 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)