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 Mar  5 13:21:30 UTC 2024

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

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

2.9.0 (2024-03-05)

What's Changed

* Introduce Scheduler#load and Async::Idler for load shedding and
  saturation. (#309)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-async/PLIST
cvs rdiff -u -r1.14 -r1.15 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.17 pkgsrc/devel/ruby-async/Makefile:1.18
--- pkgsrc/devel/ruby-async/Makefile:1.17       Sat Feb 24 14:10:46 2024
+++ pkgsrc/devel/ruby-async/Makefile    Tue Mar  5 13:21:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/02/24 14:10:46 taca Exp $
+# $NetBSD: Makefile,v 1.18 2024/03/05 13:21:29 taca Exp $
 
-DISTNAME=      async-2.8.2
+DISTNAME=      async-2.9.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +11,7 @@ LICENSE=      mit
 USE_LANGUAGES= # none
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-console>=1.10<2:../../devel/ruby-console
-DEPENDS+=      ${RUBY_PKGPREFIX}-io-event>=1.1.0<2:../../devel/ruby-io-event
+DEPENDS+=      ${RUBY_PKGPREFIX}-io-event>=1.5<2:../../devel/ruby-io-event
 DEPENDS+=      ${RUBY_PKGPREFIX}-timers>=4.1<5:../../time/ruby-timers
 DEPENDS+=      ${RUBY_PKGPREFIX}-fiber-annotation>=0:../../devel/ruby-fiber-annotation
 

Index: pkgsrc/devel/ruby-async/PLIST
diff -u pkgsrc/devel/ruby-async/PLIST:1.4 pkgsrc/devel/ruby-async/PLIST:1.5
--- pkgsrc/devel/ruby-async/PLIST:1.4   Sat Feb  3 15:07:58 2024
+++ pkgsrc/devel/ruby-async/PLIST       Tue Mar  5 13:21:29 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/02/03 15:07:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/03/05 13:21:29 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/lib/async.rb
 ${GEM_LIBDIR}/lib/async/barrier.md
@@ -6,6 +6,7 @@ ${GEM_LIBDIR}/lib/async/barrier.rb
 ${GEM_LIBDIR}/lib/async/clock.rb
 ${GEM_LIBDIR}/lib/async/condition.md
 ${GEM_LIBDIR}/lib/async/condition.rb
+${GEM_LIBDIR}/lib/async/idler.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.14 pkgsrc/devel/ruby-async/distinfo:1.15
--- pkgsrc/devel/ruby-async/distinfo:1.14       Sat Feb 24 14:10:46 2024
+++ pkgsrc/devel/ruby-async/distinfo    Tue Mar  5 13:21:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/02/24 14:10:46 taca Exp $
+$NetBSD: distinfo,v 1.15 2024/03/05 13:21:29 taca Exp $
 
-BLAKE2s (async-2.8.2.gem) = a5e66a7d71796f47e43bc9053c9189dce4f2c4e37a626c84ff0298372a74721f
-SHA512 (async-2.8.2.gem) = 9e7861ecb4386d867b994a2544c2690fa10514441b05d6eb6e5aec23bce724b72384ddcfa0fc27d94d6455d11432fac21acb0dc18c5520f940df65c1ceaf2db0
-Size (async-2.8.2.gem) = 27648 bytes
+BLAKE2s (async-2.9.0.gem) = cb36fbbba8be1af3c46266fde0dd668cbfa6f067ed4514ba2016fc31807d2d57
+SHA512 (async-2.9.0.gem) = e03a24a77b8c205cc19b6cec4075f9f9551a1c873e8ed93c664f3be1c0a25d618cb92d0943ad5aa11ba21e1adafbeee6fc6678d7c63023f538bccf98bad04a29
+Size (async-2.9.0.gem) = 28160 bytes



Home | Main Index | Thread Index | Old Index