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:           Wed Sep  6 15:42:23 UTC 2017

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

Log Message:
2.8.1:
- p599: fix problems with implementation of 515.
         Substitutions from other sections were not made anymore if they were not in `envlist`.

2.8.0:
- 276: Remove easy_install from docs (TL;DR: use pip).
- 301: Expand nested substitutions in tox.ini
- 315: add --help and --version to helptox-quickstart
- 326: Fix OSError 'Not a directory' when creating env on Jython 2.7.0.
- 429: Forward MSYSTEM by default on Windows
- 449: add multi platform example to the docs.
- 474: Start using setuptools_scm for tag based versioning.
- 484: Renamed `py.test` to `pytest` throughout the project
- 504: With `-a`: do not show additional environments header if there are none
- 515: Don't require environment variables in test environments where they
       are not used.
- 517: Forward NUMBER_OF_PROCESSORS by default on Windows to fix
       `multiprocessor.cpu_count()`.
- 518: Forward `USERPROFILE` by default on Windows.
- p528: Fix some of the warnings displayed by pytest 3.1.0.
- p547: Add regression test for 137
- p553: Add an XFAIL test to reproduce upstream bug 203
- p556: Report more meaningful errors on why virtualenv creation failed
- 575: Add announcement doc to end all announcement docs
       (using only CHANGELOG and Github issues since 2.5 already)
- p580: Do not ignore Sphinx warnings anymore
- 585: Expand documentation to explain pass through of flags from deps to pip
       (e.g. -rrequirements.txt, -cconstraints.txt)
- 588: Run pytest wit xfail_strict and adapt affected tests.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-tox/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/py-tox/Makefile:1.4
--- pkgsrc/devel/py-tox/Makefile:1.3    Mon Sep  4 18:00:52 2017
+++ pkgsrc/devel/py-tox/Makefile        Wed Sep  6 15:42:23 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/09/04 18:00:52 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/06 15:42:23 adam Exp $
 
-DISTNAME=      tox-2.7.0
+DISTNAME=      tox-2.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tox/}
@@ -14,5 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-virtualenv>=1.1
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.4.17:../../devel/py-py
 DEPENDS+=      ${PYPKGPREFIX}-pluggy>=0.3.0<1.0:../../devel/py-pluggy
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-tox/distinfo
diff -u pkgsrc/devel/py-tox/distinfo:1.2 pkgsrc/devel/py-tox/distinfo:1.3
--- pkgsrc/devel/py-tox/distinfo:1.2    Wed Apr 26 13:25:29 2017
+++ pkgsrc/devel/py-tox/distinfo        Wed Sep  6 15:42:23 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/04/26 13:25:29 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2017/09/06 15:42:23 adam Exp $
 
-SHA1 (tox-2.7.0.tar.gz) = c2ba46b04e4253501028d8676a10eb5e464012e9
-RMD160 (tox-2.7.0.tar.gz) = 89a1a09d8e0631a217388a8f98b1e61f8e393b2c
-SHA512 (tox-2.7.0.tar.gz) = 96088a9f77e8b994d920a8c9907a0fa50d5e0fe918e5a67673d4c30810642be2872283810d1d8b5ae9cc311605236b64343248485c4d4067b54c7b6d9f31a4b4
-Size (tox-2.7.0.tar.gz) = 120139 bytes
+SHA1 (tox-2.8.1.tar.gz) = 48d02d4923c6e67ff7744423918f8d12f24cc885
+RMD160 (tox-2.8.1.tar.gz) = ae08f17b7bcdaf9de511c496b70755920e66c96a
+SHA512 (tox-2.8.1.tar.gz) = a230f7bc48f476825ca1a879e669288b311f266f1695bac4eecfcd44076731e5581a425e36555a0db54f8a0683af31abd77ab862aa40525387e6e436ba351c37
+Size (tox-2.8.1.tar.gz) = 125777 bytes



Home | Main Index | Thread Index | Old Index