17
0

9 Commits

Author SHA256 Message Date
b84a025a09 Accepting request 1326782 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1326782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=28
2026-01-13 20:23:14 +00:00
87945aab0b - Update to 3.20.3 (fixes CVE-2026-22701, bsc#1256457)
* Fix TOCTOU symlink vulnerability in SoftFileLock by @gaborbernat in #465

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=61
2026-01-12 12:45:32 +00:00
a685ce3cb5 Accepting request 1325388 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1325388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=27
2026-01-06 16:42:33 +00:00
68a4cec8b4 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=59
2026-01-05 11:33:32 +00:00
52cfc828b0 Accepting request 1317112 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1317112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=26
2025-11-12 20:41:36 +00:00
d233d823c8 - Update to 3.20.0
* Add tox.toml to sdist
  * Update docs with example
  * Add 3.14 support and drop 3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=57
2025-11-11 14:13:39 +00:00
67298e8c3b Accepting request 1305274 from devel:languages:python
- Add missing BuildRequires on pytest-timeout.

- update to 3.19.1:
  * add 3.14t (free threading) to matrix
- update to 3.19.0:
  * Add support for 3.14

OBS-URL: https://build.opensuse.org/request/show/1305274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=25
2025-09-17 14:42:31 +00:00
cd879d9ffe - Add missing BuildRequires on pytest-timeout.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=55
2025-09-17 01:57:07 +00:00
56f830c3bd - update to 3.19.1:
* add 3.14t (free threading) to matrix
- update to 3.19.0:
  * Add support for 3.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=54
2025-09-14 20:40:27 +00:00
4 changed files with 44 additions and 6 deletions

Binary file not shown.

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18c57ee915c7ec61cff0ecf7f0f869936c7c30191bb0cf406f1341778d0834e1
size 19485

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Jan 12 11:19:38 UTC 2026 - Nico Krapp <nico.krapp@suse.com>
- Update to 3.20.3 (fixes CVE-2026-22701, bsc#1256457)
* Fix TOCTOU symlink vulnerability in SoftFileLock by @gaborbernat in #465
-------------------------------------------------------------------
Mon Jan 5 10:10:09 UTC 2026 - Nico Krapp <nico.krapp@suse.com>
- 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 <adrian.glaubitz@suse.com>
- Update to 3.20.0
* Add tox.toml to sdist
* Update docs with example
* Add 3.14 support and drop 3.9
-------------------------------------------------------------------
Wed Sep 17 01:56:39 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on pytest-timeout.
-------------------------------------------------------------------
Sun Sep 14 20:36:58 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.19.1:
* add 3.14t (free threading) to matrix
- update to 3.19.0:
* Add support for 3.14
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 19 07:44:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Wed Mar 19 07:44:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-filelock # spec file for package python-filelock
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2018 Matthias Fehring <buschmann23@opensuse.org> # Copyright (c) 2018 Matthias Fehring <buschmann23@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -27,7 +27,7 @@
%endif %endif
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-filelock%{?pkg_suffix} Name: python-filelock%{?pkg_suffix}
Version: 3.18.0 Version: 3.20.3
Release: 0 Release: 0
Summary: Platform Independent File Lock in Python Summary: Platform Independent File Lock in Python
License: Unlicense License: Unlicense
@@ -41,6 +41,7 @@ BuildRequires: %{python_module wheel}
%if %{with test} %if %{with test}
BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module virtualenv} BuildRequires: %{python_module virtualenv}
%endif %endif
@@ -59,7 +60,7 @@ independent file lock in Python, which provides a simple way of
inter-process communication. inter-process communication.
%prep %prep
%setup -q -n filelock-%{version} %autosetup -p1 -n filelock-%{version}
%build %build
%pyproject_wheel %pyproject_wheel