rebuilt without python3.10 [release 0.0.4-4mamba;Thu Dec 05 2024]

This commit is contained in:
Silvan Calarco 2024-12-06 09:04:05 +01:00
parent b1b43719af
commit 6d5cb755b1

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-manatools Name: python-manatools
Version: 0.0.4 Version: 0.0.4
Release: 3mamba Release: 4mamba
Summary: A python framework to build ManaTools application Summary: A python framework to build ManaTools application
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,10 +11,10 @@ URL: https://github.com/manatools/python-manatools
Source: https://github.com/manatools/python-manatools.git/%{version}/python-manatools-%{version}.tar.bz2 Source: https://github.com/manatools/python-manatools.git/%{version}/python-manatools-%{version}.tar.bz2
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel BuildRequires: libpython311-devel
BuildRequires: python3.10dist(dbus-python) BuildRequires: python3.11dist(dbus-python)
BuildRequires: python3.10dist(python-gettext) BuildRequires: python3.11dist(python-gettext)
BuildRequires: python3.10dist(pyyaml) BuildRequires: python3.11dist(pyyaml)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python-yui >= 4.6.0-2mamba BuildRequires: python-yui >= 4.6.0-2mamba
@ -53,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE %doc LICENSE
%changelog %changelog
* Thu Dec 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-4mamba
- rebuilt without python3.10
* Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-3mamba * Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-3mamba
- rebuilt with python3 == 3.11 - rebuilt with python3 == 3.11