15
0

Accepting request 1223207 from devel:languages:python

- 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/request/show/1223207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flufl.lock?expand=0&rev=10
This commit is contained in:
2024-11-11 12:45:26 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61c7246b34d6e5544c8a1fa4dae396d10e16ceb23371a31db22e0a2993d01432
size 34369

3
flufl_lock-8.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d88302005692a63d98b60080158faf089be5ecae6969f706409da8276fdce7cb
size 32884

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Nov 10 22:02:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

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}