On Fri, Sep 06, 2019 at 05:31:30PM -0400, Johan Huldtgren wrote:
> hello,
> 
> minor update to py-test-cov from 2.5.1 to 2.7.1, this is one of the
> required dependencies needed to update audio/py-jwt.
> 
> thanks,
> 
> .jh


This port has been updated since Johan's message; updated version attached.

Changelog: https://pytest-cov.readthedocs.io/en/latest/changelog.html#id2
(Our version is now several releases out of date. Updated comment pulled
from the documentation).

py-test-cov is a run dependency for py-nbval, which has the same 
test results with the new version. (2 failures and 10 passes for both
flavors). I also checked www/jupyter-notebook, which uses py-nbval
for its own tests in turn, and those all pass with old and new.

py-test-cov is a test dependency for various ports, and all results
for available tests were identical, save for reducing the py-requests
python2 test failures from 8 to 6, and silencing a warning for toot.
(py-ipykernels tests were not run, kmos@ said something about fallout
from debug packages).

OK?
-pamela


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-test-cov/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    12 Jul 2019 20:45:54 -0000      1.13
+++ Makefile    23 Nov 2019 07:52:51 -0000
@@ -1,12 +1,11 @@
 # $OpenBSD: Makefile,v 1.13 2019/07/12 20:45:54 sthen Exp $
 
-COMMENT =              library for stubbing in Python
+COMMENT =              pytest plugin for measuring coverage
 
-MODPY_EGG_VERSION =    2.5.1
+MODPY_EGG_VERSION =    2.8.1
 DISTNAME =             pytest-cov-${MODPY_EGG_VERSION}
 PKGNAME =              ${DISTNAME:S/py/py-/}
 CATEGORIES =           devel
-REVISION =             1
 
 HOMEPAGE =             https://pytest-cov.readthedocs.org/en/latest/
 
@@ -24,6 +23,7 @@ FLAVOR ?=
 RUN_DEPENDS =          devel/py-coverage${MODPY_FLAVOR} \
                        devel/py-test${MODPY_FLAVOR}
 
+# Missing py-fields, py-hunter and py-process-tests
 NO_TEST =              Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-test-cov/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    12 May 2017 09:39:17 -0000      1.8
+++ distinfo    23 Nov 2019 07:52:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (pytest-cov-2.5.1.tar.gz) = A6p1LPEdtB0oHqHYB9lUxO2jXPobIdaXGWbMBBu/bi0=
-SIZE (pytest-cov-2.5.1.tar.gz) = 36201
+SHA256 (pytest-cov-2.8.1.tar.gz) = zGdC2LrEUHAhcWn19yzu4eDlWwIh9UvPJIRZctOkfys=
+SIZE (pytest-cov-2.8.1.tar.gz) = 47661

Reply via email to