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 Apr 24 16:50:54 UTC 2022
Modified Files:
pkgsrc/devel/py-test: Makefile distinfo
Log Message:
py-test: updated to 7.1.2
pytest 7.1.2
Bug Fixes
* An unnecessary numpy import inside pytest.approx() was removed.
* Fix comparison of dataclasses with InitVar.
* Increase stacklevel for the NODE_CTOR_FSPATH_ARG deprecation to point to the user’s code, not pytest.
* Fix a bizarre (and fortunately rare) bug where the temp_path fixture could raise an internal error while attempting to get the current user’s username.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.94 -r1.95 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.107 pkgsrc/devel/py-test/Makefile:1.108
--- pkgsrc/devel/py-test/Makefile:1.107 Tue Apr 5 19:11:12 2022
+++ pkgsrc/devel/py-test/Makefile Sun Apr 24 16:50:54 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2022/04/05 19:11:12 adam Exp $
+# $NetBSD: Makefile,v 1.108 2022/04/24 16:50:54 adam Exp $
-DISTNAME= pytest-7.1.1
+DISTNAME= pytest-7.1.2
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.94 pkgsrc/devel/py-test/distinfo:1.95
--- pkgsrc/devel/py-test/distinfo:1.94 Tue Apr 5 19:11:12 2022
+++ pkgsrc/devel/py-test/distinfo Sun Apr 24 16:50:54 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.94 2022/04/05 19:11:12 adam Exp $
+$NetBSD: distinfo,v 1.95 2022/04/24 16:50:54 adam Exp $
-BLAKE2s (pytest-7.1.1.tar.gz) = 850cbe298f73c036500daf82e7234669b13336d2c21fcc63f2e653e72d08aa04
-SHA512 (pytest-7.1.1.tar.gz) = 53fd016f030ac0394ac686a3756fad05efca8363d6b93df04f90732efea7643cdbba9501dad6d9055d314fcaec0887674496d56986efeb73915976276bf0a700
-Size (pytest-7.1.1.tar.gz) = 1255528 bytes
+BLAKE2s (pytest-7.1.2.tar.gz) = 0a2526fe5bec32dc19ecf64b7b91b371a296610448c06faf8f2e6a9062f43975
+SHA512 (pytest-7.1.2.tar.gz) = e61c9b0a8fc053626da307d6bac1f5caab451c4948ef7c7f2e2f991c3433a55f81ec0d9412fca646c02f22e695c71e873ee48fc0ab0aad337ce01b70628df494
+Size (pytest-7.1.2.tar.gz) = 1256241 bytes
Home |
Main Index |
Thread Index |
Old Index