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 - _)
Name: python-manatools
Version: 0.0.4
Release: 3mamba
Release: 4mamba
Summary: A python framework to build ManaTools application
Group: System/Libraries
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
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: python3.10dist(dbus-python)
BuildRequires: python3.10dist(python-gettext)
BuildRequires: python3.10dist(pyyaml)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(dbus-python)
BuildRequires: python3.11dist(python-gettext)
BuildRequires: python3.11dist(pyyaml)
## AUTOBUILDREQ-END
BuildRequires: python-yui >= 4.6.0-2mamba
@ -53,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%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
- rebuilt with python3 == 3.11