From 60e80652ee0d27fc6b2b8a184bda673961f4400a9fde9adbf6d99463eefbe45a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 23 Jun 2015 06:17:57 +0000 Subject: [PATCH] Accepting request 313119 from home:tbechtold:branches:devel:languages:python - update to 0.9.2: - Fix a traceback when a global is defined in one scope, and used in another. - Update NEWS.txt to include 0.9.0, which had been forgotten. - Exit gracefully, not with a traceback, on SIGINT and SIGPIPE. - Fix incorrect report of undefined name when using lambda expressions in generator expressions. - Don't crash on DOS line endings on Windows and Python 2.6. - Don't report an undefined name if the 'del' which caused a name to become undefined is only conditionally executed. - Properly handle differences in list comprehension scope in Python 3. - Improve handling of edge cases around 'global' defined variables. - Report an error for 'return' outside a function. OBS-URL: https://build.opensuse.org/request/show/313119 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=26 --- pyflakes-0.8.1.tar.gz | 3 --- pyflakes-0.9.2.tar.gz | 3 +++ python-pyflakes.changes | 16 ++++++++++++++++ python-pyflakes.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 pyflakes-0.8.1.tar.gz create mode 100644 pyflakes-0.9.2.tar.gz diff --git a/pyflakes-0.8.1.tar.gz b/pyflakes-0.8.1.tar.gz deleted file mode 100644 index e6758c6..0000000 --- a/pyflakes-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fa80a10b36d51686bf7744f5dc99622cd5c98ce8ed64022e629868aafc17769 -size 32981 diff --git a/pyflakes-0.9.2.tar.gz b/pyflakes-0.9.2.tar.gz new file mode 100644 index 0000000..f2df07a --- /dev/null +++ b/pyflakes-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02691c23ce699f252874b7c27f14cf26e3d4e82b58e5d584f000b7ab5be36a5f +size 34785 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 016f00d..a135ff4 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jun 22 15:15:47 UTC 2015 - tbechtold@suse.com + +- update to 0.9.2: + - Fix a traceback when a global is defined in one scope, and used in another. + - Update NEWS.txt to include 0.9.0, which had been forgotten. + - Exit gracefully, not with a traceback, on SIGINT and SIGPIPE. + - Fix incorrect report of undefined name when using lambda expressions in + generator expressions. + - Don't crash on DOS line endings on Windows and Python 2.6. + - Don't report an undefined name if the 'del' which caused a name to become + undefined is only conditionally executed. + - Properly handle differences in list comprehension scope in Python 3. + - Improve handling of edge cases around 'global' defined variables. + - Report an error for 'return' outside a function. + ------------------------------------------------------------------- Fri Apr 11 19:17:34 UTC 2014 - toddrme2178@gmail.com diff --git a/python-pyflakes.spec b/python-pyflakes.spec index ece3003..7176eaf 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyflakes # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pyflakes -Version: 0.8.1 +Version: 0.9.2 Release: 0 Url: https://launchpad.net/pyflakes Summary: Passive checker of Python programs