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:   adam
Date:           Wed May 27 15:02:39 UTC 2020

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

Log Message:
py-test-cov: updated to 2.9.0

2.9.0:
* Fixed ``RemovedInPytest4Warning`` when using Pytest 3.10.
* Made pytest startup faster when plugin not active by lazy-importing.
* Various CI improvements.
* Various Python support updates (drop EOL 3.4, test against 3.8 final).
* Changed ``--cov-append`` to always enable ``data_suffix`` (a coverage setting).
  Contributed by Harm Geerts in
* Changed ``--cov-append`` to handle loading previous data better
  (fixes various path aliasing issues).
* Various other testing improvements, github issue templates, example updates.
* Fixed internal failures that are caused by tests that change the current working directory by
  ensuring a consistent working directory when coverage is called.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test-cov/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-cov/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-test-cov/Makefile
diff -u pkgsrc/devel/py-test-cov/Makefile:1.12 pkgsrc/devel/py-test-cov/Makefile:1.13
--- pkgsrc/devel/py-test-cov/Makefile:1.12      Sat May 16 09:03:22 2020
+++ pkgsrc/devel/py-test-cov/Makefile   Wed May 27 15:02:39 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/05/16 09:03:22 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/05/27 15:02:39 adam Exp $
 
-DISTNAME=      pytest-cov-2.8.1
+DISTNAME=      pytest-cov-2.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}

Index: pkgsrc/devel/py-test-cov/distinfo
diff -u pkgsrc/devel/py-test-cov/distinfo:1.9 pkgsrc/devel/py-test-cov/distinfo:1.10
--- pkgsrc/devel/py-test-cov/distinfo:1.9       Wed Oct 16 16:41:16 2019
+++ pkgsrc/devel/py-test-cov/distinfo   Wed May 27 15:02:39 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/10/16 16:41:16 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/05/27 15:02:39 adam Exp $
 
-SHA1 (pytest-cov-2.8.1.tar.gz) = d0849c43e4f1928928213c27cfd0f59f68f17195
-RMD160 (pytest-cov-2.8.1.tar.gz) = 48646b609948b9fc91dcaad9fb18670e4e93548b
-SHA512 (pytest-cov-2.8.1.tar.gz) = 769a17c2095dbe990df148a0105c9e3dc88ac2265ac77ac31448dab6abf6d8cc0d54f5c6ff01fd708bd38700bfea93f57d3bb702bd9bb0a708257d094b2376ec
-Size (pytest-cov-2.8.1.tar.gz) = 47661 bytes
+SHA1 (pytest-cov-2.9.0.tar.gz) = 47239ca33cfb7b3821ee5d0efd581d30b4bbaec9
+RMD160 (pytest-cov-2.9.0.tar.gz) = cceb43583b0fc163aae6a90f7bb6977beb8e7572
+SHA512 (pytest-cov-2.9.0.tar.gz) = 1b648bdb8c113a0a66ccc578cccf7129d060ce71549bcedd859a73f95f7ea19837d1a1a5d3304a9d20a348063623ae45b33ede7b6fef8828b3c2aaaf924c97ba
+Size (pytest-cov-2.9.0.tar.gz) = 54269 bytes



Home | Main Index | Thread Index | Old Index