diff --git a/flufl_lock-8.0.2.tar.gz b/flufl_lock-8.0.2.tar.gz deleted file mode 100644 index 66796a5..0000000 --- a/flufl_lock-8.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61c7246b34d6e5544c8a1fa4dae396d10e16ceb23371a31db22e0a2993d01432 -size 34369 diff --git a/flufl_lock-8.1.0.tar.gz b/flufl_lock-8.1.0.tar.gz new file mode 100644 index 0000000..d0cc382 --- /dev/null +++ b/flufl_lock-8.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88302005692a63d98b60080158faf089be5ecae6969f706409da8276fdce7cb +size 32884 diff --git a/python-flufl.lock.changes b/python-flufl.lock.changes index 7f49ac1..7cb43d0 100644 --- a/python-flufl.lock.changes +++ b/python-flufl.lock.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Nov 10 22:02:11 UTC 2024 - Dirk Müller + +- update to 8.1.0: + * Add support for Python 3.12. (GL#35) + * Switch to hatch, replacing pdm and tox + ------------------------------------------------------------------- Fri Jan 5 17:22:14 UTC 2024 - Dirk Müller diff --git a/python-flufl.lock.spec b/python-flufl.lock.spec index cac5962..97d2ab7 100644 --- a/python-flufl.lock.spec +++ b/python-flufl.lock.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-flufl.lock -Version: 8.0.2 +Version: 8.1.0 Release: 0 Summary: NFS-safe file locking with timeouts for POSIX and Windows License: Apache-2.0 @@ -26,7 +26,7 @@ URL: https://gitlab.com/warsaw/flufl.lock 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-backend} +BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module pip} BuildRequires: %{python_module psutil >= 5.9} BuildRequires: %{python_module typing_extensions if %python-base < 3.8}