pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-concurrent-ruby devel/ruby-concurrent-ruby:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e99fd54d8c37
branches:  trunk
changeset: 383060:e99fd54d8c37
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Aug 11 12:51:13 2022 +0000

description:
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)

diffstat:

 devel/ruby-concurrent-ruby/Makefile |  8 ++++----
 devel/ruby-concurrent-ruby/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 391b3023bf7c -r e99fd54d8c37 devel/ruby-concurrent-ruby/Makefile
--- a/devel/ruby-concurrent-ruby/Makefile       Thu Aug 11 08:54:45 2022 +0000
+++ b/devel/ruby-concurrent-ruby/Makefile       Thu Aug 11 12:51:13 2022 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2021/06/14 15:09:55 taca Exp $
+# $NetBSD: Makefile,v 1.8 2022/08/11 12:51:13 taca Exp $
 
-DISTNAME=      concurrent-ruby-1.1.9
+DISTNAME=      concurrent-ruby-1.1.10
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.concurrent-ruby.com
+HOMEPAGE=      http://www.concurrent-ruby.com/
 COMMENT=       Modern concurrency tools for Ruby
 LICENSE=       mit
 
-USE_LANGUAGES= # defined
+USE_LANGUAGES= # empty
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 391b3023bf7c -r e99fd54d8c37 devel/ruby-concurrent-ruby/distinfo
--- a/devel/ruby-concurrent-ruby/distinfo       Thu Aug 11 08:54:45 2022 +0000
+++ b/devel/ruby-concurrent-ruby/distinfo       Thu Aug 11 12:51:13 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:19:28 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/08/11 12:51:13 taca Exp $
 
-BLAKE2s (concurrent-ruby-1.1.9.gem) = 5edb547ff38146e1b327465e855b428bdc1c4e6e6bf8b11ac57ed8a1337cc488
-SHA512 (concurrent-ruby-1.1.9.gem) = 39472a1b5589a125428e67c532b23b8fead2a9e1a56e53d8de7d94cf95b52fc856540db657d751a2abfd1accbbbc66f3a7e05bc308f44445bb4344025abf00d5
-Size (concurrent-ruby-1.1.9.gem) = 358400 bytes
+BLAKE2s (concurrent-ruby-1.1.10.gem) = 47adc558c5cb6645d507e6d861b82f578f67e66726d2c76aa2a7fa6e991272ab
+SHA512 (concurrent-ruby-1.1.10.gem) = ed01d65d79e6ed2987321f4665cb5f7c3fcd701029a33e68da0feb0cd6cb2682cef619566a3bd0996db207becb0425d77967b66ee66d775a489b1317e78807ab
+Size (concurrent-ruby-1.1.10.gem) = 360448 bytes



Home | Main Index | Thread Index | Old Index