pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-runner



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 22 13:12:52 UTC 2017

Modified Files:
        pkgsrc/devel/py-test-runner: Makefile distinfo

Log Message:
Updated py-test-runner to 2.10.1.

2.10.1
~~~~~~

* #21: Avoid mutating dictionary keys during iteration.

2.10
~~~~

* #20: Leverage technique in `setuptools 794
  <https://github.com/pypa/setuptools/issues/794>`_
  to populate PYTHONPATH during test runs such that
  Python subprocesses will have a dependency context
  comparable to the test runner.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-runner/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-runner/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-test-runner/Makefile
diff -u pkgsrc/devel/py-test-runner/Makefile:1.6 pkgsrc/devel/py-test-runner/Makefile:1.7
--- pkgsrc/devel/py-test-runner/Makefile:1.6    Mon Aug 22 13:03:44 2016
+++ pkgsrc/devel/py-test-runner/Makefile        Sun Jan 22 13:12:51 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2016/08/22 13:03:44 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/22 13:12:51 wiz Exp $
 
-DISTNAME=      pytest-runner-2.9
+DISTNAME=      pytest-runner-2.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-runner/}

Index: pkgsrc/devel/py-test-runner/distinfo
diff -u pkgsrc/devel/py-test-runner/distinfo:1.5 pkgsrc/devel/py-test-runner/distinfo:1.6
--- pkgsrc/devel/py-test-runner/distinfo:1.5    Mon Aug 22 13:03:44 2016
+++ pkgsrc/devel/py-test-runner/distinfo        Sun Jan 22 13:12:51 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/08/22 13:03:44 wiz Exp $
+$NetBSD: distinfo,v 1.6 2017/01/22 13:12:51 wiz Exp $
 
-SHA1 (pytest-runner-2.9.tar.gz) = 34fd81d9c2e63b1ea144f461134faaa0cfb1b843
-RMD160 (pytest-runner-2.9.tar.gz) = c763531224758e1a7bec51317e6e3c2aa389407f
-SHA512 (pytest-runner-2.9.tar.gz) = 2d92ab162282171d97bd931f790793b1abb01412dd54fca85e6f6fde1aa0019c1691a9a0a206cafcdd52ee57029fdda206646208493e1420a65a3c08c1121c10
-Size (pytest-runner-2.9.tar.gz) = 8601 bytes
+SHA1 (pytest-runner-2.10.1.tar.gz) = b27f08202ca02d790b5fce46c5b350634525fe79
+RMD160 (pytest-runner-2.10.1.tar.gz) = d23d05494cf4aed5e5e2686453b8a061780161a9
+SHA512 (pytest-runner-2.10.1.tar.gz) = 11c570051a0a7ff56fbb4fdc2a87185af6bbcccc05be012eeaefd775efbf21a3fb167a95ae603d627461b3775ee8cfb56b10d356044a4ae3966a7bf9f1b1f4a8
+Size (pytest-runner-2.10.1.tar.gz) = 8815 bytes



Home | Main Index | Thread Index | Old Index