automatic version update by autodist [release 4.2.1-1mamba;Wed Apr 24 2024]

This commit is contained in:
Automatic Build System 2024-04-24 17:28:35 +02:00
parent 276bf61024
commit 5123ae2595

View File

@ -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 <autodist@openmamba.org> 4.2.1-1mamba
- automatic version update by autodist
* Wed Jan 31 2024 Automatic Build System <autodist@openmamba.org> 4.2.0-1mamba
- automatic version update by autodist