pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test Pytest 3.1.1 (2017-05-30)
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad22d6420813
branches: trunk
changeset: 363107:ad22d6420813
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jun 01 07:14:32 2017 +0000
description:
Pytest 3.1.1 (2017-05-30)
Bug Fixes
* pytest warning capture no longer overrides existing warning filters. The previous behaviour would override all filters and caused regressions in test suites which configure warning filters to match
their needs. Note that as a side-effect of this is that DeprecationWarning and PendingDeprecationWarning are no longer shown by default.
* Fix issue with non-ascii contents in doctest text files.
* Fix encoding errors for unicode warnings in Python 2.
* pytest.deprecated_call now captures PendingDeprecationWarning in context manager form.
Improved Documentation
* Addition of towncrier for changelog management.
diffstat:
devel/py-test/Makefile | 6 +++---
devel/py-test/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r ec0240a20c0b -r ad22d6420813 devel/py-test/Makefile
--- a/devel/py-test/Makefile Thu Jun 01 07:13:35 2017 +0000
+++ b/devel/py-test/Makefile Thu Jun 01 07:14:32 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2017/05/28 10:44:48 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/06/01 07:14:32 adam Exp $
-DISTNAME= pytest-3.1.0
+DISTNAME= pytest-3.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
@@ -16,9 +16,9 @@
# TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-USE_TOOLS+= bash:build
USE_LANGUAGES= # none
+USE_TOOLS+= bash:build
REPLACE_PYTHON+= _pytest/standalonetemplate.py
diff -r ec0240a20c0b -r ad22d6420813 devel/py-test/distinfo
--- a/devel/py-test/distinfo Thu Jun 01 07:13:35 2017 +0000
+++ b/devel/py-test/distinfo Thu Jun 01 07:14:32 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2017/05/23 08:30:11 adam Exp $
+$NetBSD: distinfo,v 1.28 2017/06/01 07:14:32 adam Exp $
-SHA1 (pytest-3.1.0.tar.gz) = 194bb203353cd907563cce280e946cb3c441d48b
-RMD160 (pytest-3.1.0.tar.gz) = 397ae112e1bd4dd8f35d6fdd052882ce08e847bb
-SHA512 (pytest-3.1.0.tar.gz) = 07937d2bfdf3fcb97cb6480685f380b8bb4f0f681570862feb327f9654d96c095c7ca027eac929f15263b31e19fa79b28c7b87612c78aea2d697c0d7a0e792df
-Size (pytest-3.1.0.tar.gz) = 760912 bytes
+SHA1 (pytest-3.1.1.tar.gz) = fa1119f590a54510e69895c894bcb3c7c7e04947
+RMD160 (pytest-3.1.1.tar.gz) = 0274421ed5efe650814ab9c5743c0abd4245c6ef
+SHA512 (pytest-3.1.1.tar.gz) = b990cdbcd9ed3da816d44b9de37cac9a27db50bfd426f5d1abf4247862f69124968f5aed684487f8076f0e7157ac532003380b45f3dfdfe06ffa1d4d97aad888
+Size (pytest-3.1.1.tar.gz) = 763519 bytes
Home |
Main Index |
Thread Index |
Old Index