Skip to content

Commit

Permalink
devel/ruby-async: update to 2.6.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Jun 9, 2023
1 parent 371b2e1 commit 8efeeb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions devel/ruby-async/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-async/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8efeeb6

Please sign in to comment.