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 Feb  3 15:07:58 UTC 2024

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

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

2.7.0 (2024-01-02)

What's Changed

* Try testing on Ruby 3.3. by @ioquatix in #294
* Add support for IO#timeout in io_read, io_write and io_wait. by @ioquatix
  in #296

2.8.0 (2024-01-03)

What's Changed

* Allow Interrupt to retry the run loop after issuing #stop. by @ioquatix in
  #297
* Add write timeout test. by @ioquatix in #298

2.8.1 (2024-02-01)

What's Changed

* Don't enable io_write hook on Ruby < 3.3.1 as it's buggy. by @ioquatix in
  #303


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-async/PLIST
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/devel/ruby-async/Makefile:1.16
--- pkgsrc/devel/ruby-async/Makefile:1.15       Wed Jan  3 15:55:57 2024
+++ pkgsrc/devel/ruby-async/Makefile    Sat Feb  3 15:07:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/01/03 15:55:57 taca Exp $
+# $NetBSD: Makefile,v 1.16 2024/02/03 15:07:58 taca Exp $
 
-DISTNAME=      async-2.6.5
+DISTNAME=      async-2.8.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-async/PLIST
diff -u pkgsrc/devel/ruby-async/PLIST:1.3 pkgsrc/devel/ruby-async/PLIST:1.4
--- pkgsrc/devel/ruby-async/PLIST:1.3   Sun Jul 30 03:51:32 2023
+++ pkgsrc/devel/ruby-async/PLIST       Sat Feb  3 15:07:58 2024
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2023/07/30 03:51:32 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/02/03 15:07:58 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/conduct.md
 ${GEM_LIBDIR}/lib/async.rb
 ${GEM_LIBDIR}/lib/async/barrier.md
 ${GEM_LIBDIR}/lib/async/barrier.rb

Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.12 pkgsrc/devel/ruby-async/distinfo:1.13
--- pkgsrc/devel/ruby-async/distinfo:1.12       Sat Nov 11 09:57:32 2023
+++ pkgsrc/devel/ruby-async/distinfo    Sat Feb  3 15:07:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/11/11 09:57:32 taca Exp $
+$NetBSD: distinfo,v 1.13 2024/02/03 15:07:58 taca Exp $
 
-BLAKE2s (async-2.6.5.gem) = bb7d9d54eaaa83c720bc8da2eb98870ba4cb63374d5857a24809971b961ce6d5
-SHA512 (async-2.6.5.gem) = d3ca1bca103c00a1251a28d1c9ce26274ac6b00fe100efbbfffcf47123408fc8971fd63c5f3afa80b5b2dbdd58ef71ae2272370db21df0e057289ffeb168cc88
-Size (async-2.6.5.gem) = 29184 bytes
+BLAKE2s (async-2.8.1.gem) = 40e596a0c7afd5b89d8c470a3e853b3ce5764cba3e83eff0b0bbbcc78a048621
+SHA512 (async-2.8.1.gem) = 3a1751a9d6e7bbbf23c38e4567497ac5b6c3b885934d196f52fa608a9443a202982457dec6304e3dd1497e62547c393d1d978d69a8176f1244e635297f9eb793
+Size (async-2.8.1.gem) = 27136 bytes



Home | Main Index | Thread Index | Old Index