- 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:
Dirk Mueller 2023-11-27 15:46:59 +00:00 committed by Git OBS Bridge
parent b61dd51039
commit a3d6f73e07
4 changed files with 16 additions and 5 deletions

BIN
filelock-3.12.3.tar.gz (Stored with Git LFS)

Binary file not shown.

3
filelock-3.13.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e
size 14553

View File

@ -1,7 +1,18 @@
-------------------------------------------------------------------
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>
- Add missing Requires on typing-extensions if < 3.11
- Add missing Requires on typing-extensions if < 3.11
-------------------------------------------------------------------
Thu Sep 7 11:00:28 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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