From 9a84ee31385b7fd8a5c83eb7b8d5c713e3277bd754ec3045cfbdd8c654e01cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 1 Aug 2018 10:09:05 +0000 Subject: [PATCH] Accepting request 626871 from home:Simmphonie:python - update to version 2.0.0: * Drop support for EOL Python <2.7 and 3.2-3.3 * Check for unused exception binding in `except:` block * Handle string literal type annotations * Ignore redefinitions of `_`, unless originally defined by import * Support `__class__` without `self` in Python 3 * Issue an error for `raise NotImplemented(...)` OBS-URL: https://build.opensuse.org/request/show/626871 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=42 --- pyflakes-1.6.0.tar.gz | 3 --- pyflakes-2.0.0.tar.gz | 3 +++ python-pyflakes.changes | 11 +++++++++++ python-pyflakes.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pyflakes-1.6.0.tar.gz create mode 100644 pyflakes-2.0.0.tar.gz diff --git a/pyflakes-1.6.0.tar.gz b/pyflakes-1.6.0.tar.gz deleted file mode 100644 index 74ca539..0000000 --- a/pyflakes-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d616a382f243dbf19b54743f280b80198be0bca3a5396f1d2e1fca6223e8805 -size 48184 diff --git a/pyflakes-2.0.0.tar.gz b/pyflakes-2.0.0.tar.gz new file mode 100644 index 0000000..cb92de8 --- /dev/null +++ b/pyflakes-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7662ec724d0120012f6e29d6248ae3727d821bba522a0e6b356eff19126a49 +size 49002 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 0bfdc0c..52d1218 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jul 30 15:07:24 UTC 2018 - t.gruner@katodev.de + +- update to version 2.0.0: + * Drop support for EOL Python <2.7 and 3.2-3.3 + * Check for unused exception binding in `except:` block + * Handle string literal type annotations + * Ignore redefinitions of `_`, unless originally defined by import + * Support `__class__` without `self` in Python 3 + * Issue an error for `raise NotImplemented(...)` + ------------------------------------------------------------------- Wed Jan 17 02:11:04 UTC 2018 - toddrme2178@gmail.com diff --git a/python-pyflakes.spec b/python-pyflakes.spec index 1910358..085b197 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: 1.6.0 +Version: 2.0.0 Release: 0 Url: https://github.com/PyCQA/pyflakes Summary: Passive checker of Python programs