pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

apache-arrow: Update to 12.0.1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Jul 17 05:06:14 2023 -0700
Changeset:	0b967d27a72efe7b669c0a5c2f00a49cd5dd1811

Modified Files:
	apache-arrow/Makefile
	apache-arrow/PLIST
	apache-arrow/distinfo
	apache-arrow/version.mk

Log Message:
apache-arrow: Update to 12.0.1

Changelog
Apache Arrow 12.0.1 (2023-06-13 07:00:00)
Bug Fixes

    GH-34784 - [Go] Fix 32-bit build (#35767)
    GH-35131 - [R] Test failure with dev waldo (#35308)
    GH-35321 - [Python][CI] Skip extension type test failing with pandas 2.0.1 (#35324)
    GH-35337 - [Go] ASAN tests fail with Go1.20+ (#35338)
    GH-35389 - [Python] Fix coalesce_keys=False option in join operation (#35505)
    GH-35404 - [Docs] Fix logo url and temporarily pin sphinx to 5.x to (#35405)
    GH-35410 - [CI] Pin urllib3 for gcs testbench (#35412)
    GH-35423 - [C++][Parquet] Parquet PageReader Force decompression buffer resize smaller (#35428)
    GH-35426 - [CI][Packaging][Conan] Build grpc (#35427)
    GH-35498 - [C++] Relax EnsureAlignment check in Acero from requiring 64-byte aligned buffers to requiring value-aligned buffers (#35565)
    GH-35519 - [C++][Parquet] Fixing exception handling in parquet FileSerializer (#35520)
    GH-35538 - [C++] Remove unnecessary status.h include from protobuf (#35673)
    GH-35594 - [R][C++] Bump vendored date library (#35612)
    GH-35695 - [CI][Packaging][Conan] Use build missing dependencies instead of defining them individually (#35696)
    GH-35730 - [C++] Add the ability to specify custom schema on a dataset write (#35860)
    GH-35771 - [Java] Bump Jackson to avoid CVE (#35791)
    GH-35799 - [CI] Set s3 region for sccache (#35801)
    GH-35820 - [C++][CI] EnsureAlignment.Buffer fails on test-build-vcpkg-win (#35834)
    GH-35821 - [Python][CI] Skip extension type test failing with pandas 2.0.2 (#35822)
    GH-35845 - [CI][Python] Fix usage of assert_frame_equal in test_hdfs.py (#35842)
    GH-35850 - [C++] Don’t disable optimization with RelWithDebInfo (#35856)
    GH-35932 - [Java] Make JDBC test less brittle (#35940)
    GH-35946 - [CI][Packaging] Free up more disk space for Linux packages (#35947)

New Features and Improvements

    GH-34657 - [Go] Add ValueString(i int) string to array (#34986)
    GH-34789 - [CI][Python] Update the Python versions in our nightly CI matrix (#35548)
    GH-35329 - [Python] Address pandas.types.is_sparse deprecation (#35366)
    GH-35433 - [CI] Unpin urllib3, upgrade gcs-testbench (#35434)
    GH-35458 - [C++][Benchmarking] Require Google Benchmark 1.6.1 or later (#35459)
    GH-35937 - [R] Update NEWS for 12.0.1 (#35938)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0b967d27a72efe7b669c0a5c2f00a49cd5dd1811

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 apache-arrow/Makefile   |  3 ++-
 apache-arrow/PLIST      | 12 ++++++------
 apache-arrow/distinfo   |  6 +++---
 apache-arrow/version.mk |  2 +-
 4 files changed, 12 insertions(+), 11 deletions(-)

diffs:
diff --git a/apache-arrow/Makefile b/apache-arrow/Makefile
index 5b49e2044f..dac25c684b 100644
--- a/apache-arrow/Makefile
+++ b/apache-arrow/Makefile
@@ -54,8 +54,9 @@ CONFIGURE_ENV+=	ARROW_XSIMD_URL=/${DISTDIR}/${XSIMD}
 # To enable tests, devel/googletest needs -fPIE removed
 CMAKE_ARGS+=	-DARROW_BUILD_TESTS=OFF
 
+# Fix this version expansion as we have to
 post-install:
-	${MV} ${DESTDIR}${PREFIX}/share/gdb/auto-load/${LOCALBASE}/lib/libarrow.so.${APACHE_ARROW_VERSION:S/.//g}.0.0-gdb.py ${DESTDIR}${PREFIX}/share/arrow/gdb/
+	${MV} ${DESTDIR}${PREFIX}/share/gdb/auto-load/${LOCALBASE}/lib/libarrow.so.${APACHE_ARROW_VERSION:C/\..*//g}00.${APACHE_ARROW_VERSION:C/[0-9]*\.[0-9]*\.//1}.0-gdb.py ${DESTDIR}${PREFIX}/share/arrow/gdb/
 
 TOOL_DEPENDS+=		cmake-[0-9]*:../../devel/cmake
 # Needs gnu install for -v option
diff --git a/apache-arrow/PLIST b/apache-arrow/PLIST
index 8ae5c2b7d0..c629b7b50b 100644
--- a/apache-arrow/PLIST
+++ b/apache-arrow/PLIST
@@ -408,20 +408,20 @@ lib/cmake/Parquet/ParquetTargets.cmake
 lib/libarrow.a
 lib/libarrow.so
 lib/libarrow.so.1200
-lib/libarrow.so.1200.0.0
+lib/libarrow.so.1200.1.0
 lib/libarrow_acero.a
 lib/libarrow_acero.so
 lib/libarrow_acero.so.1200
-lib/libarrow_acero.so.1200.0.0
+lib/libarrow_acero.so.1200.1.0
 lib/libarrow_bundled_dependencies.a
 lib/libarrow_dataset.a
 lib/libarrow_dataset.so
 lib/libarrow_dataset.so.1200
-lib/libarrow_dataset.so.1200.0.0
+lib/libarrow_dataset.so.1200.1.0
 lib/libparquet.a
 lib/libparquet.so
 lib/libparquet.so.1200
-lib/libparquet.so.1200.0.0
+lib/libparquet.so.1200.1.0
 lib/pkgconfig/arrow-acero.pc
 lib/pkgconfig/arrow-compute.pc
 lib/pkgconfig/arrow-csv.pc
@@ -431,8 +431,8 @@ lib/pkgconfig/arrow-json.pc
 lib/pkgconfig/arrow.pc
 lib/pkgconfig/parquet.pc
 share/arrow/gdb/gdb_arrow.py
-share/arrow/gdb/libarrow.so.1200.0.0-gdb.py
+share/arrow/gdb/libarrow.so.1200.1.0-gdb.py
 share/doc/arrow/LICENSE.txt
 share/doc/arrow/NOTICE.txt
 share/doc/arrow/README.md
-@pkgdir share/gdb/auto-load/home/matthew/pkgsrc/install.20230507/lib
+@pkgdir share/gdb/auto-load/home/matthew/pkgsrc/install.20230703/lib
diff --git a/apache-arrow/distinfo b/apache-arrow/distinfo
index a9da048167..2c52406319 100644
--- a/apache-arrow/distinfo
+++ b/apache-arrow/distinfo
@@ -3,9 +3,9 @@ $NetBSD$
 BLAKE2s (9.0.1.tar.gz) = a785e1ad5fd5df76c95e7cf9a6eadeb86ffbc46ea4342f49f19381434bd0f78c
 SHA512 (9.0.1.tar.gz) = ed56287f608ccdf5bc5d5fc2918e313e7c4cecdd9ef2c9993a72ea900d9ff662c57ac5326c7a809eb11505c6f39d4599f3f161b97b6e03c65783b824b8d700d2
 Size (9.0.1.tar.gz) = 215065 bytes
-BLAKE2s (apache-arrow-12.0.0.tar.gz) = f62dfc339d31f4bc19a70fe09184d81cf27ec21c0e45c7412e37ab87aeec985c
-SHA512 (apache-arrow-12.0.0.tar.gz) = f815be4fb20b6001ba5525270765fe239b5468708a7be34b93b60ee0ce63464727d183c9756fbc33bffd199019e1f06a7fddd306ce8388435cea7771070a2ca9
-Size (apache-arrow-12.0.0.tar.gz) = 20159048 bytes
+BLAKE2s (apache-arrow-12.0.1.tar.gz) = 9ae10c69fabfaba3e676eff06df7112a3c101d093673dfe01580daf90ed6359e
+SHA512 (apache-arrow-12.0.1.tar.gz) = 551ae200551fcc73b7deddcc5f0b06633159ab1308506901a9086e4e2e34e4437f26d609fdbacba0ebe7d1fe83bdb8e92a268e9e41575d655d5b2d4fbef7a7ce
+Size (apache-arrow-12.0.1.tar.gz) = 20172604 bytes
 BLAKE2s (jemalloc-5.3.0.tar.bz2) = 285e6145b9d3b575b1ec5cfdae8af40b461149085f001839d64685c0d56e2689
 SHA512 (jemalloc-5.3.0.tar.bz2) = 22907bb052096e2caffb6e4e23548aecc5cc9283dce476896a2b1127eee64170e3562fa2e7db9571298814a7a2c7df6e8d1fbe152bd3f3b0c1abec22a2de34b1
 Size (jemalloc-5.3.0.tar.bz2) = 736023 bytes
diff --git a/apache-arrow/version.mk b/apache-arrow/version.mk
index ee62bf1560..962ec91acf 100644
--- a/apache-arrow/version.mk
+++ b/apache-arrow/version.mk
@@ -1,2 +1,2 @@
 # $NetBSD$
-APACHE_ARROW_VERSION=	12.0.0
+APACHE_ARROW_VERSION=	12.0.1


Home | Main Index | Thread Index | Old Index