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.6.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a93177e0185a
branches:  trunk
changeset: 382475:a93177e0185a
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 05 06:48:20 2018 +0000

description:
py-test: updated to 3.6.3

3.6.3:
Bug Fixes
* Fix ImportWarning triggered by explicit relative imports in assertion-rewritten package modules.
* Fix error in pytest.approx when dealing with 0-dimension numpy arrays.
* No longer raise ValueError when using the get_marker API.
* Fix problem where log messages with non-ascii characters would not appear in the output log file.
* No longer raise AttributeError when legacy marks can?t be stored in functions.

Improved Documentation
* The description above the example for @pytest.mark.skipif now better matches the code.

Trivial/Internal Changes
* Internal refactoring: removed unused CallSpec2tox ._globalid_args attribute and metafunc parameter from CallSpec2.copy().
* Silence usage of reduce warning in Python 2
* Fix usage of attr.ib deprecated convert parameter

diffstat:

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

diffs (27 lines):

diff -r 23793cf62429 -r a93177e0185a devel/py-test/Makefile
--- a/devel/py-test/Makefile    Thu Jul 05 06:46:17 2018 +0000
+++ b/devel/py-test/Makefile    Thu Jul 05 06:48:20 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2018/06/21 06:41:14 adam Exp $
+# $NetBSD: Makefile,v 1.51 2018/07/05 06:48:20 adam Exp $
 
-DISTNAME=      pytest-3.6.2
+DISTNAME=      pytest-3.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 23793cf62429 -r a93177e0185a devel/py-test/distinfo
--- a/devel/py-test/distinfo    Thu Jul 05 06:46:17 2018 +0000
+++ b/devel/py-test/distinfo    Thu Jul 05 06:48:20 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.47 2018/06/21 06:41:14 adam Exp $
+$NetBSD: distinfo,v 1.48 2018/07/05 06:48:20 adam Exp $
 
-SHA1 (pytest-3.6.2.tar.gz) = fd6dea9cd8b479278effac768b7a1b9b334f65ce
-RMD160 (pytest-3.6.2.tar.gz) = d0d6018140f196415ed75787472538fd53a4ca83
-SHA512 (pytest-3.6.2.tar.gz) = 7ed9a2ceb1d3d69adc947bf0677c33839238d343916eff803cb61354f63248e645ba9b95635f5d8b97cf5295ca69ae75d03929d6369005c7651d8b2c7f2ead9d
-Size (pytest-3.6.2.tar.gz) = 829730 bytes
+SHA1 (pytest-3.6.3.tar.gz) = 6c6026e000d4463bf9b0399a63567b75a8faa4c2
+RMD160 (pytest-3.6.3.tar.gz) = 28cdd377a030f53f07a9ead251d18608ca91ffdd
+SHA512 (pytest-3.6.3.tar.gz) = e18d8e972cb1b05b037b9441eea5981ce036d8e2c2bab80f6e50f283df9bd08740296133990424cf78449f6d3d2fbd1d59709770aa972af99fe061583f2d79a7
+Size (pytest-3.6.3.tar.gz) = 830949 bytes



Home | Main Index | Thread Index | Old Index