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:           Fri Jun  9 13:43:54 UTC 2023

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

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

2.6.0 (2023-06-07)

What's Changed

* Fix trasient typo; make general syntax and punctuation edits to readme by
  @ColinDKelley in #235
* Better error handling when scheduler is closed. by @ioquatix in #240
* Delegate to Fiber#annotate where possible. by @ioquatix in #241
* Fix handling of stop stopping the stopping task. by @ioquatix in #242
* Strip device suffix before resolving hostname. by @ioquatix in #243

New Contributors

* @ColinDKelley made their first contribution in #235

2.6.1 (2023-06-09)

What's Changed

* Ensure transient tasks are correctly terminated. by @ioquatix in #245


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/devel/ruby-async/Makefile:1.10
--- pkgsrc/devel/ruby-async/Makefile:1.9        Thu May 18 14:07:14 2023
+++ pkgsrc/devel/ruby-async/Makefile    Fri Jun  9 13:43:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/05/18 14:07:14 taca Exp $
+# $NetBSD: Makefile,v 1.10 2023/06/09 13:43:54 taca Exp $
 
-DISTNAME=      async-2.5.1
+DISTNAME=      async-2.6.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,6 +13,7 @@ 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}-timers>=4.1<5:../../time/ruby-timers
+DEPENDS+=      ${RUBY_PKGPREFIX}-fiber-annotation>=0:../../devel/ruby-fiber-annotation
 
 RUBY_VERSIONS_ACCEPTED=        31 32
 

Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.7 pkgsrc/devel/ruby-async/distinfo:1.8
--- pkgsrc/devel/ruby-async/distinfo:1.7        Thu May 18 14:07:14 2023
+++ pkgsrc/devel/ruby-async/distinfo    Fri Jun  9 13:43:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/05/18 14:07:14 taca Exp $
+$NetBSD: distinfo,v 1.8 2023/06/09 13:43:54 taca Exp $
 
-BLAKE2s (async-2.5.1.gem) = d4bfaa93de3f069c47258fe49ad21448668f1c2c9131eaa9b81347261f218a4a
-SHA512 (async-2.5.1.gem) = 556d3f062b9830336af6a96649d575b933cfbcb901e8d1240fb49406109ffb65424c84364b9226d94cd46403c4bbe9016c7d04e342a84579e702f10464396cc7
-Size (async-2.5.1.gem) = 25600 bytes
+BLAKE2s (async-2.6.1.gem) = e44aef90b991b05abfddf62e994cdfd0da2d45321e1736540dc947e32ed12153
+SHA512 (async-2.6.1.gem) = 13d5a38c7a4388dfbfb48bb634c4de9c36c01de87df28d24f3432b5a7732c4601a35ad0706f4b2de343c87cf940ad2eded5939a5a3aa773b539747ad3fe92f59
+Size (async-2.6.1.gem) = 26112 bytes



Home | Main Index | Thread Index | Old Index