rebuilt with python3 == 3.11 [release 0.0.4-3mamba;Thu Jan 11 2024]
This commit is contained in:
parent
78cca4705d
commit
b1b43719af
@ -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: 2mamba
|
Release: 3mamba
|
||||||
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
|
||||||
@ -16,14 +16,14 @@ BuildRequires: python3.10dist(dbus-python)
|
|||||||
BuildRequires: python3.10dist(python-gettext)
|
BuildRequires: python3.10dist(python-gettext)
|
||||||
BuildRequires: python3.10dist(pyyaml)
|
BuildRequires: python3.10dist(pyyaml)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-yui
|
BuildRequires: python-yui >= 4.6.0-2mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
%define py_requires_append \
|
%define py_requires_append \
|
||||||
Obsoletes: python-manatools-py3 < 0.0.4-2mamba
|
Obsoletes: python-manatools-py310 < 0.0.4-3mamba
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -53,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-3mamba
|
||||||
|
- rebuilt with python3 == 3.11
|
||||||
|
|
||||||
* Wed Mar 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-2mamba
|
* Wed Mar 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user