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:           Wed Dec 16 13:15:12 UTC 2020

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

Log Message:
py-test: updated to 6.2.1

pytest 6.2.1

Bug Fixes
Fixed bug where ImportPathMismatchError would be raised for files compiled in the host and loaded later from an UNC mounted path (Windows).

Fixed regression in approx: in 6.2.0 approx no longer raises TypeError when dealing with non-numeric types, falling back to normal comparison. Before 6.2.0, array types like tf.DeviceArray fell 
through to the scalar case, and happened to compare correctly to a scalar if they had only one element. After 6.2.0, these types began failing, because they inherited neither from standard Python 
number hierarchy nor from numpy.ndarray.

approx now converts arguments to numpy.ndarray if they expose the array protocol and are not scalars. This treats array-like objects like numpy arrays, regardless of size.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.85 -r1.86 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.98 pkgsrc/devel/py-test/Makefile:1.99
--- pkgsrc/devel/py-test/Makefile:1.98  Mon Dec 14 06:21:38 2020
+++ pkgsrc/devel/py-test/Makefile       Wed Dec 16 13:15:12 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2020/12/14 06:21:38 adam Exp $
+# $NetBSD: Makefile,v 1.99 2020/12/16 13:15:12 adam Exp $
 
-DISTNAME=      pytest-6.2.0
+DISTNAME=      pytest-6.2.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.85 pkgsrc/devel/py-test/distinfo:1.86
--- pkgsrc/devel/py-test/distinfo:1.85  Mon Dec 14 06:21:38 2020
+++ pkgsrc/devel/py-test/distinfo       Wed Dec 16 13:15:12 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.85 2020/12/14 06:21:38 adam Exp $
+$NetBSD: distinfo,v 1.86 2020/12/16 13:15:12 adam Exp $
 
-SHA1 (pytest-6.2.0.tar.gz) = 96cb3d1cc9e0850ef754eeca7bcbbd05504b6752
-RMD160 (pytest-6.2.0.tar.gz) = 672b5a960976e556cba812f07a691130ede66289
-SHA512 (pytest-6.2.0.tar.gz) = 58315bb5f9a696f5196da08912a0f32fd367ea11987d37ff74b0d00d961bb706e0d3604bc7c25a762e4ee66bd46ef4389b50eca11b3109406c169aefff395d51
-Size (pytest-6.2.0.tar.gz) = 1101619 bytes
+SHA1 (pytest-6.2.1.tar.gz) = 7450c3db97d3202c2e2649b250c3df9bac3a8efe
+RMD160 (pytest-6.2.1.tar.gz) = b9617daa1449b3431b34759d30bb91d8fc151e8a
+SHA512 (pytest-6.2.1.tar.gz) = abd130212411e0a26265aec922958053e41d05d09d14942b75c1ba81d0ad7c5115d851110a257b32f0b05a2d515961ad068a1fd65f7e275cfe65d16150d008a6
+Size (pytest-6.2.1.tar.gz) = 1102958 bytes



Home | Main Index | Thread Index | Old Index