Package: jsonnet / 0.20.0+ds-3.2

Metadata

Package Version Patches format
jsonnet 0.20.0+ds-3.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix build failure after successful build.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix build failure after successful build
0002 fix remove deprecated declarations in python binding.patch | (download)

python/_jsonnet.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] fix: remove deprecated declarations in python bindings
 (#1159)

Fixes: https://github.com/google/jsonnet/issues/1032

0003 switch to the single header Rapid YAML upgrade to v0.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
Makefile | 4 2 + 2 - 0 !
core/CMakeLists.txt | 2 1 + 1 - 0 !
core/vm.cpp | 2 1 + 1 - 0 !
setup.py | 12 0 + 12 - 0 !
5 files changed, 4 insertions(+), 17 deletions(-)

 build with system rapid yaml

0005 Add manpages for commands automatically.patch | (download)

CMakeLists.txt | 28 28 + 0 - 0 !
Makefile | 23 20 + 3 - 0 !
2 files changed, 48 insertions(+), 3 deletions(-)

 [patch] add manpages for commands automatically