pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test Pytest 3.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be6a3cb23cf4
branches:  trunk
changeset: 366364:be6a3cb23cf4
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 13 09:48:54 2017 +0000

description:
Pytest 3.2.1
Bug Fixes:
* Fixed small terminal glitch when collecting a single test item.
* Correctly consider / as the file separator to automatically mark plugin files for rewrite on Windows.
* Properly escape test names when setting PYTEST_CURRENT_TEST environment variable.
* Fix error on Windows and Python 3.6+ when sys.stdout has been replaced with a stream-like object which does not implement the full io module buffer protocol. In particular this affects pytest-xdist 
users on the aforementioned platform.

Improved Documentation
* Explicitly document which pytest features work with unittest.

diffstat:

 devel/py-test/Makefile |   6 +++---
 devel/py-test/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 9647eef4dfc7 -r be6a3cb23cf4 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Sun Aug 13 09:46:55 2017 +0000
+++ b/devel/py-test/Makefile    Sun Aug 13 09:48:54 2017 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.34 2017/08/03 07:44:11 adam Exp $
+# $NetBSD: Makefile,v 1.35 2017/08/13 09:48:54 adam Exp $
 
-DISTNAME=      pytest-3.2.0
+DISTNAME=      pytest-3.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/pytest
+HOMEPAGE=      http://pytest.org/
 COMMENT=       Python testing tool
 LICENSE=       mit
 
diff -r 9647eef4dfc7 -r be6a3cb23cf4 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Sun Aug 13 09:46:55 2017 +0000
+++ b/devel/py-test/distinfo    Sun Aug 13 09:48:54 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2017/08/03 07:44:11 adam Exp $
+$NetBSD: distinfo,v 1.32 2017/08/13 09:48:54 adam Exp $
 
-SHA1 (pytest-3.2.0.tar.gz) = 5244a4ba897d0bd565cd4423cbb575eb0f9954d5
-RMD160 (pytest-3.2.0.tar.gz) = 4c2b9907606b341bdddfac885d83b42b433c9fc9
-SHA512 (pytest-3.2.0.tar.gz) = 5ecf826aec47b585f30ef277b66330da51c841cad7967206171f6d94afd5f97179ff25f08113d65a33f6ca12ed61224d65b6b093336ef77b59836589d85259af
-Size (pytest-3.2.0.tar.gz) = 782232 bytes
+SHA1 (pytest-3.2.1.tar.gz) = ab87dcfd371e38a691448303da811bd3aa9d123e
+RMD160 (pytest-3.2.1.tar.gz) = b673cac4efb7a9163456b4c6579ee5ea40dca3d9
+SHA512 (pytest-3.2.1.tar.gz) = e32f82658219b44e5b235a8dfff94e58373f61e905d896fbfc67ddf5028f486e5e0a170b9a21a5917719746bad29878566066df66dd4e2f6a3365bd70f585967
+Size (pytest-3.2.1.tar.gz) = 784076 bytes



Home | Main Index | Thread Index | Old Index