Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-coverage py-coverage: updated to 5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7286ab54cabc
branches:  trunk
changeset: 435355:7286ab54cabc
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 06 15:42:00 2020 +0000

description:
py-coverage: updated to 5.2

Version 5.2

- The HTML report has been redesigned by Victor Salvino.  There is now a dark
  mode, the code text is larger, and system sans serif fonts are used, in
  addition to other small changes (`issue 858`_ and `pull request 931`_).

- The ``coverage report`` and ``coverage html`` commands now accept a
  ``--precision`` option to control the number of decimal points displayed.

- The ``coverage report`` and ``coverage html`` commands now accept a
  ``--no-skip-covered`` option to negate ``--skip-covered``.

- The ``--skip-empty`` option is now available for the XML report, closing
  `issue 976`_.

- The ``coverage report`` command now accepts a ``--sort`` option to specify
  how to sort the results.

- If coverage fails due to the coverage total not reaching the ``--fail-under``
  value, it will now print a message making the condition clear.

- TOML configuration files with non-ASCII characters would cause errors on
  Windows (`issue 990`_).  This is now fixed.

- The output of ``--debug=trace`` now includes information about how the
  ``--source`` option is being interpreted, and the module names being
  considered.

diffstat:

 devel/py-coverage/Makefile |   4 ++--
 devel/py-coverage/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 56e19038d47e -r 7286ab54cabc devel/py-coverage/Makefile
--- a/devel/py-coverage/Makefile        Mon Jul 06 15:39:01 2020 +0000
+++ b/devel/py-coverage/Makefile        Mon Jul 06 15:42:00 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/05/16 09:09:04 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/07/06 15:42:00 adam Exp $
 
-DISTNAME=      coverage-5.1
+DISTNAME=      coverage-5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/coverage/}
diff -r 56e19038d47e -r 7286ab54cabc devel/py-coverage/distinfo
--- a/devel/py-coverage/distinfo        Mon Jul 06 15:39:01 2020 +0000
+++ b/devel/py-coverage/distinfo        Mon Jul 06 15:42:00 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/04/29 10:45:09 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/07/06 15:42:00 adam Exp $
 
-SHA1 (coverage-5.1.tar.gz) = 6fd65690a49074f1f0efae2b4063ffc778e44f63
-RMD160 (coverage-5.1.tar.gz) = 57177411db2e8163f51cdfa7c8b1d8941a606cb7
-SHA512 (coverage-5.1.tar.gz) = 7bd3ca158fe2eab1946c52161fb877623d4ed0382de193aa6eb267443fdda86089ec7aaae518115d6a3b5487fd1400320eb503b9afe83182fb3c3621ccbfb6d7
-Size (coverage-5.1.tar.gz) = 687427 bytes
+SHA1 (coverage-5.2.tar.gz) = d6ad7a64f58ae0cd95ae5c19def7bc31595b2f8a
+RMD160 (coverage-5.2.tar.gz) = 9b239db61dbda3af40885958d5c3e8e581265c81
+SHA512 (coverage-5.2.tar.gz) = 54645e66ab3e7632889a91703c479a885195d24b414d1559093059f0b648d40d7de22ca25816e43c30f955f0725eda6131ea7d43276d25ee25522ce0bd58683a
+Size (coverage-5.2.tar.gz) = 693669 bytes



Home | Main Index | Thread Index | Old Index