diff --git a/python-flaky.spec b/python-flaky.spec index 85bc590..2ebd99b 100644 --- a/python-flaky.spec +++ b/python-flaky.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-flaky Version: 3.7.0 -Release: 1mamba +Release: 2mamba Summary: Plugin for nose or pytest that automatically reruns flaky tests Group: System/Libraries Vendor: openmamba @@ -11,8 +11,9 @@ URL: https://github.com/box/flaky Source: https://pypi.debian.net/flaky/flaky-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -47,5 +48,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Tue Sep 26 2023 Automatic Build System 3.7.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Tue Aug 15 2023 Silvan Calarco 3.7.0-1mamba - package created using the webbuild interface