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:           Sun Aug 13 09:48:54 UTC 2017

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.31 -r1.32 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.34 pkgsrc/devel/py-test/Makefile:1.35
--- pkgsrc/devel/py-test/Makefile:1.34  Thu Aug  3 07:44:11 2017
+++ pkgsrc/devel/py-test/Makefile       Sun Aug 13 09:48:54 2017
@@ -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
 

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.31 pkgsrc/devel/py-test/distinfo:1.32
--- pkgsrc/devel/py-test/distinfo:1.31  Thu Aug  3 07:44:11 2017
+++ pkgsrc/devel/py-test/distinfo       Sun Aug 13 09:48:54 2017
@@ -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