pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-parallel Update ruby-parallel to 1.9.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2681283e6336
branches:  trunk
changeset: 354538:2681283e6336
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Nov 01 17:00:22 2016 +0000

description:
Update ruby-parallel to 1.9.0.

v1.7.0 -- Mar 26, 2016

* Added an SQLite case
* Made adjustments to the SQLite case file as per @grosser's suggestions.
* Broke the SQLite tests out by worker_type like the other .each tests.
* support true in progress


v1.8.0 -- Mar 27, 2016

* isolation
* fix sqlite specs
* stderr output is a failure reason


v1.9.0 -- Jun 01, 2016

* expose parallel_worker_number via thread local so tasks can coordinate
  external dependencies
* also set parallel_worker_number when working directly
* more localized worker number setting for in_threads
* use .worker_number instead of direct thread var access
* add stderr redirection to spec case file invocation

diffstat:

 misc/ruby-parallel/Makefile |   4 ++--
 misc/ruby-parallel/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 251a6d09c91f -r 2681283e6336 misc/ruby-parallel/Makefile
--- a/misc/ruby-parallel/Makefile       Tue Nov 01 16:50:57 2016 +0000
+++ b/misc/ruby-parallel/Makefile       Tue Nov 01 17:00:22 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2016/03/15 14:36:48 taca Exp $
+# $NetBSD: Makefile,v 1.9 2016/11/01 17:00:22 taca Exp $
 #
 
-DISTNAME=      parallel-1.6.2
+DISTNAME=      parallel-1.9.0
 CATEGORIES=    misc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
diff -r 251a6d09c91f -r 2681283e6336 misc/ruby-parallel/distinfo
--- a/misc/ruby-parallel/distinfo       Tue Nov 01 16:50:57 2016 +0000
+++ b/misc/ruby-parallel/distinfo       Tue Nov 01 17:00:22 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/15 14:36:48 taca Exp $
+$NetBSD: distinfo,v 1.10 2016/11/01 17:00:22 taca Exp $
 
-SHA1 (parallel-1.6.2.gem) = 61a731bdc32d6f7680ece8b63d3edb612e6a4d8a
-RMD160 (parallel-1.6.2.gem) = b91b1eca9fb773bba2ff6e1a171cc7420da7c6ff
-SHA512 (parallel-1.6.2.gem) = 9e704183076f090116804440084a96848a766f53abe27e3870f42fb99f6b10f2a9bf96446aa2bc382e3ba7e1ab562b35beb51f9df423ccc139ad8ce069a512cd
-Size (parallel-1.6.2.gem) = 8704 bytes
+SHA1 (parallel-1.9.0.gem) = 285bf9a2ea95ac36ba31bafb4ba7f750bc25dabc
+RMD160 (parallel-1.9.0.gem) = d4391f609c9924a7024e69c7d52f0968a28b474a
+SHA512 (parallel-1.9.0.gem) = ac65659ff3631c07bf99263ded1742a40e1ec57a18526a67e4caffea3b518cb71fe2f334d97c42f17d2d3e44d50a7b7abd25fa4be9e8620145299ef837eb1a2d
+Size (parallel-1.9.0.gem) = 9216 bytes



Home | Main Index | Thread Index | Old Index