pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-cov



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 22 13:27:47 UTC 2016

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

Log Message:
Updated py-test-cov to 2.3.1.

2.3.1 (2016-08-07)
------------------

* Fixed regression causing spurious errors when xdist was used. See `#124
  <https://github.com/pytest-dev/pytest-cov/issues/124>`_.
* Fixed DeprecationWarning about incorrect `addoption` use. Contributed by Florian Bruhin in `PR#127
  <https://github.com/pytest-dev/pytest-cov/pull/127>`_.
* Fixed deprecated use of funcarg fixture API. Contributed by Daniel Hahler in `PR#125
  <https://github.com/pytest-dev/pytest-cov/pull/125>`_.

2.3.0 (2016-07-05)
------------------

* Add support for specifying output location for html, xml, and annotate report.
  Contributed by Patrick Lannigan in `PR#113 <https://github.com/pytest-dev/pytest-cov/pull/113>`_.
* Fix bug hiding test failure when cov-fail-under failed.
* For coverage >= 4.0, match the default behaviour of `coverage report` and
  error if coverage fails to find the source instead of just printing a warning.
  Contributed by David Szotten in `PR#116 <https://github.com/pytest-dev/pytest-cov/pull/116>`_.
* Fixed bug occurred when bare ``--cov`` parameter was used with xdist.
  Contributed by Michael Elovskikh in `PR#120 <https://github.com/pytest-dev/pytest-cov/pull/120>`_.
* Add support for ``skip_covered`` and added ``--cov-report=term-skip-covered`` command
  line options. Contributed by Saurabh Kumar in `PR#115 <https://github.com/pytest-dev/pytest-cov/pull/115>`_.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-cov/Makefile \
    pkgsrc/devel/py-test-cov/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-cov/PLIST

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-cov/Makefile
diff -u pkgsrc/devel/py-test-cov/Makefile:1.2 pkgsrc/devel/py-test-cov/Makefile:1.3
--- pkgsrc/devel/py-test-cov/Makefile:1.2       Mon Feb  1 13:05:34 2016
+++ pkgsrc/devel/py-test-cov/Makefile   Mon Aug 22 13:27:47 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/02/01 13:05:34 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/22 13:27:47 wiz Exp $
 
-DISTNAME=      pytest-cov-2.2.1
+DISTNAME=      pytest-cov-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}
Index: pkgsrc/devel/py-test-cov/distinfo
diff -u pkgsrc/devel/py-test-cov/distinfo:1.2 pkgsrc/devel/py-test-cov/distinfo:1.3
--- pkgsrc/devel/py-test-cov/distinfo:1.2       Mon Feb  1 13:05:34 2016
+++ pkgsrc/devel/py-test-cov/distinfo   Mon Aug 22 13:27:47 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/02/01 13:05:34 wiz Exp $
+$NetBSD: distinfo,v 1.3 2016/08/22 13:27:47 wiz Exp $
 
-SHA1 (pytest-cov-2.2.1.tar.gz) = b03336babf119011fe3d39cc9e6751b7c7e350e5
-RMD160 (pytest-cov-2.2.1.tar.gz) = 6e0c2d9c32164d00d41c5295e43f601fed77900c
-SHA512 (pytest-cov-2.2.1.tar.gz) = 8f20cf1c42b4415c7decf8407582e64045c599aedf1970160d02e35e723f56fa095af26ee4390eabf2d32e209898b0a3dae8b7212ac81ecda64d6dbc7c83f790
-Size (pytest-cov-2.2.1.tar.gz) = 33154 bytes
+SHA1 (pytest-cov-2.3.1.tar.gz) = c0570a7b8c716e2760d176fd9607aa511dbebf22
+RMD160 (pytest-cov-2.3.1.tar.gz) = 5593c8855ea5f7c82ad52d3d797dad3b346f7da2
+SHA512 (pytest-cov-2.3.1.tar.gz) = 79770beb53fbb43b5d68311c2efd0accbfd890ab6dad299da8c1c0b3d26b54d984807313b1507900cda7004bfb50fedc0bd4341cfcfce47849a4f24fc8184f11
+Size (pytest-cov-2.3.1.tar.gz) = 35378 bytes

Index: pkgsrc/devel/py-test-cov/PLIST
diff -u pkgsrc/devel/py-test-cov/PLIST:1.1 pkgsrc/devel/py-test-cov/PLIST:1.2
--- pkgsrc/devel/py-test-cov/PLIST:1.1  Sat Nov  7 19:03:04 2015
+++ pkgsrc/devel/py-test-cov/PLIST      Mon Aug 22 13:27:47 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/11/07 19:03:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/08/22 13:27:47 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,6 +10,9 @@ ${PYSITELIB}/pytest-cov.pth
 ${PYSITELIB}/pytest_cov/__init__.py
 ${PYSITELIB}/pytest_cov/__init__.pyc
 ${PYSITELIB}/pytest_cov/__init__.pyo
+${PYSITELIB}/pytest_cov/compat.py
+${PYSITELIB}/pytest_cov/compat.pyc
+${PYSITELIB}/pytest_cov/compat.pyo
 ${PYSITELIB}/pytest_cov/embed.py
 ${PYSITELIB}/pytest_cov/embed.pyc
 ${PYSITELIB}/pytest_cov/embed.pyo



Home | Main Index | Thread Index | Old Index