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:           Mon Nov 18 09:04:48 UTC 2019

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

Log Message:
py-test5: updated to 5.2.4

pytest 5.2.4:
Bug Fixes
- Fix incorrect discovery of non-test ``__init__.py`` files.
- Revert "The first test in a package (``__init__.py``) marked with ``@pytest.mark.skip`` is now correctly skipped.".


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test5/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/devel/py-test5/Makefile:1.5
--- pkgsrc/devel/py-test5/Makefile:1.4  Fri Nov 15 11:01:30 2019
+++ pkgsrc/devel/py-test5/Makefile      Mon Nov 18 09:04:48 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/11/15 11:01:30 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/18 09:04:48 adam Exp $
 
-DISTNAME=      pytest-5.2.3
+DISTNAME=      pytest-5.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test5/distinfo
diff -u pkgsrc/devel/py-test5/distinfo:1.3 pkgsrc/devel/py-test5/distinfo:1.4
--- pkgsrc/devel/py-test5/distinfo:1.3  Fri Nov 15 11:01:30 2019
+++ pkgsrc/devel/py-test5/distinfo      Mon Nov 18 09:04:48 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/11/15 11:01:30 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/11/18 09:04:48 adam Exp $
 
-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
+SHA1 (pytest-5.2.4.tar.gz) = 5577162ee4980f1634fc9676088ff185770ad8ba
+RMD160 (pytest-5.2.4.tar.gz) = f6a25ed598f41a2a302791b1faa6d7a45254267c
+SHA512 (pytest-5.2.4.tar.gz) = b68b2f52a2eaaf0e26c465eb606043bc282eaab22f4f530f3ef66d0dbfa81c477bbb087cb54edcb43f124b69c25788865d5a0083e6f908203130447d12bb7143
+Size (pytest-5.2.4.tar.gz) = 976746 bytes



Home | Main Index | Thread Index | Old Index