-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
jsonnet: update to 0.21.0 #28626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
jsonnet: update to 0.21.0 #28626
Conversation
ba51295
to
68d3ca4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also you'd need to request a CXX17 compatible compiler - right now the Portfile sets the standard to 2011.
@@ -3,7 +3,7 @@ | |||
PortSystem 1.0 | |||
PortGroup github 1.0 | |||
|
|||
github.setup google jsonnet 0.17.0 v | |||
github.setup google jsonnet 0.21.0 v | |||
# Change github.tarball_from to 'releases' or 'archive' next update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please act upon this comment; it will require you to update the checksums as well
@@ -54,16 +54,15 @@ if {${name} eq ${subport}} { | |||
# Name consistency with ${python.branch} and ${python.version} in | |||
# ${prefix}/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl | |||
|
|||
set python_branches {3.7 3.8 3.9} | |||
set python_branches {3.9 3.10 3.11 3.12 3.13} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you verified that there are no dependents of the subports for Python 3.7 and 3.8?
- Update to version 0.21.0 (released April 17, 2024) - Update patch file for new Makefile structure (C++17, rapidyaml support) - Add nlohmann-json include path for external JSON library usage - All 776 tests pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code)
68d3ca4
to
683d9fa
Compare
Description
Update jsonnet from 0.17.0 to 0.21.0
Changes
Type(s)
Tested on
macOS 15.5 24.5.0 arm64
Xcode 16.4 16.4.0.0.1.1747106510
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?