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

python312-lockfile-0.12.2-4.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-lockfile Distribution: openSUSE Tumbleweed
Version: 0.12.2 Vendor: openSUSE
Release: 4.2 Build date: Fri Mar 1 04:24:50 2024
Group: Development/Languages/Python Build host: reproducible
Size: 81852 Source RPM: python-lockfile-0.12.2-4.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/openstack/pylockfile
Summary: Platform-independent file locking module
The lockfile package exports a LockFile class which provides a simple API for
locking files.  Unlike the Windows msvcrt.locking function, the fcntl.lockf
and flock functions, and the deprecated posixfile module, the API is
identical across both Unix (including Linux and Mac) and Windows platforms.
The lock mechanism relies on the atomic nature of the link (on Unix) and
mkdir (on Windows) system calls.  An implementation based on SQLite is also
provided, more as a demonstration of the possibilities it provides than as
production-quality code.

Provides

Requires

License

MIT

Changelog

* Fri Mar 01 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Switch to autosetup and pyproject macros.
* Fri May 05 2023 Johannes Kastl <kastl@b1-systems.de>
  - add sle15_python_module_pythons
* Sun Aug 16 2020 John Vandenberg <jayvdb@gmail.com>
  - Add convert-to-unittest.patch to switch from nose to pytest
  - Add %fdupes
* Mon Feb 25 2019 John Vandenberg <jayvdb@gmail.com>
  - Add AUTHORS, ACKS and ChangeLog to %doc
  - Update to v0.12.2
    * Add warning to README.rst
  - from 0.12.1
    * Remove Python 2.6 classifier
    * Remove python 2.6
    * Remove two unused variables: fix flake8 F841 warn
    * Fix flake8 warnings
    * PBR setup requirement only
    * Support universal wheels
  - from 0.11.0
    * Add deprecated warnings to index.rst
    * Fix PIDLockFile.acquire() may loop indefinitely
    * Fix failure - from lockfile import *
    * lockfile.acquire doesn't accept a timeout of 0
    * Update README format for our release script
    * Begin moving some of the common code to a shared base
    * Add pbr to dependency list
    * The version of sphinx being brought in is broken
    * Fix Git URLs
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Thu Aug 24 2017 jmatejek@suse.com
  - singlespec auto-conversion
* Thu May 07 2015 benoit.monin@gmx.fr
  - update to version 0.10.2:
    * Fix package name
  - additional changes from version 0.10.1:
    * Add missing cover env in tox
  - additional changes from version 0.10.0:
    * Fix documentation bug report address
    * Add py34 in tox
    * Remove old diff file
    * Add .gitreview, tox targets and use pbr
    * fix for timeout=0
    * remove 2.5, 3.1 and 3.4 from the list for the time being - may
      get added back later
    * Bugfix: locking two different files in the same directory
      caused an error during unlocking the last unlocking
    * typo
  - update project URL
  - point the source URL to pypi
  - add new build dependencies: python-nose,  python-pbr
    and python-setuptools
  - run the tests during build with nosetests
* Mon Jul 21 2014 fcrozat@suse.com
  - Add LICENSE to %doc
* Wed Jun 27 2012 saschpe@suse.de
  - Less macros
* Thu Feb 02 2012 iartarisi@suse.cz
  - added a patch to fix a TypeError in LockBase.__init__ when the current
    thread has ident == None

Files

/usr/lib/python3.12/site-packages/lockfile
/usr/lib/python3.12/site-packages/lockfile-0.12.2.dist-info
/usr/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/AUTHORS
/usr/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/LICENSE
/usr/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/METADATA
/usr/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/RECORD
/usr/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/WHEEL
/usr/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/pbr.json
/usr/lib/python3.12/site-packages/lockfile-0.12.2.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/lockfile/__init__.py
/usr/lib/python3.12/site-packages/lockfile/__pycache__
/usr/lib/python3.12/site-packages/lockfile/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/linklockfile.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/linklockfile.cpython-312.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/mkdirlockfile.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/mkdirlockfile.cpython-312.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/pidlockfile.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/pidlockfile.cpython-312.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/sqlitelockfile.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/sqlitelockfile.cpython-312.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/symlinklockfile.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/lockfile/__pycache__/symlinklockfile.cpython-312.pyc
/usr/lib/python3.12/site-packages/lockfile/linklockfile.py
/usr/lib/python3.12/site-packages/lockfile/mkdirlockfile.py
/usr/lib/python3.12/site-packages/lockfile/pidlockfile.py
/usr/lib/python3.12/site-packages/lockfile/sqlitelockfile.py
/usr/lib/python3.12/site-packages/lockfile/symlinklockfile.py
/usr/share/doc/packages/python312-lockfile
/usr/share/doc/packages/python312-lockfile/ACKS
/usr/share/doc/packages/python312-lockfile/AUTHORS
/usr/share/doc/packages/python312-lockfile/ChangeLog
/usr/share/doc/packages/python312-lockfile/README.rst
/usr/share/doc/packages/python312-lockfile/RELEASE-NOTES
/usr/share/licenses/python312-lockfile
/usr/share/licenses/python312-lockfile/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024