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:           Fri Jul  9 20:00:30 UTC 2021

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

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

2.12.1 (2021-06-01)
-------------------
* Changed the `toml` requirement to be always be directly required (instead of being required through a coverage extra).
  This fixes issues with pip-compile.
* Documented ``show_contexts``.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-test-cov/Makefile
cvs rdiff -u -r1.14 -r1.15 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.17 pkgsrc/devel/py-test-cov/Makefile:1.18
--- pkgsrc/devel/py-test-cov/Makefile:1.17      Tue May 18 15:28:01 2021
+++ pkgsrc/devel/py-test-cov/Makefile   Fri Jul  9 20:00:30 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/05/18 15:28:01 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/07/09 20:00:30 adam Exp $
 
-DISTNAME=      pytest-cov-2.12.0
+DISTNAME=      pytest-cov-2.12.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}
@@ -11,6 +11,7 @@ COMMENT=      Pytest plugin for measuring cov
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage
+DEPENDS+=      ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
 
 PYTHON_VERSIONED_DEPENDENCIES= test
 

Index: pkgsrc/devel/py-test-cov/distinfo
diff -u pkgsrc/devel/py-test-cov/distinfo:1.14 pkgsrc/devel/py-test-cov/distinfo:1.15
--- pkgsrc/devel/py-test-cov/distinfo:1.14      Tue May 18 15:28:01 2021
+++ pkgsrc/devel/py-test-cov/distinfo   Fri Jul  9 20:00:30 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2021/05/18 15:28:01 adam Exp $
+$NetBSD: distinfo,v 1.15 2021/07/09 20:00:30 adam Exp $
 
-SHA1 (pytest-cov-2.12.0.tar.gz) = 1820d510d3c45e997565ab3247f58ae2e1013baa
-RMD160 (pytest-cov-2.12.0.tar.gz) = 7791f538dfe5a2e2ca54a9fef5c63f3fc7486611
-SHA512 (pytest-cov-2.12.0.tar.gz) = fc94abd8c38ff4015bad4f9f23ee4691f376d436c16f4951021afadfb94dd359a46924d3c7c43dc3193641943f88e0eab04429aa57d26a65bc95622e512639e1
-Size (pytest-cov-2.12.0.tar.gz) = 59596 bytes
+SHA1 (pytest-cov-2.12.1.tar.gz) = d9c0eeb472423bd8407e026d9c425b2f11c05307
+RMD160 (pytest-cov-2.12.1.tar.gz) = bb56cc50c1244d00934b584f0b7b3a9270619c4d
+SHA512 (pytest-cov-2.12.1.tar.gz) = 4c234178febeba1ce93ec0804c3efe181d5d88db9ac02effe14e62eb3b0f7ca1f8757fb4f360551e0d3e35a3b6207892afea85611a49db6c71a2dbaacabc5375
+Size (pytest-cov-2.12.1.tar.gz) = 60395 bytes



Home | Main Index | Thread Index | Old Index