pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test5 py-test5: updated to 5.2.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/7944cf81274f
branches: trunk
changeset: 404637:7944cf81274f
user: adam <adam%pkgsrc.org@localhost>
date: Fri Nov 15 11:01:30 2019 +0000
description:
py-test5: updated to 5.2.3
pytest 5.2.3:
Bug Fixes
- The first test in a package (``__init__.py``) marked with ``@pytest.mark.skip`` is now correctly skipped.
- Fix ``--trace`` when used with parametrized functions.
- Using ``request`` as a parameter name in ``@pytest.mark.parametrize`` now produces a more
user-friendly error.
diffstat:
devel/py-test5/Makefile | 8 ++++----
devel/py-test5/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r 0cada14f22e3 -r 7944cf81274f devel/py-test5/Makefile
--- a/devel/py-test5/Makefile Fri Nov 15 10:02:45 2019 +0000
+++ b/devel/py-test5/Makefile Fri Nov 15 11:01:30 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/10/29 22:27:29 gutteridge Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/15 11:01:30 adam Exp $
-DISTNAME= pytest-5.2.2
+DISTNAME= pytest-5.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
@@ -10,8 +10,6 @@
COMMENT= Python testing tool
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
DEPENDS+= ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites
DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
@@ -28,6 +26,8 @@
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
TEST_DEPENDS+= ${PYPKGPREFIX}-xmlschema-[0-9]*:../../textproc/py-xmlschema
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 5.0.0
+
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 38
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
diff -r 0cada14f22e3 -r 7944cf81274f devel/py-test5/distinfo
--- a/devel/py-test5/distinfo Fri Nov 15 10:02:45 2019 +0000
+++ b/devel/py-test5/distinfo Fri Nov 15 11:01:30 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/10/25 09:35:13 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/11/15 11:01:30 adam Exp $
-SHA1 (pytest-5.2.2.tar.gz) = 8220a9ac6eb15a6dbc093056b2d39305eff1d3d2
-RMD160 (pytest-5.2.2.tar.gz) = e24f37d1120d5dafc76df770d7d323edb95a4b55
-SHA512 (pytest-5.2.2.tar.gz) = c7beb885d7b5b089072d9b113add2f3d0cca794668f2f641e05f433e6c7023556e1d04f348e8b4510feb6236a1d44beb3f890884245c6d212e43553e39db0186
-Size (pytest-5.2.2.tar.gz) = 975772 bytes
+SHA1 (pytest-5.2.3.tar.gz) = 62de5e5af60738f48ab295261d5918ee61a9b6c9
+RMD160 (pytest-5.2.3.tar.gz) = e3bb9693929170237e58ebe55e86c096a62ba1b3
+SHA512 (pytest-5.2.3.tar.gz) = 3cb2e5a5d34ac1ca741ae46a5a16792fa2dceae9cf047b4989f52736d2ef1f1f3381d7b18cff6dc17ccd1aaa2dcb3437bf3596278ec285f68c52639f8039787f
+Size (pytest-5.2.3.tar.gz) = 976643 bytes
Home |
Main Index |
Thread Index |
Old Index