Package Release Info

python-lockfile-0.12.2-150600.16.3.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-518
Available in Package Hub : 15 SP6 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python311-lockfile

Change Logs

* Fri Mar 01 2024 steven.kowalik@suse.com
- Switch to autosetup and pyproject macros.
* Fri May 05 2023 kastl@b1-systems.de
- add sle15_python_module_pythons
* Sun Aug 16 2020 jayvdb@gmail.com
- Add convert-to-unittest.patch to switch from nose to pytest
- Add %fdupes
* Mon Feb 25 2019 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 mcepl@suse.com
- Remove superfluous devel dependency for noarch package
Version: 0.10.2-bp152.2.16
* 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
* Sat Apr 16 2011 alexandre@exatati.com.br
- Regenerate spec file with py2pack;
- Add README and RELEASE-NOTES files as documentation.
* Sun Sep 19 2010 alexandre@exatati.com.br
- Update to 0.9.1;
- Bzip2 source file;
- Spec file cleaned with spec-cleaner.
* Thu Sep 24 2009 alexandre@exatati.com.br
- Initial package (0.8) for openSUSE.