pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-parallel



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Nov  1 17:00:22 UTC 2016

Modified Files:
        pkgsrc/misc/ruby-parallel: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/ruby-parallel/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/ruby-parallel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ruby-parallel/Makefile
diff -u pkgsrc/misc/ruby-parallel/Makefile:1.8 pkgsrc/misc/ruby-parallel/Makefile:1.9
--- pkgsrc/misc/ruby-parallel/Makefile:1.8      Tue Mar 15 14:36:48 2016
+++ pkgsrc/misc/ruby-parallel/Makefile  Tue Nov  1 17:00:22 2016
@@ -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

Index: pkgsrc/misc/ruby-parallel/distinfo
diff -u pkgsrc/misc/ruby-parallel/distinfo:1.9 pkgsrc/misc/ruby-parallel/distinfo:1.10
--- pkgsrc/misc/ruby-parallel/distinfo:1.9      Tue Mar 15 14:36:48 2016
+++ pkgsrc/misc/ruby-parallel/distinfo  Tue Nov  1 17:00:22 2016
@@ -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