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: Tue Feb 3 15:14:55 UTC 2026
Modified Files:
pkgsrc/devel/ruby-irb: Makefile PLIST distinfo
Log Message:
devel/ruby-irb: update to 1.16.0
1.15.3 (2025-11-01)
What's Changed
Enhancements
* Remove all internal frames from a backtrace by @mame in #1106
* Improve prompt generating performance by caching prompt parts(%m, %M) by
@tompng in #1127
* Do not save consecutive duplicate commands to history by @topalovic in
#1120
Bug Fixes
* Handle keyword local variables correctly by @tompng in #1085
* Fix nil error on debugger prompt by @muno92 in #1097
* Fix methods defined with invalid encoding are not displayed in completion
by @ksaito422 in #1101
* Fix show_source command when obj.method is overrided by @tompng in #1111
* Reset IOGate.set_winch_handler when dancing ruby easter-egg terminates by
@tompng in #1124
* Fix UTF-16 autocompletion by @alexanderadam in #1129
Documentation
* [DOC] Fix link by @BurdetteLamar in #1112
Other Changes
* Avoid intermediate array from split by @Maumagnaguagno in #1093
* Replace gsub with rstrip by @Maumagnaguagno in #1095
* Prefer filter_map and map+grep instead of map+compact and select+map by
@Maumagnaguagno in #1094
* Enabled trusted publisher for rubygems.org by @hsbt in #1100
* fix typos and wording on sigint section of docs by @Stevo-S in #1104
* Bump step-security/harden-runner from 2.12.0 to 2.12.1 by @dependabot[bot]
in #1105
* Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot[bot]
in #1108
* Bump step-security/harden-runner from 2.12.2 to 2.13.0 by @dependabot[bot]
in #1109
* Gemfile: add github dependency on rbs by @olleolleolle in #1117
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1116
* Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in
#1119
* Bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot]
in #1121
* [DOC] Include document files in the generated gem file by @nobu in #1098
* Bump integration test's timeout on CI to 30s by @st0012 in #1122
* Fix prompt cache flaky test by @tompng in #1130
* Bump rubygems/release-gem from 1.1.1 to 1.1.2 by @dependabot[bot] in #1131
* Easter-egg Use endless range instead of step by @RicardoTrindade in #1123
* Bump version to 1.15.3 by @tompng in #1134
New Contributors
* @muno92 made their first contribution in #1097
* @Stevo-S made their first contribution in #1104
* @ksaito422 made their first contribution in #1101
* @alexanderadam made their first contribution in #1129
* @topalovic made their first contribution in #1120
1.16.0 (2025-12-16)
What's Changed
Enhancements
* Add --context-mode 5: evaluates inside Ruby::Box by @tompng in #1142
Bug Fixes
* Avoid creating method objects unnecessarily when distinguishing between
commands and statements. by @tompng in #1138
* Show-source should not raise error even if line_no is wrong by @tompng in
#1145
Other Changes
* Pin power_assert to v2 for Ruby 2.7 (v3 requires 3.1+) by @ima1zumi in #1135
* Revert " Pin power_assert to v2 for Ruby 2.7 (v3 requires 3.1+)" by
@ima1zumi in #1136
* Bump step-security/harden-runner from 2.13.1 to 2.13.2 by @dependabot[bot]
in #1137
* Change platform mswin to nil by @ima1zumi in #1139
* update test to check for UTF16LE/BE by @alexanderadam in #1132
* Correct usage for -w. It turns ON warnings, not OFF. by @zenspider in
#1141
* Bump actions/checkout from 5 to 6 by @dependabot[bot] in #1143
* Bump actions/checkout from 5.0.1 to 6.0.0 by @dependabot[bot] in #1144
* Update rc-files documentation by @eval in #1113
* Bump step-security/harden-runner from 2.13.2 to 2.13.3 by @dependabot[bot]
in #1147
* Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #1146
* call Thread.pass just after Thread.stop by @ko1 in #1148
* Bump step-security/harden-runner from 2.13.3 to 2.14.0 by @dependabot[bot]
in #1149
* Bump version to 1.16.0 by @tompng in #1150
New Contributors
* @zenspider made their first contribution in #1141
* @ko1 made their first contribution in #1148
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-irb/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-irb/PLIST
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/devel/ruby-irb/Makefile:1.7
--- pkgsrc/devel/ruby-irb/Makefile:1.6 Thu May 22 13:36:41 2025
+++ pkgsrc/devel/ruby-irb/Makefile Tue Feb 3 15:14:55 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2025/05/22 13:36:41 taca Exp $
+# $NetBSD: Makefile,v 1.7 2026/02/03 15:14:55 taca Exp $
-DISTNAME= irb-1.15.2
-PKGREVISION= 1
+DISTNAME= irb-1.16.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,6 +10,9 @@ 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/PLIST
diff -u pkgsrc/devel/ruby-irb/PLIST:1.2 pkgsrc/devel/ruby-irb/PLIST:1.3
--- pkgsrc/devel/ruby-irb/PLIST:1.2 Sun Feb 9 09:06:46 2025
+++ pkgsrc/devel/ruby-irb/PLIST Tue Feb 3 15:14:55 2026
@@ -1,16 +1,20 @@
-@comment $NetBSD: PLIST,v 1.2 2025/02/09 09:06:46 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/02/03 15:14:55 taca Exp $
bin/irb-${PKGVERSION_NOREV}-${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.rdoc_options
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/EXTEND_IRB.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/bin/console
-${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/doc/COMMAND_LINE_OPTIONS.md
+${GEM_LIBDIR}/doc/COMPARED_WITH_PRY.md
+${GEM_LIBDIR}/doc/Configurations.md
+${GEM_LIBDIR}/doc/EXTEND_IRB.md
+${GEM_LIBDIR}/doc/Index.md
${GEM_LIBDIR}/doc/irb/irb-tools.rd.ja
${GEM_LIBDIR}/doc/irb/irb.rd.ja
${GEM_LIBDIR}/exe/irb-${PKGVERSION_NOREV}-
-${GEM_LIBDIR}/irb.gemspec
${GEM_LIBDIR}/lib/irb.rb
${GEM_LIBDIR}/lib/irb/cmd/nop.rb
${GEM_LIBDIR}/lib/irb/color.rb
Index: pkgsrc/devel/ruby-irb/distinfo
diff -u pkgsrc/devel/ruby-irb/distinfo:1.5 pkgsrc/devel/ruby-irb/distinfo:1.6
--- pkgsrc/devel/ruby-irb/distinfo:1.5 Sat May 17 06:36:25 2025
+++ pkgsrc/devel/ruby-irb/distinfo Tue Feb 3 15:14:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/05/17 06:36:25 taca Exp $
+$NetBSD: distinfo,v 1.6 2026/02/03 15:14:55 taca Exp $
-BLAKE2s (irb-1.15.2.gem) = 08420c2a0dfd21f638b166bb2c9e48f7bed4986a328a8b054939ef2dea4c4b95
-SHA512 (irb-1.15.2.gem) = b49b7d030ac740f62e07b5d307e8cc45cd57d14b78d3d956ba82477e49cfcd5be0222b6e935bad55957a1cd6e14cff363d1bccf3c92d78335604f2d04a7d73e1
-Size (irb-1.15.2.gem) = 88576 bytes
+BLAKE2s (irb-1.16.0.gem) = 17f537c5836ee859683524c70d04a6d1fc14be7e7326a3f892e34fbe8fdd1dac
+SHA512 (irb-1.16.0.gem) = 81e45de4dc4556a5274e2327ee57514d5ea443e64d7098ab7bea0a3b01ff42d2beb550535ffe3cf0ac4442c4c4cece0dce6a64723f9ba503ea78586ed93ac3b8
+Size (irb-1.16.0.gem) = 102400 bytes
Home |
Main Index |
Thread Index |
Old Index