From 5123ae2595efb8715c9cb4e0782937de46f3290c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Wed, 24 Apr 2024 17:28:35 +0200 Subject: [PATCH] automatic version update by autodist [release 4.2.1-1mamba;Wed Apr 24 2024] --- python-platformdirs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-platformdirs.spec b/python-platformdirs.spec index 9ec18b9..cdf26d7 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-platformdirs -Version: 4.2.0 +Version: 4.2.1 Release: 1mamba Summary: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir" Group: System/Libraries @@ -13,6 +13,7 @@ License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python-hatch_vcs-py3 BuildRequires: python3-devel >= 3.11.5-3mamba %description @@ -47,6 +48,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Wed Apr 24 2024 Automatic Build System 4.2.1-1mamba +- automatic version update by autodist + * Wed Jan 31 2024 Automatic Build System 4.2.0-1mamba - automatic version update by autodist