diff --git a/filelock-3.13.1.tar.gz b/filelock-3.13.1.tar.gz deleted file mode 100644 index 8efa41c..0000000 --- a/filelock-3.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e -size 14553 diff --git a/filelock-3.13.2.tar.gz b/filelock-3.13.2.tar.gz new file mode 100644 index 0000000..12d1480 --- /dev/null +++ b/filelock-3.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2106260b5f65600a31bc503721e3db7e64598bb406ebc5921aeaafe441ba34 +size 14731 diff --git a/python-filelock.changes b/python-filelock.changes index 7039610..c25f8a2 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 25 17:29:15 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-filelock.spec b/python-filelock.spec index 414366f..a5eca20 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -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 # # 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