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: Tue May 18 15:28:01 UTC 2021
Modified Files:
pkgsrc/devel/py-test-cov: Makefile distinfo
Log Message:
py-test-cov: updated to 2.12.0
2.12.0 (2021-05-14)
* Added coverage's `toml` extra to install requirements in setup.py.
* Fixed ``pytest_cov.__version__`` to have the right value (string with version instead of a string
including ``__version__ =``).
* Fixed license classifier in ``setup.py``.
* Fixed *commits since* badge.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-test-cov/Makefile
cvs rdiff -u -r1.13 -r1.14 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.16 pkgsrc/devel/py-test-cov/Makefile:1.17
--- pkgsrc/devel/py-test-cov/Makefile:1.16 Thu Jan 21 15:39:14 2021
+++ pkgsrc/devel/py-test-cov/Makefile Tue May 18 15:28:01 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/01/21 15:39:14 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/05/18 15:28:01 adam Exp $
-DISTNAME= pytest-cov-2.11.1
+DISTNAME= pytest-cov-2.12.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.13 pkgsrc/devel/py-test-cov/distinfo:1.14
--- pkgsrc/devel/py-test-cov/distinfo:1.13 Thu Jan 21 15:39:14 2021
+++ pkgsrc/devel/py-test-cov/distinfo Tue May 18 15:28:01 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/01/21 15:39:14 adam Exp $
+$NetBSD: distinfo,v 1.14 2021/05/18 15:28:01 adam Exp $
-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
+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
Home |
Main Index |
Thread Index |
Old Index