forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |