From 86babbed8af9e66b59e8b9d738700efa0431721a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:09:21 +0100 Subject: [PATCH] automatic version update by autodist [release 3.12.2-1mamba;Sat Aug 05 2023] --- python-filelock.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-filelock.spec b/python-filelock.spec index d0919f9..dd37f43 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-filelock -Version: 3.11.0 +Version: 3.12.2 Release: 1mamba Summary: A platform independent file lock module in Python, which provides a simple way of inter-process communication Group: System/Libraries @@ -13,6 +13,8 @@ License: Public Domain ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel ## AUTOBUILDREQ-END +BuildRequires: python-hatchling-py3 +BuildRequires: python-hatchling-py310 %description %{summary}. @@ -47,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Sat Aug 05 2023 Automatic Build System 3.12.2-1mamba +- automatic version update by autodist + * Fri Apr 07 2023 Automatic Build System 3.11.0-1mamba - automatic version update by autodist