From f3649addb92ad1f20cfcd42df35bf27b524c21590d74eab31e777b6a1aeeda4f Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 13 May 2013 09:26:49 +0000 Subject: [PATCH] Accepting request 175232 from home:dirkmueller:branches:devel:languages:python - update to 0.7.2: - Fix computation of `DoctestSyntaxError.lineno` and `col`. - Add boolean attribute `Checker.withDoctest` to ignore doctests. - If environment variable `PYFLAKES_NODOCTEST` is set, skip doctests. - Environment variable `PYFLAKES_BUILTINS` accepts a comma-separated list of additional built-in names. - File `bin/pyflakes` was missing in tarball generated with distribute. - Fix reporting errors in non-ASCII filenames (Python 2.x) OBS-URL: https://build.opensuse.org/request/show/175232 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=16 --- pyflakes-0.7.2.tar.gz | 3 +++ pyflakes-0.7.tar.gz | 3 --- python-pyflakes.changes | 12 ++++++++++++ python-pyflakes.spec | 2 +- python3-pyflakes.spec | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 pyflakes-0.7.2.tar.gz delete mode 100644 pyflakes-0.7.tar.gz diff --git a/pyflakes-0.7.2.tar.gz b/pyflakes-0.7.2.tar.gz new file mode 100644 index 0000000..987b832 --- /dev/null +++ b/pyflakes-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e971804569e26a120ded70ca94882cbbf360390538fc3b5861f8ccecaf291178 +size 30107 diff --git a/pyflakes-0.7.tar.gz b/pyflakes-0.7.tar.gz deleted file mode 100644 index b97f287..0000000 --- a/pyflakes-0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a5abf2e0a04068153b2b9e1f9c6f113b5c6260bf9918de5dded437887bfecd4 -size 29387 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 9429294..d24a8ad 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon May 13 08:52:47 UTC 2013 - dmueller@suse.com + +- update to 0.7.2: + - Fix computation of `DoctestSyntaxError.lineno` and `col`. + - Add boolean attribute `Checker.withDoctest` to ignore doctests. + - If environment variable `PYFLAKES_NODOCTEST` is set, skip doctests. + - Environment variable `PYFLAKES_BUILTINS` accepts a comma-separated + list of additional built-in names. + - File `bin/pyflakes` was missing in tarball generated with distribute. + - Fix reporting errors in non-ASCII filenames (Python 2.x) + ------------------------------------------------------------------- Sun Apr 21 23:47:49 UTC 2013 - dmueller@suse.com diff --git a/python-pyflakes.spec b/python-pyflakes.spec index d60e49f..826bafc 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 +Version: 0.7.2 Release: 0 Url: https://launchpad.net/pyflakes Summary: Passive checker of Python programs diff --git a/python3-pyflakes.spec b/python3-pyflakes.spec index 775f73e..00fb4c8 100644 --- a/python3-pyflakes.spec +++ b/python3-pyflakes.spec @@ -17,7 +17,7 @@ Name: python3-pyflakes -Version: 0.7 +Version: 0.7.2 Release: 0 Url: https://launchpad.net/pyflakes Summary: Passive checker of Python 3 programs