pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-flakes Update to 0.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31023f3d0639
branches:  trunk
changeset: 632504:31023f3d0639
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 31 08:30:53 2014 +0000

description:
Update to 0.8:

0.8.0 (2014-03-22):
  - Adapt for the AST in Python 3.4.
  - Fix caret position on SyntaxError.
  - Fix crash on Python 2.x with some doctest SyntaxError.
  - Add tox.ini.
  - The `PYFLAKES_NODOCTEST` environment variable has been replaced with the
    `PYFLAKES_DOCTEST` environment variable (with the opposite meaning).
    Doctest checking is now disabled by default; set the environment variable
    to enable it.
  - Correctly parse incremental `__all__ += [...]`.
  - Catch return with arguments inside a generator (Python <= 3.2).
  - Do not complain about `_` in doctests.
  - Drop deprecated methods `pushFunctionScope` and `pushClassScope`.

diffstat:

 devel/py-flakes/Makefile |  4 ++--
 devel/py-flakes/PLIST    |  5 ++++-
 devel/py-flakes/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 99f99330082f -r 31023f3d0639 devel/py-flakes/Makefile
--- a/devel/py-flakes/Makefile  Mon Mar 31 08:30:40 2014 +0000
+++ b/devel/py-flakes/Makefile  Mon Mar 31 08:30:53 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2013/09/30 09:33:49 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/03/31 08:30:53 wiz Exp $
 
-DISTNAME=      pyflakes-0.7.3
+DISTNAME=      pyflakes-0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    devel python
 MASTER_SITES=  http://pypi.python.org/packages/source/p/pyflakes/
diff -r 99f99330082f -r 31023f3d0639 devel/py-flakes/PLIST
--- a/devel/py-flakes/PLIST     Mon Mar 31 08:30:40 2014 +0000
+++ b/devel/py-flakes/PLIST     Mon Mar 31 08:30:53 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/09/30 09:33:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/03/31 08:30:53 wiz Exp $
 bin/pyflakes${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -47,6 +47,9 @@
 ${PYSITELIB}/pyflakes/test/test_other.py
 ${PYSITELIB}/pyflakes/test/test_other.pyc
 ${PYSITELIB}/pyflakes/test/test_other.pyo
+${PYSITELIB}/pyflakes/test/test_return_with_arguments_inside_generator.py
+${PYSITELIB}/pyflakes/test/test_return_with_arguments_inside_generator.pyc
+${PYSITELIB}/pyflakes/test/test_return_with_arguments_inside_generator.pyo
 ${PYSITELIB}/pyflakes/test/test_undefined_names.py
 ${PYSITELIB}/pyflakes/test/test_undefined_names.pyc
 ${PYSITELIB}/pyflakes/test/test_undefined_names.pyo
diff -r 99f99330082f -r 31023f3d0639 devel/py-flakes/distinfo
--- a/devel/py-flakes/distinfo  Mon Mar 31 08:30:40 2014 +0000
+++ b/devel/py-flakes/distinfo  Mon Mar 31 08:30:53 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/09/30 09:33:49 wiz Exp $
+$NetBSD: distinfo,v 1.3 2014/03/31 08:30:53 wiz Exp $
 
-SHA1 (pyflakes-0.7.3.tar.gz) = 7243404a3d583d68373e207b73e4f071b3b85cbd
-RMD160 (pyflakes-0.7.3.tar.gz) = 9d87627496875fdf1d05ea5a80181a89843969f7
-Size (pyflakes-0.7.3.tar.gz) = 30551 bytes
+SHA1 (pyflakes-0.8.tar.gz) = 801c9ad6bddc95e436b103a8deefbfe0f4451f50
+RMD160 (pyflakes-0.8.tar.gz) = 39ea1df18c58c3b1131d811a344ebf79f6128ba8
+Size (pyflakes-0.8.tar.gz) = 32041 bytes



Home | Main Index | Thread Index | Old Index