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 Nov 11 21:56:21 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.59 -r1.60 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.64 pkgsrc/devel/py-test/Makefile:1.65
--- pkgsrc/devel/py-test/Makefile:1.64  Mon Nov  5 08:36:25 2018
+++ pkgsrc/devel/py-test/Makefile       Sun Nov 11 21:56:21 2018
@@ -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/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.59 pkgsrc/devel/py-test/distinfo:1.60
--- pkgsrc/devel/py-test/distinfo:1.59  Mon Nov  5 08:36:25 2018
+++ pkgsrc/devel/py-test/distinfo       Sun Nov 11 21:56:21 2018
@@ -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