pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rednose



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 20 17:23:16 UTC 2017

Modified Files:
        pkgsrc/devel/py-rednose: Makefile PLIST distinfo

Log Message:
v1.2.2
Fix bug for skips raised in setUpClass

v1.2.1

In python 2.7+ label skips as skip tests.
Change skip test exception coloring to blue..

v1.1.1
Fix for immediate broken with recent release when I switched API usage and removed an function.

v1.1.0
Update tests for better reporting
fix for errors during module setup
Better support for skips
Introduce proper printing for skipped tests as well as the ability to suppress them using --hide-skips
Test with python 3.4

v1.0.0 - [!] Major Changes [!]
[!] This release completely changes the way in which color test results are printed. It now attempts to override the code which nose uses to print results rather than to suppress those results and 
print them separately.
[!] Package maintainer changes to JBKahn
Use travis for testing


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-rednose/Makefile \
    pkgsrc/devel/py-rednose/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-rednose/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-rednose/Makefile
diff -u pkgsrc/devel/py-rednose/Makefile:1.3 pkgsrc/devel/py-rednose/Makefile:1.4
--- pkgsrc/devel/py-rednose/Makefile:1.3        Wed Jun  8 17:43:29 2016
+++ pkgsrc/devel/py-rednose/Makefile    Thu Jul 20 17:23:16 2017
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/07/20 17:23:16 adam Exp $
 
-DISTNAME=      rednose-0.4.3
+DISTNAME=      rednose-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rednose/}
 
 MAINTAINER=    rodent%NetBSD.org@localhost
-HOMEPAGE=      http://gfxmonk.net/dist/0install/rednose.xml
+HOMEPAGE=      https://github.com/JBKahn/rednose
 COMMENT=       Coloured output for nosetests
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-python-termstyle>=0.1.7:../../comms/py-python-termstyle
+DEPENDS+=      ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
+DEPENDS+=      ${PYPKGPREFIX}-termstyle>=0.1.7:../../comms/py-termstyle
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/py-rednose/distinfo
diff -u pkgsrc/devel/py-rednose/distinfo:1.3 pkgsrc/devel/py-rednose/distinfo:1.4
--- pkgsrc/devel/py-rednose/distinfo:1.3        Tue Nov  3 03:29:15 2015
+++ pkgsrc/devel/py-rednose/distinfo    Thu Jul 20 17:23:16 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:29:15 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/07/20 17:23:16 adam Exp $
 
-SHA1 (rednose-0.4.3.tar.gz) = abbc003ddfe29c25618e49c26813111779a73819
-RMD160 (rednose-0.4.3.tar.gz) = 2ba236886ddd180f5e875aa406f51571cc5a5991
-SHA512 (rednose-0.4.3.tar.gz) = e0169599f251cd90a2906e489b870e7d10322a82253a3a814bc71aa257bea34bd5eb833b637dbae3128f8f37df79929aa4d6331e246654c83eb16118d637182a
-Size (rednose-0.4.3.tar.gz) = 6046 bytes
+SHA1 (rednose-1.2.2.tar.gz) = 1a6ce8bef34166835fcb783af52340665b3ae97e
+RMD160 (rednose-1.2.2.tar.gz) = 9000ee3205fbc89e03bfc1e5a1217775cfe2c538
+SHA512 (rednose-1.2.2.tar.gz) = 6c855472f917e8bd9922b2d59bb004628817d1dd373982e55dce2164040bb4940e9993b706771275b5818b07693670d14cdb497e522208e3779754a3bd34715c
+Size (rednose-1.2.2.tar.gz) = 9417 bytes

Index: pkgsrc/devel/py-rednose/PLIST
diff -u pkgsrc/devel/py-rednose/PLIST:1.1 pkgsrc/devel/py-rednose/PLIST:1.2
--- pkgsrc/devel/py-rednose/PLIST:1.1   Sat Dec  6 03:12:25 2014
+++ pkgsrc/devel/py-rednose/PLIST       Thu Jul 20 17:23:16 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/06 03:12:25 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/07/20 17:23:16 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,3 +8,24 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/rednose.py
 ${PYSITELIB}/rednose.pyc
 ${PYSITELIB}/rednose.pyo
+${PYSITELIB}/test_files/__init__.py
+${PYSITELIB}/test_files/__init__.pyc
+${PYSITELIB}/test_files/__init__.pyo
+${PYSITELIB}/test_files/basic_test_suite.py
+${PYSITELIB}/test_files/basic_test_suite.pyc
+${PYSITELIB}/test_files/basic_test_suite.pyo
+${PYSITELIB}/test_files/class_test_failure.py
+${PYSITELIB}/test_files/class_test_failure.pyc
+${PYSITELIB}/test_files/class_test_failure.pyo
+${PYSITELIB}/test_files/encoding_test.py
+${PYSITELIB}/test_files/encoding_test.pyc
+${PYSITELIB}/test_files/encoding_test.pyo
+${PYSITELIB}/test_files/encoding_test_with_literals.py
+${PYSITELIB}/test_files/encoding_test_with_literals.pyc
+${PYSITELIB}/test_files/encoding_test_with_literals.pyo
+${PYSITELIB}/test_files/new_tests.py
+${PYSITELIB}/test_files/new_tests.pyc
+${PYSITELIB}/test_files/new_tests.pyo
+${PYSITELIB}/test_files/sample_test.py
+${PYSITELIB}/test_files/sample_test.pyc
+${PYSITELIB}/test_files/sample_test.pyo



Home | Main Index | Thread Index | Old Index