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:           Mon Oct 29 08:25:08 UTC 2018

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

Log Message:
py-test: updated to 3.9.3

pytest 3.9.3:
Bug Fixes
* Fix “ValueError: Plugin already registered” with conftest plugins via symlink.
* Handle race condition between creation and deletion of temporary folders.
* Fix bug where the warning summary at the end of the test session was not showing the test where the warning was originated.
* Fix regression when stacklevel for warnings was passed as positional argument on python2.

Improved Documentation
* Add reference to empty_parameter_set_mark ini option in documentation of @pytest.mark.parametrize

Trivial/Internal Changes
* Revert patching of sys.breakpointhook since it appears to do nothing.
* Apply an import sorter (reorder-python-imports) to the codebase.
* Remove use of unnecessary compat shim, six.binary_type


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.57 -r1.58 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.62 pkgsrc/devel/py-test/Makefile:1.63
--- pkgsrc/devel/py-test/Makefile:1.62  Tue Oct 23 06:34:00 2018
+++ pkgsrc/devel/py-test/Makefile       Mon Oct 29 08:25:08 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2018/10/23 06:34:00 adam Exp $
+# $NetBSD: Makefile,v 1.63 2018/10/29 08:25:08 adam Exp $
 
-DISTNAME=      pytest-3.9.2
+DISTNAME=      pytest-3.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.57 pkgsrc/devel/py-test/distinfo:1.58
--- pkgsrc/devel/py-test/distinfo:1.57  Tue Oct 23 06:34:00 2018
+++ pkgsrc/devel/py-test/distinfo       Mon Oct 29 08:25:08 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2018/10/23 06:34:00 adam Exp $
+$NetBSD: distinfo,v 1.58 2018/10/29 08:25:08 adam Exp $
 
-SHA1 (pytest-3.9.2.tar.gz) = 9a273c770591c556f7e37c496724bc7ba8454f8d
-RMD160 (pytest-3.9.2.tar.gz) = b8162e0a7ae08e41ecb72f12df14354328bc4216
-SHA512 (pytest-3.9.2.tar.gz) = 260c54a559c6d87ecc0c1e5eb17664fe3f62c4a54af6b543b462d1ec637d2a68cffea9c58a23f3a35a20d3734a14ddac6413d0b0f2d2f203ef4daa0c776e1d11
-Size (pytest-3.9.2.tar.gz) = 881101 bytes
+SHA1 (pytest-3.9.3.tar.gz) = a2724bb22ac54f2cf0afd669bf84c05013cc2039
+RMD160 (pytest-3.9.3.tar.gz) = a7c72e2b152519b5a4444df0dcda231301876b6b
+SHA512 (pytest-3.9.3.tar.gz) = 03ab708ebff936dc296d8c42c549789db42916ac8d4a1df817aebdcdfcb1d0c45126e6238f958eb1523938db6529baa282a9f2ff5742295b2113873abe07ef83
+Size (pytest-3.9.3.tar.gz) = 882503 bytes



Home | Main Index | Thread Index | Old Index