Changelog for
python311-lockfile-0.12.2-150500.5.4.noarch.rpm :
* Fri Mar 01 2024 Steve Kowalik
- Switch to autosetup and pyproject macros.
* Fri May 05 2023 Johannes Kastl - add sle15_python_module_pythons
* Sun Aug 16 2020 John Vandenberg - Add convert-to-unittest.patch to switch from nose to pytest- Add %fdupes
* Mon Feb 25 2019 John Vandenberg - 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 - Remove superfluous devel dependency for noarch package
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion
* Thu May 07 2015 benoit.moninAATTgmx.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 fcrozatAATTsuse.com- Add LICENSE to %doc
* Wed Jun 27 2012 saschpeAATTsuse.de- Less macros
* Thu Feb 02 2012 iartarisiAATTsuse.cz- added a patch to fix a TypeError in LockBase.__init__ when the current thread has ident == None