pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-irb



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Mar  7 13:25:12 UTC 2026

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

Log Message:
devel/ruby-irb: update to 1.17.0

1.17.0  (2026-02-09)

What's Changed

Bug Fixes

* Support copy command on windows and wsl by @hogelog in #1153
* Fix incorrect history handling in nested session with debug.gem by @st0012
  in #1158
* Treat frame.path as nilable in frame filtering by @st0012 in #1161

Other Changes

* Exclude dependabot updates from release note by @hsbt in #1151
* Fix test_rendering flaky pager test by @tompng in #1152
* Syntax Highlight using Prism by @tompng in #1091
* Nesting analysis using Prism by @tompng in #1092
* Add missing keyword to colorize by @tompng in #1163
* Stop pointing rbs to git source by @st0012 in #1165
* Support slices change in Prism by @tompng in #1168
* Bump version to 1.17.0 by @st0012 in #1169
* Skip tests that are failing on TruffleRuby by @st0012 in #1170


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-irb/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-irb/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-irb/Makefile
diff -u pkgsrc/devel/ruby-irb/Makefile:1.7 pkgsrc/devel/ruby-irb/Makefile:1.8
--- pkgsrc/devel/ruby-irb/Makefile:1.7  Tue Feb  3 15:14:55 2026
+++ pkgsrc/devel/ruby-irb/Makefile      Sat Mar  7 13:25:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/02/03 15:14:55 taca Exp $
+# $NetBSD: Makefile,v 1.8 2026/03/07 13:25:12 taca Exp $
 
-DISTNAME=      irb-1.16.0
+DISTNAME=      irb-1.17.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,9 +10,6 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= # none
 
-# Ruby 4.0.1 has irb 1.16.0 gem
-RUBY_VERSIONS_ACCEPTED=        32 33 34
-
 RUBYGEM_MANPAGES=      yes
 RUBYGEM_OPTIONS+=      --format-executable
 

Index: pkgsrc/devel/ruby-irb/distinfo
diff -u pkgsrc/devel/ruby-irb/distinfo:1.6 pkgsrc/devel/ruby-irb/distinfo:1.7
--- pkgsrc/devel/ruby-irb/distinfo:1.6  Tue Feb  3 15:14:55 2026
+++ pkgsrc/devel/ruby-irb/distinfo      Sat Mar  7 13:25:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2026/02/03 15:14:55 taca Exp $
+$NetBSD: distinfo,v 1.7 2026/03/07 13:25:12 taca Exp $
 
-BLAKE2s (irb-1.16.0.gem) = 17f537c5836ee859683524c70d04a6d1fc14be7e7326a3f892e34fbe8fdd1dac
-SHA512 (irb-1.16.0.gem) = 81e45de4dc4556a5274e2327ee57514d5ea443e64d7098ab7bea0a3b01ff42d2beb550535ffe3cf0ac4442c4c4cece0dce6a64723f9ba503ea78586ed93ac3b8
-Size (irb-1.16.0.gem) = 102400 bytes
+BLAKE2s (irb-1.17.0.gem) = 43a23ed7dbf023147880f7d64b0d50de9e91cd34d65334767a510c4c8913f9ef
+SHA512 (irb-1.17.0.gem) = b9bf1e1468b8398bcffb2e55b2a91336a5378f1a3bcb92c352d48bf347b1739fd6e7df26959ed99c5826c4b5070f94366b4bc0b8deb2abfbf81b60b6465491ad
+Size (irb-1.17.0.gem) = 102912 bytes



Home | Main Index | Thread Index | Old Index