Hi,

On Sun, Nov 03, 2024 at 10:47:58PM +0500, Andrey Rakhmatullin wrote:
> Package: python3-flake8
> Version: 7.1.1-1
> Severity: serious
> 
> pycodestyle 2.12.1-1 was just uploaded, making python3-flake8 not installable.

And since upstream commit
https://github.com/PyCQA/flake8/commit/defd315175b7b77472affb61a410e5720dabdc1a
the requirements for pycodestyle have been bumped. So the packaging
needs to update:

               python3-pycodestyle (<< 2.12),
               python3-pycodestyle (>= 2.11),

to

               python3-pycodestyle (<< 2.13),
               python3-pycodestyle (>= 2.12),

Regards,
Salvatore

Reply via email to