diff --git a/pyflakes-2.1.0.tar.gz b/pyflakes-2.1.0.tar.gz deleted file mode 100644 index 6f28b30..0000000 --- a/pyflakes-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e8c00e30c464c99e0b501dc160b13a14af7f27d4dffb529c556e30a159e231d -size 56588 diff --git a/pyflakes-2.1.1.tar.gz b/pyflakes-2.1.1.tar.gz new file mode 100644 index 0000000..2bbe809 --- /dev/null +++ b/pyflakes-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2 +size 58072 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index a05aa70..e325968 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 2 04:51:41 UTC 2019 - Arun Persaud + +- update to version 2.1.1: + * Fix reported line number for type comment errors - Fix + typing.overload check to only check imported names + ------------------------------------------------------------------- Sat Jan 26 17:37:43 UTC 2019 - Arun Persaud diff --git a/python-pyflakes.spec b/python-pyflakes.spec index 590acd1..6f93dc5 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pyflakes -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Passive checker of Python programs License: MIT