1
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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e
size 14553

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e2106260b5f65600a31bc503721e3db7e64598bb406ebc5921aeaafe441ba34
size 14731

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>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-filelock
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2018 Matthias Fehring <buschmann23@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-filelock
Version: 3.13.1
Version: 3.13.2
Release: 0
Summary: Platform Independent File Lock in Python
License: Unlicense