Fri Dec 14 14:47:07 2018 UTC ()
py-tox: updated  to 3.6.0

v3.6.0:

Bugfixes
- On windows, check sys.executable before others for interpreter version lookup.  This matches what happens on non-windows.
- Don't rewrite {posargs} substitution for absolute paths.
- Correctly fail tox --notest when setup fails.

Documentation
- Update Contributor Covenant URL to use https://
- Correct the capitalization of PyPI throughout the documentation
- Link to related projects (Invoke and Nox) from the documentation

Miscellaneous
- Include the license file in the wheel distribution


(adam)
diff -r1.12 -r1.13 pkgsrc/devel/py-tox/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/py-tox/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/py-tox/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-tox/Makefile 2018/10/31 14:07:19 1.12
+++ pkgsrc/devel/py-tox/Makefile 2018/12/14 14:47:07 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2018/10/31 14:07:19 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2018/12/14 14:47:07 adam Exp $
2 2
3DISTNAME= tox-3.5.3 3DISTNAME= tox-3.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/tox/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/tox/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9#HOMEPAGE= http://tox.testrun.org/ 9#HOMEPAGE= http://tox.testrun.org/
10COMMENT= Virtualenv-based automation of test activities 10COMMENT= Virtualenv-based automation of test activities
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-filelock>=3.0.0:../../devel/py-filelock 13DEPENDS+= ${PYPKGPREFIX}-filelock>=3.0.0:../../devel/py-filelock
14DEPENDS+= ${PYPKGPREFIX}-pluggy>=0.3.0<1.0:../../devel/py-pluggy 14DEPENDS+= ${PYPKGPREFIX}-pluggy>=0.3.0<1.0:../../devel/py-pluggy
15DEPENDS+= ${PYPKGPREFIX}-py>=1.4.17:../../devel/py-py 15DEPENDS+= ${PYPKGPREFIX}-py>=1.4.17:../../devel/py-py
16DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.0.0:../../devel/py-setuptools 16DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.0.0:../../devel/py-setuptools

cvs diff -r1.10 -r1.11 pkgsrc/devel/py-tox/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-tox/distinfo 2018/10/31 14:07:19 1.10
+++ pkgsrc/devel/py-tox/distinfo 2018/12/14 14:47:07 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2018/10/31 14:07:19 adam Exp $ 1$NetBSD: distinfo,v 1.11 2018/12/14 14:47:07 adam Exp $
2 2
3SHA1 (tox-3.5.3.tar.gz) = d79bb0854da359c379d0912d83c93896bd23b0dd 3SHA1 (tox-3.6.0.tar.gz) = f10425df2d7e38dfd1ddca2bbd2bb50c03924785
4RMD160 (tox-3.5.3.tar.gz) = 17ba7203fb6d75c7c2227ede9b3fdd29f6e8d007 4RMD160 (tox-3.6.0.tar.gz) = 41a931f1926cda84c39ae30c42d3107131921734
5SHA512 (tox-3.5.3.tar.gz) = d93fd44af6e62d0ceb756894f2b6d3fc695f7a797069422c93a1d82eb62542227f900ed19505cb6f77345a9c03fd1080f017638fa623d985c4f6ded48aad5545 5SHA512 (tox-3.6.0.tar.gz) = fcee3d78f266ebe036931589a68b51e111ba34cbe3fae6ee9241b4e98433ca75c59261ccaef014e00b3bfd678d10624c72c45146d594a7d25d6f437101f4c93d
6Size (tox-3.5.3.tar.gz) = 256487 bytes 6Size (tox-3.6.0.tar.gz) = 257255 bytes