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:           Fri Dec 14 14:47:07 UTC 2018

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-tox/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/devel/py-tox/Makefile:1.13
--- pkgsrc/devel/py-tox/Makefile:1.12   Wed Oct 31 14:07:19 2018
+++ pkgsrc/devel/py-tox/Makefile        Fri Dec 14 14:47:07 2018
@@ -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/}

Index: pkgsrc/devel/py-tox/distinfo
diff -u pkgsrc/devel/py-tox/distinfo:1.10 pkgsrc/devel/py-tox/distinfo:1.11
--- pkgsrc/devel/py-tox/distinfo:1.10   Wed Oct 31 14:07:19 2018
+++ pkgsrc/devel/py-tox/distinfo        Fri Dec 14 14:47:07 2018
@@ -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