diff --git a/python-flake8.spec b/python-flake8.spec index e9bffec..2c0be9e 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-flake8 Version: 6.1.0 -Release: 1mamba +Release: 2mamba Summary: The modular source code checker: pep8 pyflakes and co Group: System/Libraries Vendor: openmamba @@ -11,11 +11,12 @@ URL: https://github.com/pycqa/flake8 Source: http://pypi.debian.net/flake8/flake8-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(mccabe) -BuildRequires: python3.7dist(pycodestyle) -BuildRequires: python3.7dist(pyflakes) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(mccabe) +BuildRequires: python3.11dist(pycodestyle) +BuildRequires: python3.11dist(pyflakes) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -51,6 +52,9 @@ done %doc LICENSE %changelog +* Wed Sep 27 2023 Automatic Build System 6.1.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sun Jul 30 2023 Automatic Build System 6.1.0-1mamba - automatic version update by autodist