pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 15 07:43:41 UTC 2017

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

Log Message:
py-test: updated to 3.2.4

Pytest 3.2.4:
Bug Fixes
* Fix the bug where running with --pyargs will result in items with empty parent.nodeid if run from a different root directory.
* Fix issue with @pytest.parametrize if argnames was specified as keyword arguments.
* Strip whitespace from marker names when reading them from INI config.
* Show full context of doctest source in the pytest output, if the line number of failed example in the docstring is < 9


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-test/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-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.37 pkgsrc/devel/py-test/Makefile:1.38
--- pkgsrc/devel/py-test/Makefile:1.37  Thu Oct  5 06:54:09 2017
+++ pkgsrc/devel/py-test/Makefile       Wed Nov 15 07:43:41 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2017/10/05 06:54:09 adam Exp $
+# $NetBSD: Makefile,v 1.38 2017/11/15 07:43:41 adam Exp $
 
-DISTNAME=      pytest-3.2.3
+DISTNAME=      pytest-3.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/PLIST
diff -u pkgsrc/devel/py-test/PLIST:1.7 pkgsrc/devel/py-test/PLIST:1.8
--- pkgsrc/devel/py-test/PLIST:1.7      Thu Aug  3 07:44:11 2017
+++ pkgsrc/devel/py-test/PLIST  Wed Nov 15 07:43:41 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/08/03 07:44:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/11/15 07:43:41 adam Exp $
 bin/py.test-${PYVERSSUFFIX}
 bin/pytest-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -89,6 +89,9 @@ ${PYSITELIB}/_pytest/mark.pyo
 ${PYSITELIB}/_pytest/monkeypatch.py
 ${PYSITELIB}/_pytest/monkeypatch.pyc
 ${PYSITELIB}/_pytest/monkeypatch.pyo
+${PYSITELIB}/_pytest/nodes.py
+${PYSITELIB}/_pytest/nodes.pyc
+${PYSITELIB}/_pytest/nodes.pyo
 ${PYSITELIB}/_pytest/nose.py
 ${PYSITELIB}/_pytest/nose.pyc
 ${PYSITELIB}/_pytest/nose.pyo

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.34 pkgsrc/devel/py-test/distinfo:1.35
--- pkgsrc/devel/py-test/distinfo:1.34  Thu Oct  5 06:54:09 2017
+++ pkgsrc/devel/py-test/distinfo       Wed Nov 15 07:43:41 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2017/10/05 06:54:09 adam Exp $
+$NetBSD: distinfo,v 1.35 2017/11/15 07:43:41 adam Exp $
 
-SHA1 (pytest-3.2.3.tar.gz) = 5cfbf9cb25df71cbca2ab5710a821310c8ad38e6
-RMD160 (pytest-3.2.3.tar.gz) = b6774e77e0a36bae49d6fa86b92487fe68f2ac74
-SHA512 (pytest-3.2.3.tar.gz) = 40abe4e290c7e91fdfae3dc33aa242df51aef0476f8a400460a6e88e5a6c3895dbe30840b221bf123f487e301b55788591abbb64a6085830ad7859e134635cc7
-Size (pytest-3.2.3.tar.gz) = 788686 bytes
+SHA1 (pytest-3.2.4.tar.gz) = 03f24ab799c53c835fe4931a8ccff94c96f74109
+RMD160 (pytest-3.2.4.tar.gz) = d5bc488728604f04a99ffe1a66a8ec9707f344d5
+SHA512 (pytest-3.2.4.tar.gz) = 6c182618f6b34dbe97182d04462517941d00843e79f7221ef53236be51179a6880e5bc1fc8399bf1a8294daa85265c1c98e061b23d3c81ac49276b9805ae5ca2
+Size (pytest-3.2.4.tar.gz) = 792352 bytes



Home | Main Index | Thread Index | Old Index