14
0

- update to 3.4.0:

* Add support for python 3.14
  * Add "t-string is missing placeholders" error
  * Fix annotation erroneously causing a name to be defined with
    from __future__ import annotations
  * Add support for always-deferred annotations (PEP 749)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=77
This commit is contained in:
2025-07-13 12:37:15 +00:00
committed by Git OBS Bridge
parent 32f0797f38
commit e99e0b8f10
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jul 13 12:37:04 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.4.0:
* Add support for python 3.14
* Add "t-string is missing placeholders" error
* Fix annotation erroneously causing a name to be defined with
from __future__ import annotations
* Add support for always-deferred annotations (PEP 749)
-------------------------------------------------------------------
Tue Apr 15 07:53:16 UTC 2025 - Dirk Müller <dmueller@suse.com>