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:           Wed Mar 15 14:19:32 UTC 2023

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

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

2.4.1 (2023-03-07)

* Allow running the test in isolation.

* Avoid race conditions in Scheduler#interrupt and Scheduler#unblock. (#216)

2.4.2 (2023-03-11)

* Ensure all tasks are completed before closing scheduler. (#219)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/devel/ruby-async/Makefile:1.7
--- pkgsrc/devel/ruby-async/Makefile:1.6        Sun Mar  5 13:35:42 2023
+++ pkgsrc/devel/ruby-async/Makefile    Wed Mar 15 14:19:32 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/03/05 13:35:42 taca Exp $
+# $NetBSD: Makefile,v 1.7 2023/03/15 14:19:32 taca Exp $
 
-DISTNAME=      async-2.4.0
+DISTNAME=      async-2.4.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.4 pkgsrc/devel/ruby-async/distinfo:1.5
--- pkgsrc/devel/ruby-async/distinfo:1.4        Sun Mar  5 13:35:42 2023
+++ pkgsrc/devel/ruby-async/distinfo    Wed Mar 15 14:19:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/03/05 13:35:42 taca Exp $
+$NetBSD: distinfo,v 1.5 2023/03/15 14:19:32 taca Exp $
 
-BLAKE2s (async-2.4.0.gem) = 13f9e16dda39a156294f6377a4bc67d004ae1c3bce59c638cef8917d8f9bae7d
-SHA512 (async-2.4.0.gem) = b6322e14e64988b0d9d9371c5a4eca2a1bc971ad9c008e99db3b000c68707c2193c0c21724ac6ceba533f0de5a984d17c28e13312e30e1f960f783bfce17beff
-Size (async-2.4.0.gem) = 25088 bytes
+BLAKE2s (async-2.4.2.gem) = 169bdfbfef7a3cefc66b1c135567039483e229f30629c581a98b00120321e38d
+SHA512 (async-2.4.2.gem) = c8efca3e9c5b24fb2d5c04bbce3443f79530a264851fbcbfe6e1fc374f93d3120593e2fb3d31b5d1cd30f4702291402c3dc82cf7862512597726d0044fb91654
+Size (async-2.4.2.gem) = 25088 bytes



Home | Main Index | Thread Index | Old Index