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 Feb  9 14:22:04 UTC 2025

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

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

2.22.0 (2025-02-07)

* Prefer bare sleep.
* Updated scheduler guide.
* Add Async::Clock#reset!.
* Add async.task.finished metric.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-async/PLIST
cvs rdiff -u -r1.26 -r1.27 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.29 pkgsrc/devel/ruby-async/Makefile:1.30
--- pkgsrc/devel/ruby-async/Makefile:1.29       Sun Dec  8 16:23:05 2024
+++ pkgsrc/devel/ruby-async/Makefile    Sun Feb  9 14:22:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/12/08 16:23:05 taca Exp $
+# $NetBSD: Makefile,v 1.30 2025/02/09 14:22:04 taca Exp $
 
-DISTNAME=      async-2.21.1
+DISTNAME=      async-2.22.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,8 +11,10 @@ LICENSE=     mit
 USE_LANGUAGES= # none
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-console>=1.29<2:../../devel/ruby-console
-DEPENDS+=      ${RUBY_PKGPREFIX}-io-event>=1.6.5<2:../../devel/ruby-io-event
+DEPENDS+=      ${RUBY_PKGPREFIX}-io-event>=1.7<2:../../devel/ruby-io-event
 DEPENDS+=      ${RUBY_PKGPREFIX}-fiber-annotation>=0:../../devel/ruby-fiber-annotation
+DEPENDS+=      ${RUBY_PKGPREFIX}-traces>=0.15<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/PLIST
diff -u pkgsrc/devel/ruby-async/PLIST:1.7 pkgsrc/devel/ruby-async/PLIST:1.8
--- pkgsrc/devel/ruby-async/PLIST:1.7   Sun Dec  8 16:23:05 2024
+++ pkgsrc/devel/ruby-async/PLIST       Sun Feb  9 14:22:04 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2024/12/08 16:23:05 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/02/09 14:22:04 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/lib/async.rb
 ${GEM_LIBDIR}/lib/async/barrier.md
@@ -8,6 +8,7 @@ ${GEM_LIBDIR}/lib/async/condition.md
 ${GEM_LIBDIR}/lib/async/condition.rb
 ${GEM_LIBDIR}/lib/async/console.rb
 ${GEM_LIBDIR}/lib/async/idler.rb
+${GEM_LIBDIR}/lib/async/limited_queue.rb
 ${GEM_LIBDIR}/lib/async/list.rb
 ${GEM_LIBDIR}/lib/async/node.rb
 ${GEM_LIBDIR}/lib/async/notification.rb

Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.26 pkgsrc/devel/ruby-async/distinfo:1.27
--- pkgsrc/devel/ruby-async/distinfo:1.26       Sun Dec  8 16:23:05 2024
+++ pkgsrc/devel/ruby-async/distinfo    Sun Feb  9 14:22:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/12/08 16:23:05 taca Exp $
+$NetBSD: distinfo,v 1.27 2025/02/09 14:22:04 taca Exp $
 
-BLAKE2s (async-2.21.1.gem) = d531306d7330730e10f299e4897c8dce11d8bd73622d3d168f394d120047d0ec
-SHA512 (async-2.21.1.gem) = ef830e00ed013201d16bb419ab1683189643ffd7f42f674c8b03fd9a85c18a42b1da9453f5869f4763789fa8f1bec5168c01096bf52bcf4ab6b6b84d819d67a5
-Size (async-2.21.1.gem) = 35328 bytes
+BLAKE2s (async-2.22.0.gem) = fedf3ceab9be1ceb2fb78797a98da973341f3d75e2db8df877007e320b8a06e2
+SHA512 (async-2.22.0.gem) = 80875500adaba2e6a3dbb058d6404018ac642f39dc5f19a21bca92fec8aeb9af95c7e648e7564f6ac9260304e597cc4cc2f8118958e3cea4124b28634aa5e9cc
+Size (async-2.22.0.gem) = 35840 bytes



Home | Main Index | Thread Index | Old Index