diff --git a/pyflakes-2.5.0.tar.gz b/pyflakes-2.5.0.tar.gz deleted file mode 100644 index 48cc90a..0000000 --- a/pyflakes-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3 -size 66388 diff --git a/pyflakes-3.0.1.tar.gz b/pyflakes-3.0.1.tar.gz new file mode 100644 index 0000000..ac6a602 --- /dev/null +++ b/pyflakes-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd +size 63554 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index f6de86a..794067d 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 15 20:50:51 UTC 2022 - Dirk Müller + +- update to 3.0.1: + * Detect undefined name in variable defined by an annotated assignment + * Add a new error for names which are annotated but unused + * Remove handling of python 2.x ``# type:`` comments. Use annotations + instead + ------------------------------------------------------------------- Thu Aug 18 08:27:04 UTC 2022 - Dirk Müller diff --git a/python-pyflakes.spec b/python-pyflakes.spec index e41ef65..aa1d180 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -18,13 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyflakes -Version: 2.5.0 +Version: 3.0.1 Release: 0 Summary: Passive checker of Python programs License: MIT Group: Development/Languages/Python URL: https://github.com/PyCQA/pyflakes Source: https://files.pythonhosted.org/packages/source/p/pyflakes/pyflakes-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros