15
0

- 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:
2024-09-08 15:57:35 +00:00
committed by Git OBS Bridge
parent b086d0b833
commit 70a977d77d
4 changed files with 19 additions and 4 deletions

View File

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