diff --git a/python-dbus-deviation.spec b/python-dbus-deviation.spec index 145a36e..58cc857 100644 --- a/python-dbus-deviation.spec +++ b/python-dbus-deviation.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-dbus-deviation Version: 0.6.1 -Release: 4mamba +Release: 5mamba Summary: A project for parsing D-Bus introspection XML and processing it in various ways Group: System/Libraries Vendor: openmamba @@ -11,10 +11,11 @@ URL: https://pypi.org/project/dbus-deviation/ Source: https://pypi.debian.net/dbus-deviation/dbus-deviation-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(lxml) -BuildRequires: python3.7dist(setuptools) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(lxml) +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -56,6 +57,9 @@ sed -i "\,%{_bindir}/dbus-interface,d" %{name}.filelist %doc AUTHORS COPYING %changelog +* Tue Sep 26 2023 Automatic Build System 0.6.1-5mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Tue Aug 01 2023 Silvan Calarco 0.6.1-4mamba - resolve bindir files conflicts