diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-01 09:34:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-01 09:34:29 +0000 |
commit | 26b8ee975826d7e92afa6579f3a36b559c4d9db7 (patch) | |
tree | 10243d093f424eccfe88a5512bca1db57c9e15a9 /devel/py-py | |
parent | 2b3921605dbdc325edcb362f5acec9cb8ee020c7 (diff) | |
download | pkgsrc-26b8ee975826d7e92afa6579f3a36b559c4d9db7.tar.gz |
Update to 1.4.30:
1.4.30
==================================================
- fix issue68 an assert with a multiline list comprehension
was not reported correctly. Thanks Henrik Heibuerger.
1.4.29
==================================================
- fix issue55: revert a change to the statement finding algorithm
which is used by pytest for generating tracebacks.
Thanks Daniel Hahler for initial analysis.
- fix pytest issue254 for when traceback rendering can't
find valid source code. Thanks Ionel Cristian Maries.
1.4.28
==================================================
- fix issue64 -- dirpath regression when "abs=True" is passed.
Thanks Gilles Dartiguelongue.
1.4.27
==================================================
- fix issue59: point to new repo site
- allow a new ensuresyspath="append" mode for py.path.local.pyimport()
so that a neccessary import path is appended instead of prepended to
sys.path
- strike undocumented, untested argument to py.path.local.pypkgpath
- speed up py.path.local.dirpath by a factor of 10
Diffstat (limited to 'devel/py-py')
-rw-r--r-- | devel/py-py/Makefile | 4 | ||||
-rw-r--r-- | devel/py-py/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-py/Makefile b/devel/py-py/Makefile index f62354764ba..0f897d8e263 100644 --- a/devel/py-py/Makefile +++ b/devel/py-py/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2014/10/27 08:39:20 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/01 09:34:29 wiz Exp $ -DISTNAME= py-1.4.26 +DISTNAME= py-1.4.30 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= https://pypi.python.org/packages/source/p/py/ diff --git a/devel/py-py/distinfo b/devel/py-py/distinfo index 1acac5a49ce..4e2717ce905 100644 --- a/devel/py-py/distinfo +++ b/devel/py-py/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2014/10/27 08:39:20 wiz Exp $ +$NetBSD: distinfo,v 1.8 2015/07/01 09:34:29 wiz Exp $ -SHA1 (py-1.4.26.tar.gz) = 5d9aaa67c1da2ded5f978aa13e03dfe780771fea -RMD160 (py-1.4.26.tar.gz) = c77cbdc1d0107d755e219150f51d282fb0f9174c -Size (py-1.4.26.tar.gz) = 190617 bytes +SHA1 (py-1.4.30.tar.gz) = 457b6f1d2987bb36cff8ff0e6a0afb3894e4d580 +RMD160 (py-1.4.30.tar.gz) = c59248781f34f0061bd6431a3d990c86811ebb30 +Size (py-1.4.30.tar.gz) = 191796 bytes |