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:           Thu Jan 21 15:39:15 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-test-cov/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/devel/py-test-cov/Makefile:1.16
--- pkgsrc/devel/py-test-cov/Makefile:1.15      Fri Aug 21 21:54:10 2020
+++ pkgsrc/devel/py-test-cov/Makefile   Thu Jan 21 15:39:14 2021
@@ -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 @@ HOMEPAGE=     https://github.com/pytest-dev/
 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
 

Index: pkgsrc/devel/py-test-cov/distinfo
diff -u pkgsrc/devel/py-test-cov/distinfo:1.12 pkgsrc/devel/py-test-cov/distinfo:1.13
--- pkgsrc/devel/py-test-cov/distinfo:1.12      Fri Aug 21 21:54:10 2020
+++ pkgsrc/devel/py-test-cov/distinfo   Thu Jan 21 15:39:14 2021
@@ -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