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

python2-locket-0.2.0-3.el7 RPM for noarch

From EPEL 7 for x86_64 / Packages / p

Name: python2-locket Distribution: Fedora Project
Version: 0.2.0 Vendor: Fedora Project
Release: 3.el7 Build date: Fri Mar 8 23:53:12 2019
Group: Unspecified Build host: buildvm-13.phx2.fedoraproject.org
Size: 16769 Source RPM: python-locket-0.2.0-3.el7.src.rpm
Packager: Fedora Project
Url: http://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 Mar 08 2019 Troy Dawson <tdawson@redhat.com> - 0.2.0-3
  - Rebuilt to change main python from 3.4 to 3.6
* Mon Jul 11 2016 Orion Poplawski <orion@cora.nwra.com> - 0.3.2-2
  - Use python2 names where possible
* Wed Apr 06 2016 Orion Poplawski <orion@cora.nwra.com> - 0.3.2-1
  - Initial package

Files

/usr/lib/python2.7/site-packages/locket
/usr/lib/python2.7/site-packages/locket-0.2.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/locket/__init__.py
/usr/lib/python2.7/site-packages/locket/__init__.pyc
/usr/lib/python2.7/site-packages/locket/__init__.pyo
/usr/share/doc/python2-locket-0.2.0
/usr/share/doc/python2-locket-0.2.0/README.rst
/usr/share/licenses/python2-locket-0.2.0
/usr/share/licenses/python2-locket-0.2.0/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Mar 28 03:40:42 2024