pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-async
Module Name: pkgsrc
Committed By: taca
Date: Tue Jul 7 13:57:21 UTC 2026
Modified Files:
pkgsrc/devel/ruby-async: Makefile distinfo
Log Message:
devel/ruby-async: update to 2.42.0
2.42.0 (2026-07-02)
* Sync and Async can now be invoked from a non-blocking fiber that has no
scheduler (e.g. inside an Enumerator or a bare Fiber.new). Previously
this raised RuntimeError: Running scheduler on non-blocking fiber!. The
reactor is now run within Fiber.blocking, so the scheduler always runs on
a blocking fiber.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/ruby-async/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-async/Makefile
diff -u pkgsrc/devel/ruby-async/Makefile:1.49 pkgsrc/devel/ruby-async/Makefile:1.50
--- pkgsrc/devel/ruby-async/Makefile:1.49 Sun Jun 28 14:31:54 2026
+++ pkgsrc/devel/ruby-async/Makefile Tue Jul 7 13:57:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2026/06/28 14:31:54 taca Exp $
+# $NetBSD: Makefile,v 1.50 2026/07/07 13:57:21 taca Exp $
-DISTNAME= async-2.41.0
+DISTNAME= async-2.42.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.45 pkgsrc/devel/ruby-async/distinfo:1.46
--- pkgsrc/devel/ruby-async/distinfo:1.45 Sun Jun 28 14:31:54 2026
+++ pkgsrc/devel/ruby-async/distinfo Tue Jul 7 13:57:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2026/06/28 14:31:54 taca Exp $
+$NetBSD: distinfo,v 1.46 2026/07/07 13:57:21 taca Exp $
-BLAKE2s (async-2.41.0.gem) = e6cab3da9246c3c39eddccbe50ad9926738a444000ca75350484a52509136b44
-SHA512 (async-2.41.0.gem) = ba255d7f7980069ad6f23c91441431b4b84a983f4fc809be22ccc4399a89782b85d89adb7623e35e180d57fe4e0b869ac22fcb8c998bb616c22c2278e7d963ed
-Size (async-2.41.0.gem) = 66560 bytes
+BLAKE2s (async-2.42.0.gem) = a4b818f99c023ae945bc2dc89e7d62d39450c8e93da21304c8618ca1e0d30def
+SHA512 (async-2.42.0.gem) = 52e34ccabd5d48505ca6bd90bc98b421324165a5fb900cc385b8362c6eea7d916bcf453e1a2ce5108a9c5ff33b4743404abfad228e36f48e19e84fcce7000f2b
+Size (async-2.42.0.gem) = 67072 bytes
Home |
Main Index |
Thread Index |
Old Index