automatic version update by autodist [release 3.11.0-1mamba;Tue Oct 03 2023]
This commit is contained in:
parent
b6a8042fc5
commit
715b5d6bd9
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2-)
|
%define pkgname %(echo %name | cut -d- -f2-)
|
||||||
Name: python-platformdirs
|
Name: python-platformdirs
|
||||||
Version: 3.10.0
|
Version: 3.11.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"
|
Summary: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,9 +11,9 @@ URL: https://github.com/platformdirs/platformdirs
|
|||||||
Source: https://pypi.debian.net/platformdirs/platformdirs-%{version}.tar.gz
|
Source: https://pypi.debian.net/platformdirs/platformdirs-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(typing-extensions)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -47,6 +47,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%{python_sitelib}/%{pkgname}/*
|
%{python_sitelib}/%{pkgname}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user