- update to 3.13.1:
* Allow users to subclass FileLock with custom keyword arguments * Support reentrant locking on lock file path via optional singleton instance * change typing-extensions to be installed only with the [typing] extra - Add missing Requires on typing-extensions if < 3.11 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=34
This commit is contained in:
parent
b61dd51039
commit
a3d6f73e07
BIN
filelock-3.12.3.tar.gz
(Stored with Git LFS)
BIN
filelock-3.12.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
filelock-3.13.1.tar.gz
Normal file
3
filelock-3.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e
|
||||
size 14553
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 15:45:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.13.1:
|
||||
* Allow users to subclass FileLock with custom keyword
|
||||
arguments
|
||||
* Support reentrant locking on lock file path via optional
|
||||
singleton instance
|
||||
* change typing-extensions to be installed only with the
|
||||
[typing] extra
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 04:26:16 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-filelock
|
||||
Version: 3.12.3
|
||||
Version: 3.13.1
|
||||
Release: 0
|
||||
Summary: Platform Independent File Lock in Python
|
||||
License: Unlicense
|
||||
|
Loading…
Reference in New Issue
Block a user