15
0

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

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>