pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-tox py-tox: updated to 3.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c4b998a7e7c
branches:  trunk
changeset: 326794:5c4b998a7e7c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 14 14:47:07 2018 +0000

description:
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

diffstat:

 devel/py-tox/Makefile |   4 ++--
 devel/py-tox/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 5e5e2b92bc5a -r 5c4b998a7e7c devel/py-tox/Makefile
--- a/devel/py-tox/Makefile     Fri Dec 14 14:44:21 2018 +0000
+++ b/devel/py-tox/Makefile     Fri Dec 14 14:47:07 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/10/31 14:07:19 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/12/14 14:47:07 adam Exp $
 
-DISTNAME=      tox-3.5.3
+DISTNAME=      tox-3.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tox/}
diff -r 5e5e2b92bc5a -r 5c4b998a7e7c devel/py-tox/distinfo
--- a/devel/py-tox/distinfo     Fri Dec 14 14:44:21 2018 +0000
+++ b/devel/py-tox/distinfo     Fri Dec 14 14:47:07 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/10/31 14:07:19 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/12/14 14:47:07 adam Exp $
 
-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
+SHA1 (tox-3.6.0.tar.gz) = f10425df2d7e38dfd1ddca2bbd2bb50c03924785
+RMD160 (tox-3.6.0.tar.gz) = 41a931f1926cda84c39ae30c42d3107131921734
+SHA512 (tox-3.6.0.tar.gz) = fcee3d78f266ebe036931589a68b51e111ba34cbe3fae6ee9241b4e98433ca75c59261ccaef014e00b3bfd678d10624c72c45146d594a7d25d6f437101f4c93d
+Size (tox-3.6.0.tar.gz) = 257255 bytes



Home | Main Index | Thread Index | Old Index