Commit graph

18 commits

Author SHA1 Message Date
nia
28c1048bad misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-26 10:58:55 +00:00
nia
60e6853f70 misc: Remove SHA1 hashes for distfiles 2021-10-07 14:35:11 +00:00
taca
61c0d07157 misc/ruby-parallel: update to 1.20.1
No release information nor change log.

Please refer <https://github.com/grosser/parallel/compare/v1.19.2...v1.20.1>
in detail.
2021-03-07 14:40:12 +00:00
taca
f122250d1d misc/ruby-parallel: update to 1.19.2
Update ruby-parallel to 1.19.2.


1.19.2 (2020-06-17)

* docs: Improve notes about ActiveRecord.
* Allow timeout usage inside of thread.
2020-06-19 13:51:14 +00:00
taca
6c2bc96d96 devel/ruby-parallel: update to 1.19.1
Update ruby-parallel to 1.19.1.


1.19.1 (2019-11-22)

No changes are available please refer in detail:

<https://github.com/grosser/parallel/compare/v1.17.0...v1.19.1>
2020-06-14 15:34:12 +00:00
tsutsui
5bbb2b1ccc ruby-parallel: update to 1.17.0.
No upstream changelog.
2019-04-30 08:48:28 +00:00
tsutsui
6617dcfe6d ruby-parallel: update to 1.12.1.
No upstream changelog.
2018-02-18 05:43:58 +00:00
taca
da867a833e 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
2017-09-10 14:53:51 +00:00
taca
a6198d065d 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
2016-11-01 17:00:22 +00:00
taca
708cc23e39 Update ruby-parallel to 1.6.2.
* Clean up test cases for not calling finish
* Don't call :finish hook if there was an exception
* add test for queue error I just ran into
* Update redirects
2016-03-15 14:36:48 +00:00
agc
23064a80b9 Add SHA512 digests for distfiles for misc category
Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:49:31 +00:00
taca
c8f668ed19 Update ruby-parallel to 1.6.1.
* Parallel.map writes its output safely (issue #129).
2015-09-13 14:49:30 +00:00
taca
63a854483c Update ruby-parallel to 1.6.0.
Changes are not available except commit log.
<https://github.com/grosser/parallel/commits/master>
2015-06-08 14:43:24 +00:00
taca
96fcf09c11 Update ruby-parallel to 1.4.1.
No changes available, please refer commit log:
https://github.com/grosser/parallel/commits/master.
2015-03-13 15:05:50 +00:00
tsutsui
7527cc5ea7 Update ruby-parallel to 1.0.0.
No changelog file, but looks cleanup and minor tweaks only per github.
2014-06-01 16:16:25 +00:00
tsutsui
3fbdecd988 Update ruby-parallel to 0.9.2. Part of PR/48447.
No changelog is available in https://github.com/grosser/parallel
but looks misc bug fixes and improvements.
2014-01-17 18:15:44 +00:00
taca
def42d8600 Update ruby-parallel to 0.8.2.
Exact changes aren't available, but a few bug fixes.
2013-09-15 14:17:55 +00:00
mef
cdcfdc7348 PR pkg/47791 orignated by tsutsui@ for tw,
CUI client for twitter written by ruby.

 This is actually following set. But just making package on
net/ruby-tw will pull all these prerequisites.

- misc/ruby-args_parser   args_parser-0.1.4
  Parse ARGV from command line with DSL.

- misc/ruby-hashie	hashie-1.2.0
  Hashie is a small collection of tools that make hashes more powerful.
  Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).

- misc/ruby-parallel	parallel-0.6.4
  Ruby gem to run any kind of code in parallel processes.

- misc/ruby-rainbow	rainbow-1.1.4
  Rainbow extends ruby String class enabling coloring text on ANSI terminals.

- net/ruby-tw		 tw-0.3.9
  Ruby based CUI Twitter client.

- net/ruby-twitter	twitter-4.6.2
  A Ruby interface to the Twitter API.

- net/ruby-userstream	userstream-1.3.0
  UserStream is a simple twitter userstream library.
2013-05-09 15:53:32 +00:00