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: Sun Sep 10 14:53:51 UTC 2017
Modified Files:
pkgsrc/misc/ruby-parallel: Makefile distinfo
Log Message:
Update ruby-parallel to 1.12.0.
1.10.0 2016/11/24
* add Readme docs for .worker_number
* Do not call kill method if thread is nil
* Adds comment to readme for trappig TERM
* make undumpable exceptions traceable
1.11.0 2017/03/11
* make version not be required twice when using via git source
* Simplify Array initialization with slight performance improvement
* Added failing tests for handling Parallel::Break in work_direct
* Handle kill and break exceptions in work_direct (closes #128 and #130)
* Replace "rescue StandardError" with "rescue ... $!"
* Added any? and all?
1.11.1 2017/03/12
* Fix typo (bracktrace => backtrace), and use attr_reader
* Added failing test to simulate stack trace added by better_errors gem
* Remove bindings stack that is added by the better_errors gem
1.11.2 2017/05/07
* syncronize worker replacement to avoid #196
1.12.0 2017/07/25
* Update to rails 4.2.8 or higher for ruby 2.4 support
* Run bundle update to fix some errors and warnings.
* Reference the Tempfile so it's not GC'd/removed too early
* use Tempfile.open for automatic cleanup
* fix #149
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/ruby-parallel/Makefile
cvs rdiff -u -r1.10 -r1.11 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.9 pkgsrc/misc/ruby-parallel/Makefile:1.10
--- pkgsrc/misc/ruby-parallel/Makefile:1.9 Tue Nov 1 17:00:22 2016
+++ pkgsrc/misc/ruby-parallel/Makefile Sun Sep 10 14:53:51 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2016/11/01 17:00:22 taca Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/10 14:53:51 taca Exp $
#
-DISTNAME= parallel-1.9.0
+DISTNAME= parallel-1.12.0
CATEGORIES= misc
MAINTAINER= tsutsui%NetBSD.org@localhost
Index: pkgsrc/misc/ruby-parallel/distinfo
diff -u pkgsrc/misc/ruby-parallel/distinfo:1.10 pkgsrc/misc/ruby-parallel/distinfo:1.11
--- pkgsrc/misc/ruby-parallel/distinfo:1.10 Tue Nov 1 17:00:22 2016
+++ pkgsrc/misc/ruby-parallel/distinfo Sun Sep 10 14:53:51 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/11/01 17:00:22 taca Exp $
+$NetBSD: distinfo,v 1.11 2017/09/10 14:53:51 taca Exp $
-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
+SHA1 (parallel-1.12.0.gem) = 196ad6dd56ab89e891e5c08485471dd29099578b
+RMD160 (parallel-1.12.0.gem) = fafcc12dad849015d0d48a504623bba3b636bfe1
+SHA512 (parallel-1.12.0.gem) = efc45a232a4114e2fe98301eae351bfc0f60b13439d5ae8e6626b2661cb4f724d59660f2c634190bf66dbc6f6c7bee2275cb42c600b12ba4b0278bb6a5d64e86
+Size (parallel-1.12.0.gem) = 9728 bytes
Home |
Main Index |
Thread Index |
Old Index