forked from pool/python-filelock
- update to 3.16.0:
* Test Python 3.13
* Add 3.13 to CI
- update to 3.15.4:
* Pass `file_lock` as positional argument
- update to 3.15.3:
* Add test for virtualenv stability
* Fix `TypeError: _CountedFileLock.__init__() got an unexpected
keyword argument 'timeout'`
- update to 3.15.2:
* Use a metaclass to implement the singleton pattern
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=44
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58a2549afdf9e02e10720eaa4d4470f56386d7a6f72edd7d0596337af8ed7ad8
|
||||
size 17564
|
||||
3
filelock-3.16.0.tar.gz
Normal file
3
filelock-3.16.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81de9eb8453c769b63369f87f11131a7ab04e367f8d97ad39dc230daa07e3bec
|
||||
size 18008
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 15:56:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.16.0:
|
||||
* Test Python 3.13
|
||||
* Add 3.13 to CI
|
||||
- update to 3.15.4:
|
||||
* Pass `file_lock` as positional argument
|
||||
- update to 3.15.3:
|
||||
* Add test for virtualenv stability
|
||||
* Fix `TypeError: _CountedFileLock.__init__() got an unexpected
|
||||
keyword argument 'timeout'`
|
||||
- update to 3.15.2:
|
||||
* Use a metaclass to implement the singleton pattern
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 06:00:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-filelock
|
||||
Version: 3.15.1
|
||||
Version: 3.16.0
|
||||
Release: 0
|
||||
Summary: Platform Independent File Lock in Python
|
||||
License: Unlicense
|
||||
|
||||
Reference in New Issue
Block a user