Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-locket-1.0.0-4.el9 RPM for noarch

From EPEL 9 for aarch64 / Packages / p

Name: python3-locket Distribution: Fedora Project
Version: 1.0.0 Vendor: Fedora Project
Release: 4.el9 Build date: Mon Jan 23 23:49:00 2023
Group: Unspecified Build host: buildvm-x86-10.iad2.fedoraproject.org
Size: 18235 Source RPM: python-locket-1.0.0-4.el9.src.rpm
Packager: Fedora Project
Url: https://github.com/mwilliamson/locket.py/
Summary: File-based locks for Python for Linux and Windows
Locket implements a lock that can be used by multiple processes provided they
use the same path.

Locks largely behave as (non-reentrant) Lock instances from the threading
module in the standard library. Specifically, their behaviour is:

 * Locks are uniquely identified by the file being locked, both in the same
   process and across different processes.
 * Locks are either in a locked or unlocked state.
 * When the lock is unlocked, calling acquire() returns immediately and
   changes the lock state to locked.
 * When the lock is locked, calling acquire() will block until the lock state
   changes to unlocked, or until the timeout expires.
 * If a process holds a lock, any thread in that process can call release()
   to change the state to unlocked.
 * Behaviour of locks after fork is undefined.

Provides

Requires

License

BSD

Changelog

* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.0.0-2
  - Rebuilt for Python 3.11
* Fri Apr 22 2022 Orion Poplawski <orion@nwra.com> - 1.0.0-1
  - Update to 1.0.0
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-20
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-19
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.0-18
  - Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-17
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Files

/usr/lib/python3.9/site-packages/locket
/usr/lib/python3.9/site-packages/locket-1.0.0-py3.9.egg-info
/usr/lib/python3.9/site-packages/locket-1.0.0-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/locket-1.0.0-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/locket-1.0.0-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/locket-1.0.0-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/locket/__init__.py
/usr/lib/python3.9/site-packages/locket/__pycache__
/usr/lib/python3.9/site-packages/locket/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/locket/__pycache__/__init__.cpython-39.pyc
/usr/share/doc/python3-locket
/usr/share/doc/python3-locket/README.rst
/usr/share/licenses/python3-locket
/usr/share/licenses/python3-locket/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 02:34:36 2024