- update to 7.2.0:

* pycodestyle has been updated to >= 2.13.0, < 2.14.0
  * pyflakes has been updated to >= 3.3.0, < 3.4.0
  * Require python >= 3.9 (See also :pull:`1973`).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=97
This commit is contained in:
2025-04-15 07:55:11 +00:00
committed by Git OBS Bridge
parent 3f6ca9ef6c
commit 235362ee82
5 changed files with 22 additions and 14 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 15 07:54:43 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 7.2.0:
* pycodestyle has been updated to >= 2.13.0, < 2.14.0
* pyflakes has been updated to >= 3.3.0, < 3.4.0
* Require python >= 3.9 (See also :pull:`1973`).
-------------------------------------------------------------------
Wed Aug 21 17:52:22 UTC 2024 - Dirk Müller <dmueller@suse.com>