Thu Aug 11 12:51:13 2022 UTC ()
devel/ruby-concurrent-ruby: update to 1.1.10

pkgsrc change: remove one pkglint warning.

1.1.10 (2022-03-22)

* (#951) Set the Ruby compatibility version at 2.2

* (#939, #933) The caller_runs fallback policy no longer blocks reads from
  the job queue by worker threads

* (#938, #761, #652) You can now explicitly prune_pool a thread pool
  (Sylvain Joyeux)

* (#937, #757, #670) We switched the Yahoo stock API for demos to Alpha
  Vantage (Gustavo Caso)

* (#932, #931) We changed how SafeTaskExecutor handles local jump errors
  (Aaron Jensen)

* (#927) You can use keyword arguments in your initialize when using Async
  (Matt Larraz)

* (#926, #639) We removed timeout from TimerTask because it wasn't sound,
  and now it's a no-op with a warning (Jacob Atzen)

* (#919) If you double-lock a re-entrant read-write lock, we promote to
  locked for writing (zp yuan)

* (#915) monotonic_time now accepts an optional unit parameter, as Ruby's
  clock_gettime (Jean Boussier)


(taca)
diff -r1.7 -r1.8 pkgsrc/devel/ruby-concurrent-ruby/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/ruby-concurrent-ruby/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/ruby-concurrent-ruby/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-concurrent-ruby/Makefile 2021/06/14 15:09:55 1.7
+++ pkgsrc/devel/ruby-concurrent-ruby/Makefile 2022/08/11 12:51:13 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.7 2021/06/14 15:09:55 taca Exp $ 1# $NetBSD: Makefile,v 1.8 2022/08/11 12:51:13 taca Exp $
2 2
3DISTNAME= concurrent-ruby-1.1.9 3DISTNAME= concurrent-ruby-1.1.10
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://www.concurrent-ruby.com 7HOMEPAGE= http://www.concurrent-ruby.com/
8COMMENT= Modern concurrency tools for Ruby 8COMMENT= Modern concurrency tools for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11USE_LANGUAGES= # defined 11USE_LANGUAGES= # empty
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/ruby-concurrent-ruby/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-concurrent-ruby/distinfo 2021/10/26 10:19:28 1.9
+++ pkgsrc/devel/ruby-concurrent-ruby/distinfo 2022/08/11 12:51:13 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2021/10/26 10:19:28 nia Exp $ 1$NetBSD: distinfo,v 1.10 2022/08/11 12:51:13 taca Exp $
2 2
3BLAKE2s (concurrent-ruby-1.1.9.gem) = 5edb547ff38146e1b327465e855b428bdc1c4e6e6bf8b11ac57ed8a1337cc488 3BLAKE2s (concurrent-ruby-1.1.10.gem) = 47adc558c5cb6645d507e6d861b82f578f67e66726d2c76aa2a7fa6e991272ab
4SHA512 (concurrent-ruby-1.1.9.gem) = 39472a1b5589a125428e67c532b23b8fead2a9e1a56e53d8de7d94cf95b52fc856540db657d751a2abfd1accbbbc66f3a7e05bc308f44445bb4344025abf00d5 4SHA512 (concurrent-ruby-1.1.10.gem) = ed01d65d79e6ed2987321f4665cb5f7c3fcd701029a33e68da0feb0cd6cb2682cef619566a3bd0996db207becb0425d77967b66ee66d775a489b1317e78807ab
5Size (concurrent-ruby-1.1.9.gem) = 358400 bytes 5Size (concurrent-ruby-1.1.10.gem) = 360448 bytes