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-6.fc39 RPM for noarch

From Fedora 39 for x86_64 / p

Name: python3-locket Distribution: Fedora Project
Version: 1.0.0 Vendor: Fedora Project
Release: 6.fc39 Build date: Fri Jul 21 13:14:54 2023
Group: Unspecified Build host: buildvm-a64-22.iad2.fedoraproject.org
Size: 21117 Source RPM: python-locket-1.0.0-6.fc39.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 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
* 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

Files

/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, Fri May 10 02:04:07 2024