pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-cov py-test-cov: updated to 2.11.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af601da26653
branches:  trunk
changeset: 445353:af601da26653
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 21 15:39:14 2021 +0000

description:
py-test-cov: updated to 2.11.1

2.11.1 (2021-01-20)
-------------------
* Fixed support for newer setuptools (v42+).

2.11.0 (2021-01-18)
-------------------
* Bumped minimum coverage requirement to 5.2.1. This prevents reporting issues.
* Improved sample projects (from the `examples <https://github.com/pytest-dev/pytest-cov/tree/master/examples>`_
  directory) to support running `tox -e pyXY`. Now the example configures a suffixed coverage data file,
  and that makes the cleanup environment unnecessary.
* Removed the empty `console_scripts` entrypoint that confused some Gentoo build script.
  I didn't ask why it was so broken cause I didn't want to ruin my day.
* Fixed the missing `coverage context <https://coverage.readthedocs.io/en/stable/contexts.html>`_
  when using subprocesses.
* Updated the config section in the docs.
* Migrated CI to travis-ci.com (from .org).

diffstat:

 devel/py-test-cov/Makefile |   6 +++---
 devel/py-test-cov/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 7f61a0d468e0 -r af601da26653 devel/py-test-cov/Makefile
--- a/devel/py-test-cov/Makefile        Thu Jan 21 15:36:32 2021 +0000
+++ b/devel/py-test-cov/Makefile        Thu Jan 21 15:39:14 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/08/21 21:54:10 adam Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/21 15:39:14 adam Exp $
 
-DISTNAME=      pytest-cov-2.10.1
+DISTNAME=      pytest-cov-2.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}
@@ -10,7 +10,7 @@
 COMMENT=       Pytest plugin for measuring coverage
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-coverage>=4.4:../../devel/py-coverage
+DEPENDS+=      ${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage
 
 PYTHON_VERSIONED_DEPENDENCIES= test
 
diff -r 7f61a0d468e0 -r af601da26653 devel/py-test-cov/distinfo
--- a/devel/py-test-cov/distinfo        Thu Jan 21 15:36:32 2021 +0000
+++ b/devel/py-test-cov/distinfo        Thu Jan 21 15:39:14 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/08/21 21:54:10 adam Exp $
+$NetBSD: distinfo,v 1.13 2021/01/21 15:39:14 adam Exp $
 
-SHA1 (pytest-cov-2.10.1.tar.gz) = 64f07cbf8df0e37e9c565cf111f303ce5239b539
-RMD160 (pytest-cov-2.10.1.tar.gz) = 6857e803dd94ee2b6e54d6f1b4c247f5ce61d747
-SHA512 (pytest-cov-2.10.1.tar.gz) = 2dd575141754a417f34b414ba7e07291c273abdc63a6b7dc72d317c6ec10076b83c2ad78eeefdda7cee1fd6f56932d838602da4dd760a1c0d12095be94c22568
-Size (pytest-cov-2.10.1.tar.gz) = 56822 bytes
+SHA1 (pytest-cov-2.11.1.tar.gz) = f7f6e36726e5cbba05abbd3c79856d2a83e6f9f5
+RMD160 (pytest-cov-2.11.1.tar.gz) = c99eca643e434de99747cf093f7ddc401cfa52a1
+SHA512 (pytest-cov-2.11.1.tar.gz) = 19c465f5972ee0ee3b9a2f1a656fdf5457622cb449f73a6f707d377a617807dadda997a6875f0c081bc4c4f7039559c6e7ce820b818db42dfd053c016e1c3b4e
+Size (pytest-cov-2.11.1.tar.gz) = 59143 bytes



Home | Main Index | Thread Index | Old Index