17
0

10 Commits

Author SHA256 Message Date
a005b52758 Accepting request 1254336 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1254336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=24
2025-03-20 18:24:38 +00:00
a7eff275ce Accepting request 1254312 from home:glaubitz:branches:devel:languages:python
- Update to 3.18.0
  * Indicate that locks are exclusive/write locks
  * Support fcntl check on Emscripten

OBS-URL: https://build.opensuse.org/request/show/1254312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=52
2025-03-19 08:57:05 +00:00
e9511a53d6 Accepting request 1241340 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1241340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=23
2025-01-31 15:01:56 +00:00
c2f3f5ecde Accepting request 1241328 from home:glaubitz:branches:devel:languages:python
- Update to 3.17.0
  * Drop support for Python 3.8
  * Update README.md

OBS-URL: https://build.opensuse.org/request/show/1241328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=50
2025-01-30 12:30:25 +00:00
b2ff2fd029 Accepting request 1206466 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=22
2024-10-09 20:03:29 +00:00
4a64c892ad Accepting request 1206462 from home:glaubitz:branches:devel:languages:python
- Update to 3.16.1
  * CI improvements

OBS-URL: https://build.opensuse.org/request/show/1206462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=48
2024-10-09 07:36:37 +00:00
7469842c8b Accepting request 1199632 from devel:languages:python
- update to 3.16.0:
  * Test Python 3.13
  * Add 3.13 to CI
- update to 3.15.4:
  * Pass `file_lock` as positional argument
- update to 3.15.3:
  * Add test for virtualenv stability
  * Fix `TypeError: _CountedFileLock.__init__() got an unexpected
    keyword argument 'timeout'`
- update to 3.15.2:
  * Use a metaclass to implement the singleton pattern
- split into test multibuild to avoid cycle over virtualenv

OBS-URL: https://build.opensuse.org/request/show/1199632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=21
2024-09-10 19:12:23 +00:00
54c9059814 - split into test multibuild to avoid cycle over virtualenv
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=46
2024-09-09 08:56:54 +00:00
48824c5482 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=45 2024-09-08 15:59:07 +00:00
70a977d77d - update to 3.16.0:
* Test Python 3.13
  * Add 3.13 to CI
- update to 3.15.4:
  * Pass `file_lock` as positional argument
- update to 3.15.3:
  * Add test for virtualenv stability
  * Fix `TypeError: _CountedFileLock.__init__() got an unexpected
    keyword argument 'timeout'`
- update to 3.15.2:
  * Use a metaclass to implement the singleton pattern

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=44
2024-09-08 15:57:35 +00:00
4 changed files with 6 additions and 44 deletions

BIN
filelock-3.18.0.tar.gz LFS Normal file

Binary file not shown.

View File

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

View File

@@ -1,40 +1,3 @@
-------------------------------------------------------------------
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>

View File

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