Skip to content

Commit

Permalink
Update py-nose to 1.3.0
Browse files Browse the repository at this point in the history
Many bug fixes including

- Added support for Python 3.3.
- Fixed a bug in xunit that was causing it to die ungracefully under
  Python 3. (#134)
- Taught the test suite to skip coverage tests if the coverage module is not
  available. (#597)

See CHANGELOG or http://nose.readthedocs.org/en/latest/news.html
for full list.
  • Loading branch information
prlw1 committed Sep 11, 2013
1 parent d0b956d commit 8bbd7d4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
4 changes: 2 additions & 2 deletions devel/py-nose/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2013/02/26 10:24:27 joerg Exp $
# $NetBSD: Makefile,v 1.8 2013/09/11 09:38:53 prlw1 Exp $
#

DISTNAME= nose-1.1.2
DISTNAME= nose-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
#MASTER_SITES= http://python-nose.googlecode.com/files/
Expand Down
17 changes: 13 additions & 4 deletions devel/py-nose/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2012/02/17 18:30:23 drochner Exp $
@comment $NetBSD: PLIST,v 1.4 2013/09/11 09:38:53 prlw1 Exp $
bin/nosetests-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand All @@ -9,6 +9,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/nose/__init__.py
${PYSITELIB}/nose/__init__.pyc
${PYSITELIB}/nose/__init__.pyo
${PYSITELIB}/nose/__main__.py
${PYSITELIB}/nose/__main__.pyc
${PYSITELIB}/nose/__main__.pyo
${PYSITELIB}/nose/case.py
${PYSITELIB}/nose/case.pyc
${PYSITELIB}/nose/case.pyo
Expand Down Expand Up @@ -129,9 +132,15 @@ ${PYSITELIB}/nose/sphinx/pluginopts.pyo
${PYSITELIB}/nose/suite.py
${PYSITELIB}/nose/suite.pyc
${PYSITELIB}/nose/suite.pyo
${PYSITELIB}/nose/tools.py
${PYSITELIB}/nose/tools.pyc
${PYSITELIB}/nose/tools.pyo
${PYSITELIB}/nose/tools/__init__.py
${PYSITELIB}/nose/tools/__init__.pyc
${PYSITELIB}/nose/tools/__init__.pyo
${PYSITELIB}/nose/tools/nontrivial.py
${PYSITELIB}/nose/tools/nontrivial.pyc
${PYSITELIB}/nose/tools/nontrivial.pyo
${PYSITELIB}/nose/tools/trivial.py
${PYSITELIB}/nose/tools/trivial.pyc
${PYSITELIB}/nose/tools/trivial.pyo
${PYSITELIB}/nose/twistedtools.py
${PYSITELIB}/nose/twistedtools.pyc
${PYSITELIB}/nose/twistedtools.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/py-nose/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2012/02/17 18:30:23 drochner Exp $
$NetBSD: distinfo,v 1.5 2013/09/11 09:38:53 prlw1 Exp $

SHA1 (nose-1.1.2.tar.gz) = 7525f7ef056af66cdbada010d4a8b96e63a193e8
RMD160 (nose-1.1.2.tar.gz) = 717c16abf3577387dbba406530693898b723f7ac
Size (nose-1.1.2.tar.gz) = 729206 bytes
SHA1 (nose-1.3.0.tar.gz) = bd1bb889e421948ca57595e9e8d52246cb308294
RMD160 (nose-1.3.0.tar.gz) = 40c883a449aad7f39ea6b7c0e408ee6239c2df62
Size (nose-1.3.0.tar.gz) = 404909 bytes
SHA1 (patch-aa) = 13b33fbeda3f372ea1d7a068b3dda0c409adafa0

0 comments on commit 8bbd7d4

Please sign in to comment.