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:           Sat Aug 26 13:20:08 UTC 2023

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

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

2.6.4 (2023-08-25)

* If a task returns an exception value, do not raise it in #wait. (#270)
* Minor improvement to test performance.
* Test multiple process waits. (#273)
* Failing timeout while getting from stdin. (#266)
* Fix handling of TimeoutError in io_wait. (#274)
* Add test for blocking IO#gets in task. (#267)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/devel/ruby-async/Makefile:1.13
--- pkgsrc/devel/ruby-async/Makefile:1.12       Sun Jul 30 03:51:32 2023
+++ pkgsrc/devel/ruby-async/Makefile    Sat Aug 26 13:20:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/07/30 03:51:32 taca Exp $
+# $NetBSD: Makefile,v 1.13 2023/08/26 13:20:08 taca Exp $
 
-DISTNAME=      async-2.6.3
+DISTNAME=      async-2.6.4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.10 pkgsrc/devel/ruby-async/distinfo:1.11
--- pkgsrc/devel/ruby-async/distinfo:1.10       Sun Jul 30 03:51:32 2023
+++ pkgsrc/devel/ruby-async/distinfo    Sat Aug 26 13:20:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/07/30 03:51:32 taca Exp $
+$NetBSD: distinfo,v 1.11 2023/08/26 13:20:08 taca Exp $
 
-BLAKE2s (async-2.6.3.gem) = 4fcf99362738d6f9fe0d2a1d1aca9b27131fcd708a2fb8c6322abbb21e5fd8db
-SHA512 (async-2.6.3.gem) = 44a96ab179923bf8e28beb57f43d1ebf32aa4043a607fffe13f3849c9ed7c7860bff104be60e90281b53d0a4a35aa9ec2f7e273f295b1aa7e238d7370615265b
-Size (async-2.6.3.gem) = 29184 bytes
+BLAKE2s (async-2.6.4.gem) = 39206ad90aa0ef05be9ef1c331a15d92635c4d6e8f43a27937c0682d304b1395
+SHA512 (async-2.6.4.gem) = 327ee62d184886270fa4bb2d4a977e8ce7f10ff8c533d664707650ad925887d4bb27e5ba40a59a20856729dedde34e263d8c3340912068f7a1c5822bb477aa88
+Size (async-2.6.4.gem) = 29184 bytes



Home | Main Index | Thread Index | Old Index