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-13.fc43 RPM for noarch

From Fedora Rawhide for ppc64le / p

Name: python3-locket Distribution: Fedora Project
Version: 1.0.0 Vendor: Fedora Project
Release: 13.fc43 Build date: Tue Jun 3 15:31:14 2025
Group: Unspecified Build host: buildvm-a64-07.iad2.fedoraproject.org
Size: 21523 Source RPM: python-locket-1.0.0-13.fc43.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

LicenseRef-Callaway-BSD

Changelog

* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.0.0-13
  - Rebuilt for Python 3.14
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-12
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 1.0.0-11
  - convert license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.0.0-9
  - Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.0.0-5
  - Rebuilt for Python 3.12

Files

/usr/lib/python3.14/site-packages/locket
/usr/lib/python3.14/site-packages/locket-1.0.0-py3.14.egg-info
/usr/lib/python3.14/site-packages/locket-1.0.0-py3.14.egg-info/PKG-INFO
/usr/lib/python3.14/site-packages/locket-1.0.0-py3.14.egg-info/SOURCES.txt
/usr/lib/python3.14/site-packages/locket-1.0.0-py3.14.egg-info/dependency_links.txt
/usr/lib/python3.14/site-packages/locket-1.0.0-py3.14.egg-info/top_level.txt
/usr/lib/python3.14/site-packages/locket/__init__.py
/usr/lib/python3.14/site-packages/locket/__pycache__
/usr/lib/python3.14/site-packages/locket/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/locket/__pycache__/__init__.cpython-314.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, Sun Jun 15 02:23:21 2025