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:           Sun Jul 26 13:59:07 UTC 2026

Modified Files:
        pkgsrc/devel/ruby-async: Makefile distinfo

Log Message:
devel/ruby-async: update to 2.43.0

2.43.0 (2026-07-22)

* Propagate cancellation causes through task trees so child tasks observe
  the original cancellation cause.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.46 -r1.47 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.50 pkgsrc/devel/ruby-async/Makefile:1.51
--- pkgsrc/devel/ruby-async/Makefile:1.50       Tue Jul  7 13:57:21 2026
+++ pkgsrc/devel/ruby-async/Makefile    Sun Jul 26 13:59:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2026/07/07 13:57:21 taca Exp $
+# $NetBSD: Makefile,v 1.51 2026/07/26 13:59:07 taca Exp $
 
-DISTNAME=      async-2.42.0
+DISTNAME=      async-2.43.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,8 +13,6 @@ USE_LANGUAGES=        # none
 DEPENDS+=      ${RUBY_PKGPREFIX}-console>=1.29<2:../../devel/ruby-console
 DEPENDS+=      ${RUBY_PKGPREFIX}-io-event>=1.11<2:../../devel/ruby-io-event
 DEPENDS+=      ${RUBY_PKGPREFIX}-fiber-annotation>=0:../../devel/ruby-fiber-annotation
-DEPENDS+=      ${RUBY_PKGPREFIX}-traces>=0.18<1:../../devel/ruby-traces
-DEPENDS+=      ${RUBY_PKGPREFIX}-metrics>=0.12<1:../../devel/ruby-metrics
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.46 pkgsrc/devel/ruby-async/distinfo:1.47
--- pkgsrc/devel/ruby-async/distinfo:1.46       Tue Jul  7 13:57:21 2026
+++ pkgsrc/devel/ruby-async/distinfo    Sun Jul 26 13:59:07 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2026/07/07 13:57:21 taca Exp $
+$NetBSD: distinfo,v 1.47 2026/07/26 13:59:07 taca Exp $
 
-BLAKE2s (async-2.42.0.gem) = a4b818f99c023ae945bc2dc89e7d62d39450c8e93da21304c8618ca1e0d30def
-SHA512 (async-2.42.0.gem) = 52e34ccabd5d48505ca6bd90bc98b421324165a5fb900cc385b8362c6eea7d916bcf453e1a2ce5108a9c5ff33b4743404abfad228e36f48e19e84fcce7000f2b
-Size (async-2.42.0.gem) = 67072 bytes
+BLAKE2s (async-2.43.0.gem) = 73358feae9d7b7d426a764053287921113bb8c6e6a009ecfe252a68d044c1651
+SHA512 (async-2.43.0.gem) = 6080debfecefaeccdbb26800bb8e340efe5817a7293285c7246ea163a0fa60e1e7888a508cfd2dca54b77baf1cf03c279b24387d4e09f2dd0a439480704156f3
+Size (async-2.43.0.gem) = 67072 bytes



Home | Main Index | Thread Index | Old Index