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