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 Apr 7 14:39:34 UTC 2024
Modified Files:
pkgsrc/devel/ruby-async: Makefile distinfo
Log Message:
devel/ruby-async: update to 2.10.1
2.10.0 (2024-03-27)
* Introduce Async::Task#defer_stop by @ioquatix in #310
2.10.1 (2024-03-27)
* Raise stop directly in #defer_stop. by @ioquatix in #311
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.15 -r1.16 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.18 pkgsrc/devel/ruby-async/Makefile:1.19
--- pkgsrc/devel/ruby-async/Makefile:1.18 Tue Mar 5 13:21:29 2024
+++ pkgsrc/devel/ruby-async/Makefile Sun Apr 7 14:39:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/03/05 13:21:29 taca Exp $
+# $NetBSD: Makefile,v 1.19 2024/04/07 14:39:33 taca Exp $
-DISTNAME= async-2.9.0
+DISTNAME= async-2.10.1
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.5<2:../../devel/ruby-io-event
+DEPENDS+= ${RUBY_PKGPREFIX}-io-event>=1.5.1<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/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.15 pkgsrc/devel/ruby-async/distinfo:1.16
--- pkgsrc/devel/ruby-async/distinfo:1.15 Tue Mar 5 13:21:29 2024
+++ pkgsrc/devel/ruby-async/distinfo Sun Apr 7 14:39:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/03/05 13:21:29 taca Exp $
+$NetBSD: distinfo,v 1.16 2024/04/07 14:39:33 taca Exp $
-BLAKE2s (async-2.9.0.gem) = cb36fbbba8be1af3c46266fde0dd668cbfa6f067ed4514ba2016fc31807d2d57
-SHA512 (async-2.9.0.gem) = e03a24a77b8c205cc19b6cec4075f9f9551a1c873e8ed93c664f3be1c0a25d618cb92d0943ad5aa11ba21e1adafbeee6fc6678d7c63023f538bccf98bad04a29
-Size (async-2.9.0.gem) = 28160 bytes
+BLAKE2s (async-2.10.1.gem) = 3aa51f3865a00fbc067cb907e3908bc284f0b3a05b6c55f2ac37079a63fbbe1c
+SHA512 (async-2.10.1.gem) = 14309154d66995b90c975f6e9a513fcb691fadd3b02f4e661fea6253fa7aec7857e79d766454ddd18031525308439c7e9dcf8bd7ab336bff0384229491e05ee2
+Size (async-2.10.1.gem) = 28672 bytes
Home |
Main Index |
Thread Index |
Old Index