From e99e0b8f107010ee6c26b89091052d539763e3cebb47b3d8ba2d9c87966b0f8d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Jul 2025 12:37:15 +0000 Subject: [PATCH] - 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 --- pyflakes-3.3.2.tar.gz | 3 --- pyflakes-3.4.0.tar.gz | 3 +++ python-pyflakes.changes | 10 ++++++++++ python-pyflakes.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pyflakes-3.3.2.tar.gz create mode 100644 pyflakes-3.4.0.tar.gz diff --git a/pyflakes-3.3.2.tar.gz b/pyflakes-3.3.2.tar.gz deleted file mode 100644 index 49bfc87..0000000 --- a/pyflakes-3.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dfd61d87b97fba5dcfaaf781171ac16be16453be6d816147989e7f6e6a9576b -size 64175 diff --git a/pyflakes-3.4.0.tar.gz b/pyflakes-3.4.0.tar.gz new file mode 100644 index 0000000..616a0a8 --- /dev/null +++ b/pyflakes-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24f96fafb7d2ab0ec5075b7350b3d2d2218eab42003821c06344973d3ea2f58 +size 64669 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 88fddf4..dd5aa73 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jul 13 12:37:04 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-pyflakes.spec b/python-pyflakes.spec index 1bedf66..97ae8e6 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyflakes -Version: 3.3.2 +Version: 3.4.0 Release: 0 Summary: Passive checker of Python programs License: MIT