From 715b5d6bd9b7a7c7b6c43c43935dda87e0753077 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:19:14 +0100 Subject: [PATCH] automatic version update by autodist [release 3.11.0-1mamba;Tue Oct 03 2023] --- python-platformdirs.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/python-platformdirs.spec b/python-platformdirs.spec index 0e9cabd..bf2b302 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -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 3.11.0-1mamba +- automatic version update by autodist + +* Wed Sep 27 2023 Automatic Build System 3.10.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sat Aug 05 2023 Automatic Build System 3.10.0-1mamba - automatic version update by autodist