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: Fri Jan 5 15:28:37 UTC 2018
Modified Files:
pkgsrc/devel/py-test: Makefile distinfo
Log Message:
py-test: updated to 3.3.2
Pytest 3.3.2:
Bug Fixes
- pytester: ignore files used to obtain current user metadata in the fd leak
detector.
- Fix **memory leak** where objects returned by fixtures were never destructed
by the garbage collector.
- Fix conversion of pyargs to filename to not convert symlinks and not use
deprecated features on Python 3.
- PYTEST_DONT_REWRITE is now checked for plugins too rather than only for
test modules.
Improved Documentation
- Add clarifying note about behavior of multiple parametrized arguments
Trivial/Internal Changes
- Code cleanup.
- Clean up code by replacing imports and references of _ast to ast.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.38 -r1.39 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.41 pkgsrc/devel/py-test/Makefile:1.42
--- pkgsrc/devel/py-test/Makefile:1.41 Wed Dec 6 11:49:14 2017
+++ pkgsrc/devel/py-test/Makefile Fri Jan 5 15:28:37 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2017/12/06 11:49:14 adam Exp $
+# $NetBSD: Makefile,v 1.42 2018/01/05 15:28:37 adam Exp $
-DISTNAME= pytest-3.3.1
+DISTNAME= pytest-3.3.2
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.38 pkgsrc/devel/py-test/distinfo:1.39
--- pkgsrc/devel/py-test/distinfo:1.38 Wed Dec 6 11:49:14 2017
+++ pkgsrc/devel/py-test/distinfo Fri Jan 5 15:28:37 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2017/12/06 11:49:14 adam Exp $
+$NetBSD: distinfo,v 1.39 2018/01/05 15:28:37 adam Exp $
-SHA1 (pytest-3.3.1.tar.gz) = 3dbd40deaebbad27a2cba27e8014f4a8f3dfb800
-RMD160 (pytest-3.3.1.tar.gz) = 1f467ab301153a0c324b4991b5c2168043d36773
-SHA512 (pytest-3.3.1.tar.gz) = f190f9a8a8f55e9dbf311429eb86e023e096d5388e1c4216fc8d833fbdec8fa67f67b89a174dfead663b34e5f5df124085825446297cf7d9500527d9e8ddb15d
-Size (pytest-3.3.1.tar.gz) = 797469 bytes
+SHA1 (pytest-3.3.2.tar.gz) = 84205e6e61ee1e80ce50dc6e15134ec8ff9eae37
+RMD160 (pytest-3.3.2.tar.gz) = 7c00efa071fe254e68f030f5def0991369e0ee1b
+SHA512 (pytest-3.3.2.tar.gz) = a2fadf30634f9c2bf88a7d6d4f306efff91e58d6bee04a7021e955ceaad6da61ddeab2fa40265579bfbe8dacc279eda8d3b9bc56c80c171b6feffcda6a977eca
+Size (pytest-3.3.2.tar.gz) = 800095 bytes
Home |
Main Index |
Thread Index |
Old Index