14
0

- update to 2.13.0:

* Improve performance.
  * Drop EOL python 3.8.
  * E251: fix false positive for PEP 696 defaults

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=43
This commit is contained in:
2025-04-15 07:56:21 +00:00
committed by Git OBS Bridge
parent 57cea6367b
commit bcebd17bfa
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 15 07:56:06 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.13.0:
* Improve performance.
* Drop EOL python 3.8.
* E251: fix false positive for PEP 696 defaults
-------------------------------------------------------------------
Sun Aug 18 16:49:41 UTC 2024 - Dirk Müller <dmueller@suse.com>