From 44dbdcbd8ea93f96374a4e4ff929556320f5acedcf51478dcae5be351d62da64 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 3 Jul 2013 15:58:41 +0000 Subject: [PATCH] Accepting request 181904 from home:dirkmueller:branches:devel:languages:python - update to 0.7.3: - Do not report undefined name for generator expression and dict or set comprehension at class level. - Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`: use `Checker.pushScope` instead. - Remove dependency on Unittest2 for the tests. OBS-URL: https://build.opensuse.org/request/show/181904 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=20 --- pyflakes-0.7.2.tar.gz | 3 --- pyflakes-0.7.3.tar.gz | 3 +++ python-pyflakes.changes | 10 ++++++++++ python-pyflakes.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pyflakes-0.7.2.tar.gz create mode 100644 pyflakes-0.7.3.tar.gz diff --git a/pyflakes-0.7.2.tar.gz b/pyflakes-0.7.2.tar.gz deleted file mode 100644 index 987b832..0000000 --- a/pyflakes-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e971804569e26a120ded70ca94882cbbf360390538fc3b5861f8ccecaf291178 -size 30107 diff --git a/pyflakes-0.7.3.tar.gz b/pyflakes-0.7.3.tar.gz new file mode 100644 index 0000000..4042e3d --- /dev/null +++ b/pyflakes-0.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3 +size 30551 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index d24a8ad..8baaa43 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 3 15:55:32 UTC 2013 - dmueller@suse.com + +- update to 0.7.3: + - Do not report undefined name for generator expression and dict or + set comprehension at class level. + - Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`: + use `Checker.pushScope` instead. + - Remove dependency on Unittest2 for the tests. + ------------------------------------------------------------------- Mon May 13 08:52:47 UTC 2013 - dmueller@suse.com diff --git a/python-pyflakes.spec b/python-pyflakes.spec index 826bafc..ce75cbb 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -20,7 +20,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-pyflakes -Version: 0.7.2 +Version: 0.7.3 Release: 0 Url: https://launchpad.net/pyflakes Summary: Passive checker of Python programs