diff --git a/pyflakes-3.1.0.tar.gz b/pyflakes-3.1.0.tar.gz deleted file mode 100644 index ddb616a..0000000 --- a/pyflakes-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc -size 63636 diff --git a/pyflakes-3.2.0.tar.gz b/pyflakes-3.2.0.tar.gz new file mode 100644 index 0000000..c04dea5 --- /dev/null +++ b/pyflakes-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f +size 63788 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 3d20c24..cd93265 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 5 15:26:55 UTC 2024 - Dirk Müller + +- update to 3.2.0: + * Add support for *T (TypeVarTuple) and **P (ParamSpec) in PEP + 695 annotations. + ------------------------------------------------------------------- Tue Aug 8 06:20:25 UTC 2023 - Steve Kowalik diff --git a/python-pyflakes.spec b/python-pyflakes.spec index 7265a82..a81d72e 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyflakes # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.1.0 +Version: 3.2.0 Release: 0 Summary: Passive checker of Python programs License: MIT