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.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/760fb3ff4401
branches:  trunk
changeset: 406111:760fb3ff4401
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 15 11:30:37 2019 +0000

description:
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).

diffstat:

 devel/py-test5/Makefile |   4 ++--
 devel/py-test5/PLIST    |  11 +++++++----
 devel/py-test5/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 11 deletions(-)

diffs (49 lines):

diff -r 580c1b588376 -r 760fb3ff4401 devel/py-test5/Makefile
--- a/devel/py-test5/Makefile   Sun Dec 15 11:28:53 2019 +0000
+++ b/devel/py-test5/Makefile   Sun Dec 15 11:30:37 2019 +0000
@@ -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/}
diff -r 580c1b588376 -r 760fb3ff4401 devel/py-test5/PLIST
--- a/devel/py-test5/PLIST      Sun Dec 15 11:28:53 2019 +0000
+++ b/devel/py-test5/PLIST      Sun Dec 15 11:30:37 2019 +0000
@@ -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/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
diff -r 580c1b588376 -r 760fb3ff4401 devel/py-test5/distinfo
--- a/devel/py-test5/distinfo   Sun Dec 15 11:28:53 2019 +0000
+++ b/devel/py-test5/distinfo   Sun Dec 15 11:30:37 2019 +0000
@@ -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