pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-pp
Module Name: pkgsrc
Committed By: taca
Date: Sun Jan 18 14:05:30 UTC 2026
Modified Files:
pkgsrc/textproc/ruby-pp: Makefile distinfo
Log Message:
textproc/ruby-pp: update to 0.6.3
0.6.3 (2025-10-06)
What's Changed
* Bump rubygems/release-gem from 1.1.0 to 1.1.1 by @dependabot[bot] in #34
* Bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot[bot]
in #35
* Bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot[bot]
in #36
* Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot[bot]
in #37
* Ensure the thread local state is always set up. by @ioquatix in #38
* Avoid an array allocation per element in list passed to seplist by
@jeremyevans in #41
* Fix CI with recent Ruby releases by @hsbt in #45
* Bump step-security/harden-runner from 2.11.0 to 2.12.1 by @dependabot[bot]
in #44
* Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot[bot]
in #46
* Bump step-security/harden-runner from 2.12.2 to 2.13.0 by @dependabot[bot]
in #47
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in #48
* Bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot]
in #50
* Support new instance_variables_to_inspect method from Ruby core by @Fryguy
in #49
* Add version.rake by @nobu in #52
* Fix ::Data warning on Ruby 2.7 by @eregon in #53
* Do not override the methods in set.rb by @nobu in #55
* Refine Set#pretty_print check by @nobu in #56
* Update pp for Set to use new inspect format by @jeremyevans in #43
* Trivial improvements by @nobu in #59
New Contributors
* @ioquatix made their first contribution in #38
* @jeremyevans made their first contribution in #41
* @Fryguy made their first contribution in #49
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/ruby-pp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-pp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ruby-pp/Makefile
diff -u pkgsrc/textproc/ruby-pp/Makefile:1.2 pkgsrc/textproc/ruby-pp/Makefile:1.3
--- pkgsrc/textproc/ruby-pp/Makefile:1.2 Tue May 27 16:05:33 2025
+++ pkgsrc/textproc/ruby-pp/Makefile Sun Jan 18 14:05:30 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/05/27 16:05:33 taca Exp $
+# $NetBSD: Makefile,v 1.3 2026/01/18 14:05:30 taca Exp $
-DISTNAME= pp-0.6.2
+DISTNAME= pp-0.6.3
CATEGORIES= textproc
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 the same version as a bundled gem.
-RUBY_VERSIONS_ACCEPTED= 32 33
+# Ruby 4.0.0 has the same version as a bundled gem.
+RUBY_VERSIONS_ACCEPTED= 32 33 34
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-pp/distinfo
diff -u pkgsrc/textproc/ruby-pp/distinfo:1.1 pkgsrc/textproc/ruby-pp/distinfo:1.2
--- pkgsrc/textproc/ruby-pp/distinfo:1.1 Thu May 22 13:34:24 2025
+++ pkgsrc/textproc/ruby-pp/distinfo Sun Jan 18 14:05:30 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/05/22 13:34:24 taca Exp $
+$NetBSD: distinfo,v 1.2 2026/01/18 14:05:30 taca Exp $
-BLAKE2s (pp-0.6.2.gem) = bb3c4aebe0143976c3148408fba2bff75de2efa354a79eab8cb76e358a0d8156
-SHA512 (pp-0.6.2.gem) = 62a1f383fcf2ff6e6da0f8f7b13a64b30f8ec9de4ec58a59ef9e753a347d44563178cb28d2aec541758541103ac30daae9976b1039d1fef4f85416f6873f57a8
-Size (pp-0.6.2.gem) = 11776 bytes
+BLAKE2s (pp-0.6.3.gem) = c6f72f56f58401f1a4ceda6e87b26f7c5ff04dc8b379cec844c0fe11e7ffc641
+SHA512 (pp-0.6.3.gem) = 0252ef1e152df66d35b098d94488f77364cf14dad2ca834794580691b652416bb3ff018f80f00f8a24645554fc72206ae0cb69ded99605f0907a256849b33bb5
+Size (pp-0.6.3.gem) = 12288 bytes
Home |
Main Index |
Thread Index |
Old Index