14
0
forked from pool/python-flake8

- Update to 6.1.0:

* Pyflakes has been updated to >= 3.1.0, < 3.2.0 (See also #1847).
  * pycodestyle has been updated to >= 2.11.0, < 2.12.0 (See also #1848).
  * Deprecate --include-in-doctest, --exclude-from-doctest
   (See also #1747, #1768).
  * Add support for python 3.12 (See also #1832, #1849, #1850).
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=89
This commit is contained in:
2023-08-08 06:21:59 +00:00
committed by Git OBS Bridge
parent 07e68500ae
commit 3a53140c7b
4 changed files with 25 additions and 12 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 8 06:18:12 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 6.1.0:
* Pyflakes has been updated to >= 3.1.0, < 3.2.0 (See also #1847).
* pycodestyle has been updated to >= 2.11.0, < 2.12.0 (See also #1848).
* Deprecate --include-in-doctest, --exclude-from-doctest
(See also #1747, #1768).
* Add support for python 3.12 (See also #1832, #1849, #1850).
- Switch to pyproject macros.
-------------------------------------------------------------------
Mon May 8 13:55:59 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>