diff options
author | adam <adam@pkgsrc.org> | 2018-10-31 14:07:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-31 14:07:19 +0000 |
commit | f816ff0110f79e0be47f5ff11b65bec01bc8e7c1 (patch) | |
tree | dde7a0a7dba7ddd842f6adbb53721714967f025c /devel | |
parent | 5fd89457af9517b05a5591ecf0cbca15473d4408 (diff) | |
download | pkgsrc-f816ff0110f79e0be47f5ff11b65bec01bc8e7c1.tar.gz |
py-tox: updated to 3.5.3
v3.5.3:
Bugfixes
- Fix bug with incorrectly defactorized dependencies
- do the same transformation to egg_info folders that pkg_resources does;
this makes it possible for hyphenated names to use the develop-inst-noop optimization (cf. 910),
which previously only worked with non-hyphenated egg names
- previously, if a project's setup.py --name emitted extra information to
stderr, tox would capture it and consider it part of the project's name; now,
emissions to stderr are printed to the console
- change the way we acquire interpreter information to make it compatible with jython interpreter, note to create jython envs one needs virtualenv > 16.0 which will be released later
Documentation
- document substitutions with additional content starting with a space cannot be alone on a line inside the ini file
- change the spelling of a single word from contrains to the proper word, constraints
- Mention the minimum version required for commands_pre/commands_post support.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-tox/Makefile | 4 | ||||
-rw-r--r-- | devel/py-tox/PLIST | 20 | ||||
-rw-r--r-- | devel/py-tox/distinfo | 10 |
3 files changed, 23 insertions, 11 deletions
diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile index dfb710be012..fa34492d414 100644 --- a/devel/py-tox/Makefile +++ b/devel/py-tox/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2018/10/10 09:59:34 adam Exp $ +# $NetBSD: Makefile,v 1.12 2018/10/31 14:07:19 adam Exp $ -DISTNAME= tox-3.5.2 +DISTNAME= tox-3.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tox/} diff --git a/devel/py-tox/PLIST b/devel/py-tox/PLIST index 62d2eff6bc7..fca54d512dd 100644 --- a/devel/py-tox/PLIST +++ b/devel/py-tox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2018/10/10 09:59:34 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2018/10/31 14:07:19 adam Exp $ bin/tox-${PYVERSSUFFIX} bin/tox-quickstart-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -37,9 +37,21 @@ ${PYSITELIB}/tox/hookspecs.pyo ${PYSITELIB}/tox/interpreters.py ${PYSITELIB}/tox/interpreters.pyc ${PYSITELIB}/tox/interpreters.pyo -${PYSITELIB}/tox/package.py -${PYSITELIB}/tox/package.pyc -${PYSITELIB}/tox/package.pyo +${PYSITELIB}/tox/package/__init__.py +${PYSITELIB}/tox/package/__init__.pyc +${PYSITELIB}/tox/package/__init__.pyo +${PYSITELIB}/tox/package/builder/__init__.py +${PYSITELIB}/tox/package/builder/__init__.pyc +${PYSITELIB}/tox/package/builder/__init__.pyo +${PYSITELIB}/tox/package/builder/isolated.py +${PYSITELIB}/tox/package/builder/isolated.pyc +${PYSITELIB}/tox/package/builder/isolated.pyo +${PYSITELIB}/tox/package/builder/legacy.py +${PYSITELIB}/tox/package/builder/legacy.pyc +${PYSITELIB}/tox/package/builder/legacy.pyo +${PYSITELIB}/tox/package/view.py +${PYSITELIB}/tox/package/view.pyc +${PYSITELIB}/tox/package/view.pyo ${PYSITELIB}/tox/result.py ${PYSITELIB}/tox/result.pyc ${PYSITELIB}/tox/result.pyo diff --git a/devel/py-tox/distinfo b/devel/py-tox/distinfo index 4340cb5f1b4..52786c48897 100644 --- a/devel/py-tox/distinfo +++ b/devel/py-tox/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2018/10/10 09:59:34 adam Exp $ +$NetBSD: distinfo,v 1.10 2018/10/31 14:07:19 adam Exp $ -SHA1 (tox-3.5.2.tar.gz) = 828026408445bf0a5035f6fe22eba972d7ba57f6 -RMD160 (tox-3.5.2.tar.gz) = 7a75ce4c5819ffaf50bc2488933c45b21ed5dab8 -SHA512 (tox-3.5.2.tar.gz) = ea5a1c79083deab4bd6f1fe81a999f072be8d0e63d64c3e8361783931582b7451a561fca00d87e874ce471eae3aabd9d289eb6d8560e28e54d8632075aa1606c -Size (tox-3.5.2.tar.gz) = 254193 bytes +SHA1 (tox-3.5.3.tar.gz) = d79bb0854da359c379d0912d83c93896bd23b0dd +RMD160 (tox-3.5.3.tar.gz) = 17ba7203fb6d75c7c2227ede9b3fdd29f6e8d007 +SHA512 (tox-3.5.3.tar.gz) = d93fd44af6e62d0ceb756894f2b6d3fc695f7a797069422c93a1d82eb62542227f900ed19505cb6f77345a9c03fd1080f017638fa623d985c4f6ded48aad5545 +Size (tox-3.5.3.tar.gz) = 256487 bytes |