pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-coverage



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov  6 10:37:32 UTC 2017

Modified Files:
        pkgsrc/devel/py-coverage: Makefile distinfo

Log Message:
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`_.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-coverage/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-coverage/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-coverage/Makefile
diff -u pkgsrc/devel/py-coverage/Makefile:1.11 pkgsrc/devel/py-coverage/Makefile:1.12
--- pkgsrc/devel/py-coverage/Makefile:1.11      Wed May 17 11:39:58 2017
+++ pkgsrc/devel/py-coverage/Makefile   Mon Nov  6 10:37:32 2017
@@ -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/}

Index: pkgsrc/devel/py-coverage/distinfo
diff -u pkgsrc/devel/py-coverage/distinfo:1.7 pkgsrc/devel/py-coverage/distinfo:1.8
--- pkgsrc/devel/py-coverage/distinfo:1.7       Wed May 17 11:39:58 2017
+++ pkgsrc/devel/py-coverage/distinfo   Mon Nov  6 10:37:32 2017
@@ -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