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:           Thu Jul  5 06:48:20 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.47 -r1.48 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.50 pkgsrc/devel/py-test/Makefile:1.51
--- pkgsrc/devel/py-test/Makefile:1.50  Thu Jun 21 06:41:14 2018
+++ pkgsrc/devel/py-test/Makefile       Thu Jul  5 06:48:20 2018
@@ -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/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.47 pkgsrc/devel/py-test/distinfo:1.48
--- pkgsrc/devel/py-test/distinfo:1.47  Thu Jun 21 06:41:14 2018
+++ pkgsrc/devel/py-test/distinfo       Thu Jul  5 06:48:20 2018
@@ -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