15
0

- update to 3.13.2:

* Fixed small typo in _unix.py
  * Update SECURITY.md to reflect Python 3.7 support dropoff
  * Update index.rst to improve the demo usage
  * [BugFix] fix permission denied error when lock file is placed
    in `/tmp`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=36
This commit is contained in:
2024-03-25 17:30:03 +00:00
committed by Git OBS Bridge
parent a3d6f73e07
commit fef98f8717
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 25 17:29:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.13.2:
* Fixed small typo in _unix.py
* Update SECURITY.md to reflect Python 3.7 support dropoff
* Update index.rst to improve the demo usage
* [BugFix] fix permission denied error when lock file is placed
in `/tmp`
-------------------------------------------------------------------
Mon Nov 27 15:45:31 UTC 2023 - Dirk Müller <dmueller@suse.com>