pkgsrc-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 4.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a76f3a6439b
branches:  trunk
changeset: 371147:4a76f3a6439b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 06 10:37:32 2017 +0000

description:
py-coverage: updated to 4.4.2

Version 4.4.2:

- Support for Python 3.7.  In some cases, class and module docstrings are no
  longer counted in statement totals, which could slightly change your total
  results.

- Specifying both ``--source`` and ``--include`` no longer silently ignores the
  include setting, instead it displays a warning. Thanks, Lo?c Dachary.  Closes
  `issue 265`_ and `issue 101`_.

- Fixed a race condition when saving data and multiple threads are tracing
  (`issue 581`_). It could produce a "dictionary changed size during iteration"
  RuntimeError.  I believe this mostly but not entirely fixes the race
  condition.  A true fix would likely be too expensive.

- Configuration values which are file paths will now apply tilde-expansion,
  closing `issue 589`_.

- Now secondary config files like tox.ini and setup.cfg can be specified
  explicitly, and prefixed sections like `[coverage:run]` will be read. Fixes
  `issue 588`_.

- Be more flexible about the command name displayed by help, fixing
  `issue 600`_.

diffstat:

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

diffs (27 lines):

diff -r 09bfd17ec90e -r 4a76f3a6439b devel/py-coverage/Makefile
--- a/devel/py-coverage/Makefile        Mon Nov 06 10:15:24 2017 +0000
+++ b/devel/py-coverage/Makefile        Mon Nov 06 10:37:32 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/05/17 11:39:58 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/11/06 10:37:32 adam Exp $
 
-DISTNAME=      coverage-4.4.1
+DISTNAME=      coverage-4.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/coverage/}
diff -r 09bfd17ec90e -r 4a76f3a6439b devel/py-coverage/distinfo
--- a/devel/py-coverage/distinfo        Mon Nov 06 10:15:24 2017 +0000
+++ b/devel/py-coverage/distinfo        Mon Nov 06 10:37:32 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/05/17 11:39:58 adam Exp $
+$NetBSD: distinfo,v 1.8 2017/11/06 10:37:32 adam Exp $
 
-SHA1 (coverage-4.4.1.tar.gz) = 4f7ed244125c3fc174bca3d3857b6f92b9f652bf
-RMD160 (coverage-4.4.1.tar.gz) = 6254b6672632af2f3c5b5241df4b97d4245a501b
-SHA512 (coverage-4.4.1.tar.gz) = 48183f9f6bde57705bbd4c491804b3e4f66db5ae989fb26b06b7206a9e499e5dadf6e454b78268bf2bed525a2a08958f2bd63f233f04e14cefdd296651a86937
-Size (coverage-4.4.1.tar.gz) = 369789 bytes
+SHA1 (coverage-4.4.2.tar.gz) = 2a77231042c5c003058f5d4ff49f10089b9f4af6
+RMD160 (coverage-4.4.2.tar.gz) = 774a79178b9da3e0058e4da1e8ffb036b6360a33
+SHA512 (coverage-4.4.2.tar.gz) = f4c2414c18b983443d9117a23087dc84182d7373a91853cd820a1eb6ae73fd20f0c8647c6f9476f31f26dcf995596375c9ff5bbbb09984ebab9909811323f3a0
+Size (coverage-4.4.2.tar.gz) = 374581 bytes



Home | Main Index | Thread Index | Old Index