Sync from SUSE:SLFO:Main python-filelock revision 3a55a21b54542ac315329f5950631743

This commit is contained in:
2025-05-17 15:41:23 +02:00
parent 80ea6e1426
commit 3a9f130dbd
4 changed files with 19 additions and 5 deletions

BIN
filelock-3.16.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
filelock-3.18.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Mar 19 07:44:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.18.0
* Indicate that locks are exclusive/write locks
* Support fcntl check on Emscripten
-------------------------------------------------------------------
Thu Jan 30 11:22:48 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.17.0
* Drop support for Python 3.8
* Update README.md
-------------------------------------------------------------------
Wed Oct 9 07:27:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-filelock
#
# Copyright (c) 2024 SUSE LLC
# 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.16.1
Version: 3.18.0
Release: 0
Summary: Platform Independent File Lock in Python
License: Unlicense