automatic version update by autodist [release 3.11.0-1mamba;Tue Oct 03 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:19:14 +01:00
parent b6a8042fc5
commit 715b5d6bd9

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2-)
Name: python-platformdirs
Version: 3.10.0
Version: 3.11.0
Release: 1mamba
Summary: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"
Group: System/Libraries
@ -11,9 +11,9 @@ URL: https://github.com/platformdirs/platformdirs
Source: https://pypi.debian.net/platformdirs/platformdirs-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(typing-extensions)
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
@ -47,6 +47,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/*
%changelog
* Tue Oct 03 2023 Automatic Build System <autodist@mambasoft.it> 3.11.0-1mamba
- automatic version update by autodist
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 3.10.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
- automatic version update by autodist