pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test5



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 15 11:01:30 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test5/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test5/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-test5/Makefile
diff -u pkgsrc/devel/py-test5/Makefile:1.3 pkgsrc/devel/py-test5/Makefile:1.4
--- pkgsrc/devel/py-test5/Makefile:1.3  Tue Oct 29 22:27:29 2019
+++ pkgsrc/devel/py-test5/Makefile      Fri Nov 15 11:01:30 2019
@@ -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 @@ HOMEPAGE=     http://pytest.org/
 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}-nose-[0-9]
 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

Index: pkgsrc/devel/py-test5/distinfo
diff -u pkgsrc/devel/py-test5/distinfo:1.2 pkgsrc/devel/py-test5/distinfo:1.3
--- pkgsrc/devel/py-test5/distinfo:1.2  Fri Oct 25 09:35:13 2019
+++ pkgsrc/devel/py-test5/distinfo      Fri Nov 15 11:01:30 2019
@@ -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