rebuilt with python3 == 3.11 [release 2.0-2mamba;Sat Sep 30 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 10:58:31 +01:00
parent cc5463ca11
commit 48cd449311

View File

@ -1,6 +1,6 @@
Name: python-colorzero Name: python-colorzero
Version: 2.0 Version: 2.0
Release: 1mamba Release: 2mamba
Summary: A color manipulation library for Python Summary: A color manipulation library for Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -10,9 +10,10 @@ URL: https://pypi.org/project/colorzero/
Source: https://pypi.debian.net/colorzero/colorzero-%{version}.tar.gz Source: https://pypi.debian.net/colorzero/colorzero-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: python-setuptools-py3 BuildRequires: python3.11dist(setuptools)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description %description
%{summary}. %{summary}.
@ -44,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/colorzero-%{version}-py*.egg-info/* %{python_sitearch}/colorzero-%{version}-py*.egg-info/*
%changelog %changelog
* Sat Sep 30 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-2mamba
- rebuilt with python3 == 3.11
* Wed Mar 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba * Wed Mar 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface