pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: updated to 4.6.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eced724157a4
branches:  trunk
changeset: 338295:eced724157a4
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 22 11:06:28 2019 +0000

description:
py-test: updated to 4.6.5

pytest 4.6.5:
Bug Fixes
* Fix RuntimeError/StopIteration when trying to collect package with ?__init__.py? only.
* Fix encode error when using unicode strings in exceptions with pytest.raises.
* Fix issue where tmp_path and tmpdir would not remove directories containing files marked as read-only, which could lead to pytest crashing when executed a second time with the --basetemp option.
* --step-wise now handles xfail(strict=True) markers properly.
* Improved output when parsing an ini configuration file fails.

pytest 4.6.4:
Bug Fixes
* Emit a warning when attempting to unwrap a broken object raises an exception, for easier debugging.
* Fix --stepwise mode when the first file passed on the command-line fails to collect.
* Fix bug introduced in 4.6.0 causing collection errors when passing more than 2 positional arguments to pytest.mark.parametrize.
* Fix crash when discovery fails while using -p no:terminal.

diffstat:

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

diffs (47 lines):

diff -r d8abdc31b2b9 -r eced724157a4 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Thu Aug 22 11:05:27 2019 +0000
+++ b/devel/py-test/Makefile    Thu Aug 22 11:06:28 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2019/06/13 07:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2019/08/22 11:06:28 adam Exp $
 
-DISTNAME=      pytest-4.6.3
+DISTNAME=      pytest-4.6.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
 
@@ -14,13 +13,16 @@
 DEPENDS+=      ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
 DEPENDS+=      ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools
-DEPENDS+=      ${PYPKGPREFIX}-pluggy>=0.11:../../devel/py-pluggy
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-pluggy>=0.12:../../devel/py-pluggy
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.5.0:../../devel/py-py
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TEST_DEPENDS+= ${PYPKGPREFIX}-argcomplete-[0-9]*:../../devel/py-argcomplete
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.56:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
diff -r d8abdc31b2b9 -r eced724157a4 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Thu Aug 22 11:05:27 2019 +0000
+++ b/devel/py-test/distinfo    Thu Aug 22 11:06:28 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2019/06/12 10:03:49 adam Exp $
+$NetBSD: distinfo,v 1.77 2019/08/22 11:06:28 adam Exp $
 
-SHA1 (pytest-4.6.3.tar.gz) = 0cb821cec85298dfa6f94f7b252668f273a387d2
-RMD160 (pytest-4.6.3.tar.gz) = 5d88707bd2fc29ee675087b24461a9ca8cbe1ffb
-SHA512 (pytest-4.6.3.tar.gz) = db6e26b3b3cd34a8d116536a6897bf2037f099ad935e201e6824221ac108bc66e936bccaf17bfe7880675ccea1d3704f77eab006c86d8f7357bbe9a943ebddef
-Size (pytest-4.6.3.tar.gz) = 949947 bytes
+SHA1 (pytest-4.6.5.tar.gz) = 53a91cf85be9dd3dc31abd1a8c20b82f5fb6ae09
+RMD160 (pytest-4.6.5.tar.gz) = 226dc73f5379143d9d6ee6f3bca64671eec84fc0
+SHA512 (pytest-4.6.5.tar.gz) = e09b36ed7e862ada429b72a2090274bf5e583de749137051eb047f1e565ad65ac66a59f1ad43bfa62395019b1d41615c45b6144eada05286091455501a21608e
+Size (pytest-4.6.5.tar.gz) = 952740 bytes



Home | Main Index | Thread Index | Old Index