pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/ruby-timeout



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 18 14:34:36 UTC 2026

Modified Files:
        pkgsrc/time/ruby-timeout: Makefile distinfo

Log Message:
time/ruby-timeout: update to 0.6.0

0.6.0 (2025-12-17)

What's Changed

* Suppress warnings in two tests by @olleolleolle in #71
* Revert "Suppress warnings in two tests" by @nobu in #74
* Only the timeout method should be public on the Timeout module by @eregon
  in #76
* support Ractor by @ko1 in #75
* Test that Timeout does not expose extra constants by @eregon in #77
* Revert "Exclude constantly-failing test on x86_64-darwin" by @ko1 in #79
* Reset the interrupt mask when creating the Timeout thread by @eregon in
  #80
* Make Timeout.timeout work in a trap handler on CRuby by @eregon in #81
* Skip signal test on windows by @byroot in #82
* Add windows to CI matrix by @byroot in #83
* Fix failing timeout test by @luke-gruber in #85
* Restore original signal handler in test_timeout_in_trap_handler by @eregon
  in #87
* Run on Windows for all versions and remove old excludes by @eregon in #84

New Contributors

* @ko1 made their first contribution in #75
* @byroot made their first contribution in #82
* @luke-gruber made their first contribution in #85


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/ruby-timeout/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/ruby-timeout/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/ruby-timeout/Makefile
diff -u pkgsrc/time/ruby-timeout/Makefile:1.6 pkgsrc/time/ruby-timeout/Makefile:1.7
--- pkgsrc/time/ruby-timeout/Makefile:1.6       Tue May 27 16:05:34 2025
+++ pkgsrc/time/ruby-timeout/Makefile   Sun Jan 18 14:34:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2025/05/27 16:05:34 taca Exp $
+# $NetBSD: Makefile,v 1.7 2026/01/18 14:34:36 taca Exp $
 
-DISTNAME=      timeout-0.4.3
+DISTNAME=      timeout-0.6.0
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,8 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= # none
 
-# Ruby 3.4.4 has timeout 0.4.3 gem.
-RUBY_VERSIONS_ACCEPTED=        32 33
+# Ruby 4.0.0 has the same version as bundled gem.
+RUBY_VERSIONS_ACCEPTED=        32 33 34
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/time/ruby-timeout/distinfo
diff -u pkgsrc/time/ruby-timeout/distinfo:1.2 pkgsrc/time/ruby-timeout/distinfo:1.3
--- pkgsrc/time/ruby-timeout/distinfo:1.2       Mon Dec 16 09:06:59 2024
+++ pkgsrc/time/ruby-timeout/distinfo   Sun Jan 18 14:34:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/12/16 09:06:59 taca Exp $
+$NetBSD: distinfo,v 1.3 2026/01/18 14:34:36 taca Exp $
 
-BLAKE2s (timeout-0.4.3.gem) = 65bdbde4b6ad0da0bc9855901d4b2b40129f1d2edb0c955a0e5b638adadba1f8
-SHA512 (timeout-0.4.3.gem) = 4735aa96df796e5747a870f45fec561e0fdd66b839639c6660786de1be5c4009b706e453958639065287c8f6c6bc1a5e56d2b0ec654b1ce012f907a7ffcec098
-Size (timeout-0.4.3.gem) = 9216 bytes
+BLAKE2s (timeout-0.6.0.gem) = af9aac7e8fe60c83fe6771feea7a1ec037c58aea8c576bd8e99008dccc6855de
+SHA512 (timeout-0.6.0.gem) = 919cb05ce3ccc687f3df73ffd31202633bb3edd77208a9893049697242b6f7c3c48b7509e979a4ca94447a90c465c062792de8adfe40488e27a25d0d3d35ed7d
+Size (timeout-0.6.0.gem) = 10752 bytes



Home | Main Index | Thread Index | Old Index