Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-locket | Distribution: Fedora Project |
Version: 1.0.0 | Vendor: Fedora Project |
Release: 8.fc40 | Build date: Fri Jan 26 07:25:06 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-05.iad2.fedoraproject.org |
Size: 21115 | Source RPM: python-locket-1.0.0-8.fc40.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.
BSD
* 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 * 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
/usr/lib/python3.12/site-packages/locket /usr/lib/python3.12/site-packages/locket-1.0.0-py3.12.egg-info /usr/lib/python3.12/site-packages/locket-1.0.0-py3.12.egg-info/PKG-INFO /usr/lib/python3.12/site-packages/locket-1.0.0-py3.12.egg-info/SOURCES.txt /usr/lib/python3.12/site-packages/locket-1.0.0-py3.12.egg-info/dependency_links.txt /usr/lib/python3.12/site-packages/locket-1.0.0-py3.12.egg-info/top_level.txt /usr/lib/python3.12/site-packages/locket/__init__.py /usr/lib/python3.12/site-packages/locket/__pycache__ /usr/lib/python3.12/site-packages/locket/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/locket/__pycache__/__init__.cpython-312.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 Mar 9 17:59:04 2025