pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec  6 11:49:14 UTC 2017

Modified Files:
        pkgsrc/devel/py-test: Makefile distinfo

Log Message:
py-test: updated to 3.3.1

Pytest 3.3.1:

Bug Fixes
* Fix issue about -p no:<plugin> having no effect.
* Fix regression with warnings that contained non-strings in their arguments in Python 2.
* Always escape null bytes when setting PYTEST_CURRENT_TEST.
* Fix ZeroDivisionError when using the testmon plugin when no tests were actually collected.
* Bring back TerminalReporter.writer as an alias to TerminalReporter._tw. This alias was removed by accident in the 3.3.0 release.
* The pytest-capturelog plugin is now also blacklisted, avoiding errors when running pytest with it still installed.

Improved Documentation
* Fix broken link to plugin pytest-localserver.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-test/distinfo

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-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.40 pkgsrc/devel/py-test/Makefile:1.41
--- pkgsrc/devel/py-test/Makefile:1.40  Tue Nov 28 09:04:56 2017
+++ pkgsrc/devel/py-test/Makefile       Wed Dec  6 11:49:14 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2017/11/28 09:04:56 adam Exp $
+# $NetBSD: Makefile,v 1.41 2017/12/06 11:49:14 adam Exp $
 
-DISTNAME=      pytest-3.3.0
+DISTNAME=      pytest-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.37 pkgsrc/devel/py-test/distinfo:1.38
--- pkgsrc/devel/py-test/distinfo:1.37  Tue Nov 28 09:04:56 2017
+++ pkgsrc/devel/py-test/distinfo       Wed Dec  6 11:49:14 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2017/11/28 09:04:56 adam Exp $
+$NetBSD: distinfo,v 1.38 2017/12/06 11:49:14 adam Exp $
 
-SHA1 (pytest-3.3.0.tar.gz) = cd915552e569c65cfd8bff78e08e79f43bf748d8
-RMD160 (pytest-3.3.0.tar.gz) = f924cdcbb87ff787b974f253f48976baf195c196
-SHA512 (pytest-3.3.0.tar.gz) = e4c1c0decb840490ed73df21d53a7719782ea12c4d6085919c834df33839297b28ac929d852281538c347aa6264a21fefba025aaf31a7ad90b88e0b83d50af99
-Size (pytest-3.3.0.tar.gz) = 799676 bytes
+SHA1 (pytest-3.3.1.tar.gz) = 3dbd40deaebbad27a2cba27e8014f4a8f3dfb800
+RMD160 (pytest-3.3.1.tar.gz) = 1f467ab301153a0c324b4991b5c2168043d36773
+SHA512 (pytest-3.3.1.tar.gz) = f190f9a8a8f55e9dbf311429eb86e023e096d5388e1c4216fc8d833fbdec8fa67f67b89a174dfead663b34e5f5df124085825446297cf7d9500527d9e8ddb15d
+Size (pytest-3.3.1.tar.gz) = 797469 bytes



Home | Main Index | Thread Index | Old Index