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:           Sun Dec 15 11:30:37 UTC 2019

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

Log Message:
py-test5: updated to 5.3.2

pytest 5.3.2:

Improvements
* Revert “A warning is now issued when assertions are made for None”.

The warning proved to be less useful than initially expected and had quite a few false positive cases.

Bug Fixes
* junitxml: Logs for failed test are now passed to junit report in case the test fails during call phase.
* The supporting files in the .pytest_cache directory are kept with --cache-clear, which only clears cached values now.
* Fix assertion rewriting for egg-based distributions and editable installs (pip install --editable).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test5/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test5/PLIST
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/py-test5/Makefile:1.8
--- pkgsrc/devel/py-test5/Makefile:1.7  Thu Nov 28 06:28:25 2019
+++ pkgsrc/devel/py-test5/Makefile      Sun Dec 15 11:30:37 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/11/28 06:28:25 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/12/15 11:30:37 adam Exp $
 
-DISTNAME=      pytest-5.3.1
+DISTNAME=      pytest-5.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test5/PLIST
diff -u pkgsrc/devel/py-test5/PLIST:1.1 pkgsrc/devel/py-test5/PLIST:1.2
--- pkgsrc/devel/py-test5/PLIST:1.1     Tue Oct 22 18:39:38 2019
+++ pkgsrc/devel/py-test5/PLIST Sun Dec 15 11:30:37 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/22 18:39:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/12/15 11:30:37 adam Exp $
 bin/py.test-${PYVERSSUFFIX}
 bin/pytest-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -176,6 +176,9 @@ ${PYSITELIB}/_pytest/warning_types.pyo
 ${PYSITELIB}/_pytest/warnings.py
 ${PYSITELIB}/_pytest/warnings.pyc
 ${PYSITELIB}/_pytest/warnings.pyo
-${PYSITELIB}/pytest.py
-${PYSITELIB}/pytest.pyc
-${PYSITELIB}/pytest.pyo
+${PYSITELIB}/pytest/__init__.py
+${PYSITELIB}/pytest/__init__.pyc
+${PYSITELIB}/pytest/__init__.pyo
+${PYSITELIB}/pytest/__main__.py
+${PYSITELIB}/pytest/__main__.pyc
+${PYSITELIB}/pytest/__main__.pyo

Index: pkgsrc/devel/py-test5/distinfo
diff -u pkgsrc/devel/py-test5/distinfo:1.6 pkgsrc/devel/py-test5/distinfo:1.7
--- pkgsrc/devel/py-test5/distinfo:1.6  Thu Nov 28 06:28:25 2019
+++ pkgsrc/devel/py-test5/distinfo      Sun Dec 15 11:30:37 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/11/28 06:28:25 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/12/15 11:30:37 adam Exp $
 
-SHA1 (pytest-5.3.1.tar.gz) = 7e6d532201a57c1bc96ebb73ce3ea6ac8d5f66d1
-RMD160 (pytest-5.3.1.tar.gz) = ae00029add95e541cb0173f6306cfa610fe0097f
-SHA512 (pytest-5.3.1.tar.gz) = e949a516c064a7050a0ad15356cc0bf25e4840e830f03e1925530c8a2dd9903d7632e55535894474422ba86fd9ed7a397c483d98dad297990b7b49456147189e
-Size (pytest-5.3.1.tar.gz) = 994584 bytes
+SHA1 (pytest-5.3.2.tar.gz) = 3968347f945bc0c60578d245d65775f83d90ac5a
+RMD160 (pytest-5.3.2.tar.gz) = c3e91b99a9f5327474e635d32481be79f0ad4383
+SHA512 (pytest-5.3.2.tar.gz) = 2ab39973848d2d4693edd1dbd7ab2798b574026c9277bddd4a18e57aec65b3d93de201e87f58eb26030183b5c71818e6e56bcc1cda8c50892546cb1c04d6984a
+Size (pytest-5.3.2.tar.gz) = 995560 bytes



Home | Main Index | Thread Index | Old Index