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 3.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d5af863a049
branches:  trunk
changeset: 314929:7d5af863a049
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 11 21:56:21 2018 +0000

description:
py-test: updated to 3.10.1

pytest 3.10.1:

Bug Fixes
- Fix nested usage of debugging plugin (pdb), e.g. with pytester's testdir.runpytest.
- Block the stepwise plugin if cacheprovider is also blocked, as one depends on the other.
- Parse minversion as an actual version and not as dot-separated strings.
- Fix duplicate collection due to multiple args matching the same packages.
- Fix item.nodeid with resolved symlinks.
- Fix collection of direct symlinked files, where the target does not match python_files.
- Fix TypeError in report_collect with _collect_report_last_write.

Trivial/Internal Changes
- Replace byte/unicode helpers in test_capture with python level syntax.

diffstat:

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

diffs (27 lines):

diff -r 603100b726d0 -r 7d5af863a049 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Sun Nov 11 21:16:48 2018 +0000
+++ b/devel/py-test/Makefile    Sun Nov 11 21:56:21 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2018/11/05 08:36:25 adam Exp $
+# $NetBSD: Makefile,v 1.65 2018/11/11 21:56:21 adam Exp $
 
-DISTNAME=      pytest-3.10.0
+DISTNAME=      pytest-3.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 603100b726d0 -r 7d5af863a049 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Sun Nov 11 21:16:48 2018 +0000
+++ b/devel/py-test/distinfo    Sun Nov 11 21:56:21 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2018/11/05 08:36:25 adam Exp $
+$NetBSD: distinfo,v 1.60 2018/11/11 21:56:21 adam Exp $
 
-SHA1 (pytest-3.10.0.tar.gz) = 96af359d03f01d0dc8ff42b3ed733279760f00c8
-RMD160 (pytest-3.10.0.tar.gz) = 2d1c0e64e4ec649ac8b6edc102c27609ca76424e
-SHA512 (pytest-3.10.0.tar.gz) = 454686cdaaed56e75524fadce5f672b620210fc987b157ebd912d2c01e362412ffe535ec2467b60863db33817542b9b41a2a5442558ce69cd38b2a846e4ed8d6
-Size (pytest-3.10.0.tar.gz) = 890744 bytes
+SHA1 (pytest-3.10.1.tar.gz) = f5f26c444b347d1dca23f7bd6815f4c79baba1cb
+RMD160 (pytest-3.10.1.tar.gz) = 72615fa1809e8d78786af81487371bb6ec28b52b
+SHA512 (pytest-3.10.1.tar.gz) = 30ff79c0fdcbeef68e1191ff400a20428e391717f06957f554b694b94baaaa565dca01346fe989c3e443c4402f3b2bdbd5564f6303a4447f933fb54cba45628f
+Size (pytest-3.10.1.tar.gz) = 892420 bytes



Home | Main Index | Thread Index | Old Index