From a7eff275ceade7ef5f8b22d0a6b396b1fea374efc114333d9ce5825cb1360629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 19 Mar 2025 08:57:05 +0000 Subject: [PATCH] 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 --- filelock-3.17.0.tar.gz | 3 --- filelock-3.18.0.tar.gz | 3 +++ python-filelock.changes | 7 +++++++ python-filelock.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 filelock-3.17.0.tar.gz create mode 100644 filelock-3.18.0.tar.gz diff --git a/filelock-3.17.0.tar.gz b/filelock-3.17.0.tar.gz deleted file mode 100644 index 181fb08..0000000 --- a/filelock-3.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e -size 18027 diff --git a/filelock-3.18.0.tar.gz b/filelock-3.18.0.tar.gz new file mode 100644 index 0000000..d7a831c --- /dev/null +++ b/filelock-3.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2 +size 18075 diff --git a/python-filelock.changes b/python-filelock.changes index 39d9913..9fb0bc8 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 19 07:44:21 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-filelock.spec b/python-filelock.spec index 4f9d566..760925f 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-filelock%{?pkg_suffix} -Version: 3.17.0 +Version: 3.18.0 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense