diff --git a/pyflakes-3.2.0.tar.gz b/pyflakes-3.2.0.tar.gz deleted file mode 100644 index c04dea5..0000000 --- a/pyflakes-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f -size 63788 diff --git a/pyflakes-3.3.2.tar.gz b/pyflakes-3.3.2.tar.gz new file mode 100644 index 0000000..49bfc87 --- /dev/null +++ b/pyflakes-3.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfd61d87b97fba5dcfaaf781171ac16be16453be6d816147989e7f6e6a9576b +size 64175 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 57c1555..88fddf4 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 15 07:53:16 UTC 2025 - Dirk Müller + +- update to 3.3.2: + * Fix crash with global / nonlocal in class bodies (regressed + in 3.3.0) + * Allow assignment expressions to redefine annotations + (regressed in 3.3.0) + * Add __debuggerskip__ as a special local + * Allow assignment expressions to redefine outer names + * Drop support for EOL python 3.8 + * Add new error for unused global / nonlocal names + ------------------------------------------------------------------- Fri Aug 2 11:40:14 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-pyflakes.spec b/python-pyflakes.spec index f00061d..1bedf66 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyflakes # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyflakes -Version: 3.2.0 +Version: 3.3.2 Release: 0 Summary: Passive checker of Python programs License: MIT