pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-runner Updated py-test-runner to 2.10.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71341b64ca61
branches:  trunk
changeset: 357538:71341b64ca61
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 22 13:12:51 2017 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 6d20076ae753 -r 71341b64ca61 devel/py-test-runner/Makefile
--- a/devel/py-test-runner/Makefile     Sun Jan 22 13:12:15 2017 +0000
+++ b/devel/py-test-runner/Makefile     Sun Jan 22 13:12:51 2017 +0000
@@ -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/}
diff -r 6d20076ae753 -r 71341b64ca61 devel/py-test-runner/distinfo
--- a/devel/py-test-runner/distinfo     Sun Jan 22 13:12:15 2017 +0000
+++ b/devel/py-test-runner/distinfo     Sun Jan 22 13:12:51 2017 +0000
@@ -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