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