diff options
author | adam <adam@pkgsrc.org> | 2015-08-01 08:27:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-08-01 08:27:07 +0000 |
commit | df0569b93275a4aceca2eea74f70dab3d5dc6cde (patch) | |
tree | 390d50248b5a5f80040e7af43032b6183cd061cd /devel/py-nose | |
parent | f3c5868d72979e73d704cd1861fe6e239fb7cdfb (diff) | |
download | pkgsrc-df0569b93275a4aceca2eea74f70dab3d5dc6cde.tar.gz |
1.3.7
- Fix loading packages from capitalised package on Windows
1.3.6
- Re-release of 1.3.5 with wheels fixed.
1.3.5
- Fix 875: nose doesn't collect tests when subpackage is given as arg
- Fix 809: tests not discovered for namespace packages on Windows
- Fix 815: "ValueError: unsupported pickle protocol" with --with-id
- Wrap the working dir path name in quotes when reporting an error.
- Fix 887: Fix a discrepancy in test names between Python 2 and Python 3
- Fix 131: Use os.stat() to check if file is executable
- Fix 820 and 719: Fix coverage plugin with multiprocess
Diffstat (limited to 'devel/py-nose')
-rw-r--r-- | devel/py-nose/Makefile | 4 | ||||
-rw-r--r-- | devel/py-nose/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-nose/Makefile b/devel/py-nose/Makefile index 476cf12b095..e5f881ba70a 100644 --- a/devel/py-nose/Makefile +++ b/devel/py-nose/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2015/03/15 17:50:58 adam Exp $ +# $NetBSD: Makefile,v 1.11 2015/08/01 08:27:07 adam Exp $ -DISTNAME= nose-1.3.4 +DISTNAME= nose-1.3.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= http://pypi.python.org/packages/source/n/nose/ diff --git a/devel/py-nose/distinfo b/devel/py-nose/distinfo index d46a65b820d..1c7784fdf45 100644 --- a/devel/py-nose/distinfo +++ b/devel/py-nose/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/03/15 17:50:58 adam Exp $ +$NetBSD: distinfo,v 1.7 2015/08/01 08:27:07 adam Exp $ -SHA1 (nose-1.3.4.tar.gz) = 4d21578b480540e4e50ffae063094a14db2487d7 -RMD160 (nose-1.3.4.tar.gz) = d33c59d49d648e3c569ad446568a5805ddf381f5 -Size (nose-1.3.4.tar.gz) = 277488 bytes +SHA1 (nose-1.3.7.tar.gz) = 97f2a04c9d43b29ddf4794a1a1d1ba803f1074c6 +RMD160 (nose-1.3.7.tar.gz) = 4a3e1bb3121a2620aec0baa51eac1bb5a11cf6e9 +Size (nose-1.3.7.tar.gz) = 280488 bytes SHA1 (patch-aa) = 13b33fbeda3f372ea1d7a068b3dda0c409adafa0 |