diff --git a/filelock-3.18.0.tar.gz b/filelock-3.18.0.tar.gz deleted file mode 100644 index d7a831c..0000000 --- a/filelock-3.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2 -size 18075 diff --git a/filelock-3.19.1.tar.gz b/filelock-3.19.1.tar.gz new file mode 100644 index 0000000..788780c --- /dev/null +++ b/filelock-3.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66eda1888b0171c998b35be2bcc0f6d75c388a7ce20c3f3f37aa8e96c2dddf58 +size 17687 diff --git a/python-filelock.changes b/python-filelock.changes index 9fb0bc8..97b1973 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Sep 17 01:56:39 UTC 2025 - Steve Kowalik + +- Add missing BuildRequires on pytest-timeout. + +------------------------------------------------------------------- +Sun Sep 14 20:36:58 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-filelock.spec b/python-filelock.spec index 760925f..d13c1f3 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,7 +1,7 @@ # # spec file for package python-filelock # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # 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.18.0 +Version: 3.19.1 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense @@ -41,6 +41,7 @@ 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