diff --git a/filelock-3.20.0.tar.gz b/filelock-3.20.0.tar.gz deleted file mode 100644 index 4627f11..0000000 --- a/filelock-3.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4 -size 18922 diff --git a/filelock-3.20.2.tar.gz b/filelock-3.20.2.tar.gz new file mode 100644 index 0000000..352dbb0 --- /dev/null +++ b/filelock-3.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2241ff4ddde2a7cebddf78e39832509cb045d18ec1a09d7248d6bfc6bfbbe64 +size 19510 diff --git a/python-filelock.changes b/python-filelock.changes index 497464e..dbcaf67 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 5 10:10:09 UTC 2026 - Nico Krapp + +- Update to 3.20.2 + * Support Unix systems without O_NOFOLLOW by @mwilliamson in #463 + * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #464 +- Update to 3.20.1 (fixes CVE-2025-68146, bsc#1255244) + * CVE-2025-68146: Fix TOCTOU symlink vulnerability in lock file creation + by @gaborbernat in #461 + ------------------------------------------------------------------- Tue Oct 21 09:31:13 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-filelock.spec b/python-filelock.spec index b5d4976..429dca2 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,7 +1,7 @@ # # spec file for package python-filelock # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2018 Matthias Fehring # # All modifications and additions to the file contributed by third parties @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-filelock%{?pkg_suffix} -Version: 3.20.0 +Version: 3.20.2 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense @@ -60,7 +60,7 @@ independent file lock in Python, which provides a simple way of inter-process communication. %prep -%setup -q -n filelock-%{version} +%autosetup -p1 -n filelock-%{version} %build %pyproject_wheel