14
0

- update to 2.14.0:

* Add support for python 3.14.  PR #1283.
  * Fix false positive for TypeVar defaults with more than one
    argument.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=45
This commit is contained in:
2025-07-13 12:36:09 +00:00
committed by Git OBS Bridge
parent bcebd17bfa
commit 546143dbed
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jul 13 12:35:54 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.14.0:
* Add support for python 3.14. PR #1283.
* Fix false positive for TypeVar defaults with more than one
argument.
-------------------------------------------------------------------
Tue Apr 15 07:56:06 UTC 2025 - Dirk Müller <dmueller@suse.com>