15
0

- update to 8.1.0:

* Add support for Python 3.12. (GL#35)
  * Switch to hatch, replacing pdm and tox

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.lock?expand=0&rev=19
This commit is contained in:
2024-11-10 22:02:32 +00:00
committed by Git OBS Bridge
parent ac2a1e60bf
commit dbdbe6964f
4 changed files with 12 additions and 5 deletions

View File

@@ -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}