pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-tox



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 13 18:02:41 UTC 2019

Modified Files:
        pkgsrc/devel/py-tox: Makefile PLIST distinfo

Log Message:
py-tox: updated to 3.7.0

v3.7.0:

Features
- Parallel mode added (alternative to detox which is being deprecated), for more details see :ref:parallel_mode
- Added command line shortcut -s for --skip-missing-interpreters

Deprecations (removal in next major release)
- Whitelisting of externals will be mandatory in tox 4: issue a deprecation warning as part of the already existing warning

Documentation
- Clarify explanations in examples and avoid unsupported end line comments
- Set to PULL_REQUEST_TEMPLATE.md use relative instead of absolute URLs
  Fixed PULL_REQUEST_TEMPLATE.md path for changelog/examples.rst to docs/changelog/examples.rst


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-tox/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-tox/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-tox/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-tox/Makefile
diff -u pkgsrc/devel/py-tox/Makefile:1.14 pkgsrc/devel/py-tox/Makefile:1.15
--- pkgsrc/devel/py-tox/Makefile:1.14   Mon Dec 31 12:23:08 2018
+++ pkgsrc/devel/py-tox/Makefile        Sun Jan 13 18:02:41 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/12/31 12:23:08 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/01/13 18:02:41 adam Exp $
 
-DISTNAME=      tox-3.6.1
+DISTNAME=      tox-3.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tox/}

Index: pkgsrc/devel/py-tox/PLIST
diff -u pkgsrc/devel/py-tox/PLIST:1.6 pkgsrc/devel/py-tox/PLIST:1.7
--- pkgsrc/devel/py-tox/PLIST:1.6       Wed Oct 31 14:07:19 2018
+++ pkgsrc/devel/py-tox/PLIST   Sun Jan 13 18:02:41 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/10/31 14:07:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/01/13 18:02:41 adam Exp $
 bin/tox-${PYVERSSUFFIX}
 bin/tox-quickstart-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -22,9 +22,12 @@ ${PYSITELIB}/tox/_quickstart.pyo
 ${PYSITELIB}/tox/cli.py
 ${PYSITELIB}/tox/cli.pyc
 ${PYSITELIB}/tox/cli.pyo
-${PYSITELIB}/tox/config.py
-${PYSITELIB}/tox/config.pyc
-${PYSITELIB}/tox/config.pyo
+${PYSITELIB}/tox/config/__init__.py
+${PYSITELIB}/tox/config/__init__.pyc
+${PYSITELIB}/tox/config/__init__.pyo
+${PYSITELIB}/tox/config/parallel.py
+${PYSITELIB}/tox/config/parallel.pyc
+${PYSITELIB}/tox/config/parallel.pyo
 ${PYSITELIB}/tox/constants.py
 ${PYSITELIB}/tox/constants.pyc
 ${PYSITELIB}/tox/constants.pyo
@@ -58,9 +61,15 @@ ${PYSITELIB}/tox/result.pyo
 ${PYSITELIB}/tox/session.py
 ${PYSITELIB}/tox/session.pyc
 ${PYSITELIB}/tox/session.pyo
-${PYSITELIB}/tox/util.py
-${PYSITELIB}/tox/util.pyc
-${PYSITELIB}/tox/util.pyo
+${PYSITELIB}/tox/util/__init__.py
+${PYSITELIB}/tox/util/__init__.pyc
+${PYSITELIB}/tox/util/__init__.pyo
+${PYSITELIB}/tox/util/graph.py
+${PYSITELIB}/tox/util/graph.pyc
+${PYSITELIB}/tox/util/graph.pyo
+${PYSITELIB}/tox/util/spinner.py
+${PYSITELIB}/tox/util/spinner.pyc
+${PYSITELIB}/tox/util/spinner.pyo
 ${PYSITELIB}/tox/venv.py
 ${PYSITELIB}/tox/venv.pyc
 ${PYSITELIB}/tox/venv.pyo

Index: pkgsrc/devel/py-tox/distinfo
diff -u pkgsrc/devel/py-tox/distinfo:1.12 pkgsrc/devel/py-tox/distinfo:1.13
--- pkgsrc/devel/py-tox/distinfo:1.12   Mon Dec 31 12:23:08 2018
+++ pkgsrc/devel/py-tox/distinfo        Sun Jan 13 18:02:41 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/12/31 12:23:08 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/01/13 18:02:41 adam Exp $
 
-SHA1 (tox-3.6.1.tar.gz) = e56ab076daef791e60baf49fb2d6a1a57dd248ee
-RMD160 (tox-3.6.1.tar.gz) = b1e6e646d751295497d9c7629c8fc42c62790e5c
-SHA512 (tox-3.6.1.tar.gz) = 81edb0fc489731eb815f46cfa30677b077d4bb58d4e3e8bd7f887eaed3a2a950f7b49368af2bcb51ea07ca1821ff67145d543b8a370d642dd87d93952734249a
-Size (tox-3.6.1.tar.gz) = 257471 bytes
+SHA1 (tox-3.7.0.tar.gz) = 4092697eb490df7ccd6bc369e0515a673cfa5cf5
+RMD160 (tox-3.7.0.tar.gz) = 02e9a1cce930444b51bc7ddae05afa12bb511e25
+SHA512 (tox-3.7.0.tar.gz) = 7e12f3407c1ad51ae5839bdd7907c7b05654f3a145270573326fbe3903d22c6e63a930c242ecaf1eae746043da090703e48ead7e27973294711f45077217ed37
+Size (tox-3.7.0.tar.gz) = 267854 bytes



Home | Main Index | Thread Index | Old Index