diff --git a/flufl.lock-7.1.1.tar.gz b/flufl.lock-7.1.1.tar.gz deleted file mode 100644 index e6a93dd..0000000 --- a/flufl.lock-7.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af14172b35bbc58687bd06b70d1693fd8d48cbf0ffde7e51a618c148ae24042d -size 33017 diff --git a/flufl_lock-8.0.2.tar.gz b/flufl_lock-8.0.2.tar.gz new file mode 100644 index 0000000..66796a5 --- /dev/null +++ b/flufl_lock-8.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c7246b34d6e5544c8a1fa4dae396d10e16ceb23371a31db22e0a2993d01432 +size 34369 diff --git a/python-flufl.lock.changes b/python-flufl.lock.changes index b332f66..7f49ac1 100644 --- a/python-flufl.lock.changes +++ b/python-flufl.lock.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jan 5 17:22:14 UTC 2024 - Dirk Müller + +- update to 8.0.2: + * Update dependencies. + * Other minor improvements and cleanups. + * Minor documentation fix. + * Drop Python 3.7 support (GL#34) + * Added a claimfile property to Lock objects + * Switch to pdm- ackend (GL#33) + * Use ruff for linting, since its much faster. + ------------------------------------------------------------------- Mon Jun 12 06:54:25 UTC 2023 - Andreas Schneider @@ -18,7 +30,7 @@ Wed Sep 28 15:32:42 UTC 2022 - Yogalakshmi Arunachalam - Update to 7.1 (2022-08-27) * Add support for Python 3.11. * Update to pdm 1.3. - * Update all dependencies eagerly. + * Update all dependencies eagerly. ------------------------------------------------------------------- Wed Aug 31 16:29:35 UTC 2022 - Markéta Machová diff --git a/python-flufl.lock.spec b/python-flufl.lock.spec index 719392e..cac5962 100644 --- a/python-flufl.lock.spec +++ b/python-flufl.lock.spec @@ -1,7 +1,7 @@ # # spec file for package python-flufl.lock # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,15 @@ %{?sle15_python_module_pythons} Name: python-flufl.lock -Version: 7.1.1 +Version: 8.0.2 Release: 0 Summary: NFS-safe file locking with timeouts for POSIX and Windows License: Apache-2.0 URL: https://gitlab.com/warsaw/flufl.lock -Source: https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl.lock-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl_lock-%{version}.tar.gz BuildRequires: %{python_module atpublic >= 2.3} BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module pdm-pep517} +BuildRequires: %{python_module pdm-backend} BuildRequires: %{python_module pip} BuildRequires: %{python_module psutil >= 5.9} BuildRequires: %{python_module typing_extensions if %python-base < 3.8} @@ -46,7 +46,7 @@ BuildRequires: %{python_module sybil} NFS-safe file locking with timeouts for POSIX and Windows. %prep -%autosetup -p1 -n flufl.lock-%{version} +%autosetup -p1 -n flufl_lock-%{version} sed -i 's/--cov=flufl --cov-report=term --cov-report=xml//' pyproject.toml %build @@ -64,6 +64,6 @@ sed -i 's/--cov=flufl --cov-report=term --cov-report=xml//' pyproject.toml %license LICENSE %dir %{python_sitelib}/flufl %{python_sitelib}/flufl/lock -%{python_sitelib}/flufl.lock-%{version}*info +%{python_sitelib}/flufl_lock-%{version}.dist-info %changelog