From c2f3f5ecde29e5a624d43ed12df724a99ad9a0c87f54e2bedc03c3e4bcd3b783 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Thu, 30 Jan 2025 12:30:25 +0000 Subject: [PATCH] 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 --- filelock-3.16.1.tar.gz | 3 --- filelock-3.17.0.tar.gz | 3 +++ python-filelock.changes | 7 +++++++ python-filelock.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 filelock-3.16.1.tar.gz create mode 100644 filelock-3.17.0.tar.gz diff --git a/filelock-3.16.1.tar.gz b/filelock-3.16.1.tar.gz deleted file mode 100644 index 58482b9..0000000 --- a/filelock-3.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435 -size 18037 diff --git a/filelock-3.17.0.tar.gz b/filelock-3.17.0.tar.gz new file mode 100644 index 0000000..181fb08 --- /dev/null +++ b/filelock-3.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e +size 18027 diff --git a/python-filelock.changes b/python-filelock.changes index 0a82910..39d9913 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 30 11:22:48 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-filelock.spec b/python-filelock.spec index 949b4e3..4f9d566 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -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 # # 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.17.0 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense