pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-concurrent-ruby
Module Name: pkgsrc
Committed By: taca
Date: Thu Aug 11 12:51:13 UTC 2022
Modified Files:
pkgsrc/devel/ruby-concurrent-ruby: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-concurrent-ruby/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-concurrent-ruby/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-concurrent-ruby/Makefile
diff -u pkgsrc/devel/ruby-concurrent-ruby/Makefile:1.7 pkgsrc/devel/ruby-concurrent-ruby/Makefile:1.8
--- pkgsrc/devel/ruby-concurrent-ruby/Makefile:1.7 Mon Jun 14 15:09:55 2021
+++ pkgsrc/devel/ruby-concurrent-ruby/Makefile Thu Aug 11 12:51:13 2022
@@ -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"
Index: pkgsrc/devel/ruby-concurrent-ruby/distinfo
diff -u pkgsrc/devel/ruby-concurrent-ruby/distinfo:1.9 pkgsrc/devel/ruby-concurrent-ruby/distinfo:1.10
--- pkgsrc/devel/ruby-concurrent-ruby/distinfo:1.9 Tue Oct 26 10:19:28 2021
+++ pkgsrc/devel/ruby-concurrent-ruby/distinfo Thu Aug 11 12:51:13 2022
@@ -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