Project python-zc-lockfile-2.0-2.el8
content_copy
Name
python-zc-lockfile
Epoch
0
Version
2.0
Release
2.el8
Website/URL
https://pypi.io/project/zc.lockfile/
License
ZPLv2.1
Build Time
2024-01-30 17:50:22
Build Host
builder-x86-05.inferitos.ru
Summary
Basic Inter-Process Locks
Repositories
Extras
Description
The zc.lockfile package provides a basic portable implementation of
interprocess locks using lock files. The purpose if not specifically
to lock files, but to simply provide locks with an implementation based
on file-locking primitives. Of course, these locks could be used to
mediate access to other files. For example, the ZODB file storage
implementation uses file locks to mediate access to file-storage
database files. The database files and lock file files are separate files.
Errata
—
×
* Tue Jan 30 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 2.0-2
- Rebuilt for MSVSphere 8.9
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0-2
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 26 2019 Dan Radez <dradezredhat.com> - 2.0-1
- Update to 2.0
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-7
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jan 04 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-4
- Subpackage python2-zc-lockfile has been removed
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-2
- Rebuilt for Python 3.7
* Tue Apr 24 2018 Ralph Bean <rbean@redhat.com> - 1.3.0-1
- new version