pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/ruby-pry
Module Name: pkgsrc
Committed By: taca
Date: Mon Dec 9 15:21:51 UTC 2024
Modified Files:
pkgsrc/misc/ruby-pry: Makefile PLIST distinfo
Log Message:
misc/ruby-pry: update to 0.15.0
0.15.0 (2024-11-15)
Features
* Added support for Reline (#2298)
* Added support for Ruby 3.3 (#2295)
* Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use
(#2304)
* Remove OpenStruct usage (#2307) (#2309)
* Disable coloring of output when NO_COLOR is set. (#2323)
* Add pry --no-multiline flag to keep single line prompt. (#2327)
Bug Fixes
* Fix typos on docs and and comments (#2300) (#2301)
* Fix 'calling clear method' on user code when defined in pry context.
(#2291)
* Fix arguments WatchExpression#add_expression (#2278)
Breaking changes
* Remove support for deprecated Pry.config.prompt = [proc {}, proc {}]
Use Pry::Prompt API instead (#2308)
* Remove deprecated Pry.config.exception_whitelist.
Use Pry.config.unrescued_exceptions instead. (#2326)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/ruby-pry/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/ruby-pry/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/misc/ruby-pry/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/ruby-pry/Makefile
diff -u pkgsrc/misc/ruby-pry/Makefile:1.16 pkgsrc/misc/ruby-pry/Makefile:1.17
--- pkgsrc/misc/ruby-pry/Makefile:1.16 Sun Jan 21 09:15:17 2024
+++ pkgsrc/misc/ruby-pry/Makefile Mon Dec 9 15:21:51 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/01/21 09:15:17 taca Exp $
+# $NetBSD: Makefile,v 1.17 2024/12/09 15:21:51 taca Exp $
-DISTNAME= pry-0.14.2
+DISTNAME= pry-0.15.0
CATEGORIES= misc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -15,10 +15,5 @@ RUBYGEM_OPTIONS+= --format-executable
USE_LANGUAGES= # none
-.include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} < 33
-DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
-.endif
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/ruby-pry/PLIST
diff -u pkgsrc/misc/ruby-pry/PLIST:1.6 pkgsrc/misc/ruby-pry/PLIST:1.7
--- pkgsrc/misc/ruby-pry/PLIST:1.6 Sat Feb 13 13:58:03 2021
+++ pkgsrc/misc/ruby-pry/PLIST Mon Dec 9 15:21:51 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/02/13 13:58:03 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/12/09 15:21:51 taca Exp $
bin/pry${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
@@ -48,6 +48,7 @@ ${GEM_LIBDIR}/lib/pry/commands/import_se
${GEM_LIBDIR}/lib/pry/commands/jump_to.rb
${GEM_LIBDIR}/lib/pry/commands/list_inspectors.rb
${GEM_LIBDIR}/lib/pry/commands/ls.rb
+${GEM_LIBDIR}/lib/pry/commands/ls/config.rb
${GEM_LIBDIR}/lib/pry/commands/ls/constants.rb
${GEM_LIBDIR}/lib/pry/commands/ls/formatter.rb
${GEM_LIBDIR}/lib/pry/commands/ls/globals.rb
@@ -106,6 +107,7 @@ ${GEM_LIBDIR}/lib/pry/helpers/text.rb
${GEM_LIBDIR}/lib/pry/history.rb
${GEM_LIBDIR}/lib/pry/hooks.rb
${GEM_LIBDIR}/lib/pry/indent.rb
+${GEM_LIBDIR}/lib/pry/input/simple_stdio.rb
${GEM_LIBDIR}/lib/pry/input_completer.rb
${GEM_LIBDIR}/lib/pry/input_lock.rb
${GEM_LIBDIR}/lib/pry/inspector.rb
Index: pkgsrc/misc/ruby-pry/distinfo
diff -u pkgsrc/misc/ruby-pry/distinfo:1.15 pkgsrc/misc/ruby-pry/distinfo:1.16
--- pkgsrc/misc/ruby-pry/distinfo:1.15 Sun Jan 15 15:40:21 2023
+++ pkgsrc/misc/ruby-pry/distinfo Mon Dec 9 15:21:51 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/01/15 15:40:21 taca Exp $
+$NetBSD: distinfo,v 1.16 2024/12/09 15:21:51 taca Exp $
-BLAKE2s (pry-0.14.2.gem) = aa029c3e9e01d30091cb2fbff88594485588b7e433ea1a186a811c826f31968e
-SHA512 (pry-0.14.2.gem) = 89d6aff33731bb6d15380693563175af40ed72ff42b2660eb5e21efa42b2a9d00f44977305e091ef4a4ed0d207bdaf7a820b9ae89f60de0ae399a450fb8526dd
-Size (pry-0.14.2.gem) = 154624 bytes
+BLAKE2s (pry-0.15.0.gem) = dd729a32de4b072b2377a4f6461be0b16ece985484c7685aed2b9fe0a9650f34
+SHA512 (pry-0.15.0.gem) = 466305c9f4e3bfc2e618a024f77891c196b18ff5739761f61d6f9102a4d2b76449b4e821094e5f79394fd6a648b1b71abefe27fa79e731cf2828cb22ce3830a0
+Size (pry-0.15.0.gem) = 155136 bytes
Home |
Main Index |
Thread Index |
Old Index