Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-arrow for openSUSE:Factory 
checked in at 2026-04-17 21:04:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-arrow (Old)
 and      /work/SRC/openSUSE:Factory/.apache-arrow.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-arrow"

Fri Apr 17 21:04:58 2026 rev:22 rq:1347697 version:23.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-arrow/apache-arrow.changes        
2025-09-29 16:34:20.959757155 +0200
+++ /work/SRC/openSUSE:Factory/.apache-arrow.new.11940/apache-arrow.changes     
2026-04-17 21:05:11.892149846 +0200
@@ -1,0 +2,14 @@
+Tue Apr  7 07:56:24 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 23.0.1:
+  * Turn off GCS support by default; bundle if enabled
+  * Ensure `MAKEFLAGS` being passed during compilation
+  * Update bundled RE2 to enable Alpine Linux builds
+  * `stringr::str_replace_na()` binding implemented (#47521).
+  * Subsecond time variables no longer truncated in  `hms::hms()`
+    bindings
+  * Patch bundled version of Thrift to prevent CRAN check
+    failures (@kou, #47286)
+- drop arrow-boost-system-1.89-boo1249599.patch (obsolete)
+
+-------------------------------------------------------------------
+++ only whitespace diff in changes, re-diffing

Old:
----
  apache-arrow-21.0.0.tar.gz
  arrow-boost-system-1.89-boo1249599.patch
  arrow-testing-21.0.0.tar.gz
  mimalloc-v2.2.4.tar.gz
  parquet-testing-21.0.0.tar.gz

New:
----
  apache-arrow-23.0.1.tar.gz
  arrow-testing-23.0.1.tar.gz
  mimalloc-v3.1.5.tar.gz
  parquet-testing-23.0.1.tar.gz

----------(Old B)----------
  Old:/work/SRC/openSUSE:Factory/.apache-arrow.new.11940/apache-arrow.changes-  
  failures (@kou, #47286)
/work/SRC/openSUSE:Factory/.apache-arrow.new.11940/apache-arrow.changes:- drop 
arrow-boost-system-1.89-boo1249599.patch (obsolete)
/work/SRC/openSUSE:Factory/.apache-arrow.new.11940/apache-arrow.changes-
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache-arrow.spec ++++++
--- /var/tmp/diff_new_pack.R1wTjI/_old  2026-04-17 21:05:14.068239410 +0200
+++ /var/tmp/diff_new_pack.R1wTjI/_new  2026-04-17 21:05:14.088240234 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-arrow
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,15 +29,15 @@
 %define gccver 13
 %endif
 
-%define sonum   2100
+%define sonum   2300
 # See git submodule /testing pointing to the correct revision
-%define arrow_testing_commit fbf6b703dc93d17d75fa3664c5aa2c7873ebaf06
+%define arrow_testing_commit a871ddc17a4dd936b7aa43898d59f86a11c3a2b5
 # See git submodule /cpp/submodules/parquet-testing pointing to the correct 
revision
-%define parquet_testing_commit 18d17540097fca7c40be3d42c167e6bfad90763c
+%define parquet_testing_commit e74785d85a4ecee829e1e405444d6a1b24b8bc9c
 # See cpp/thirdparty/versions.txt, replace by BuildRequires: 
pkgconfig(mimalloc) as soon as gh#apache/arrow#42211 is resolved
-%define arrow_mimalloc_build_version v2.2.4
+%define arrow_mimalloc_build_version v3.1.5
 Name:           apache-arrow
-Version:        21.0.0
+Version:        23.0.1
 Release:        0
 Summary:        A development platform for in-memory data
 License:        Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT
@@ -48,8 +48,6 @@
 Source1:        
https://github.com/apache/arrow-testing/archive/%{arrow_testing_commit}.tar.gz#/arrow-testing-%{version}.tar.gz
 Source2:        
https://github.com/apache/parquet-testing/archive/%{parquet_testing_commit}.tar.gz#/parquet-testing-%{version}.tar.gz
 Source3:        
https://github.com/microsoft/mimalloc/archive/%{arrow_mimalloc_build_version}.tar.gz#/mimalloc-%{arrow_mimalloc_build_version}.tar.gz
-# PATCH-FIX-OPENSUSE arrow-boost-system-1.89-boo1249599.patch 
gh#boostorg/system#132, boo#1249599
-Patch1:         arrow-boost-system-1.89-boo1249599.patch
 BuildRequires:  bison
 BuildRequires:  cmake >= 3.25
 BuildRequires:  fdupes
@@ -377,11 +375,6 @@
 
 %prep
 %setup -q -n arrow-apache-arrow-%{version} -a1 -a2
-%if 0%{?suse_version} >= 1699
-%patch -P1 -p1
-%endif
-# https://github.com/protocolbuffers/protobuf/issues/12292
-sed -i 's/find_package(Protobuf/find_package(Protobuf CONFIG/' 
cpp/cmake_modules/FindProtobufAlt.cmake
 
 %build
 %{?gccver:export CXX=g++-%{gccver}}

++++++ python-pyarrow.spec ++++++
--- /var/tmp/diff_new_pack.R1wTjI/_old  2026-04-17 21:05:14.512257686 +0200
+++ /var/tmp/diff_new_pack.R1wTjI/_new  2026-04-17 21:05:14.532258509 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyarrow
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,15 @@
 %bcond_with xsimd
 %define plainpython python
 # See git submodule /testing pointing to the correct revision
-%define arrow_testing_commit fbf6b703dc93d17d75fa3664c5aa2c7873ebaf06
+%define arrow_testing_commit a871ddc17a4dd936b7aa43898d59f86a11c3a2b5
 # See git submodule /cpp/submodules/parquet-testing pointing to the correct 
revision
-%define parquet_testing_commit 18d17540097fca7c40be3d42c167e6bfad90763c
+%define parquet_testing_commit e74785d85a4ecee829e1e405444d6a1b24b8bc9c
 %if %{suse_version} <= 1500
 # requires __has_builtin with keywords
 %define gccver 13
 %endif
 Name:           python-pyarrow
-Version:        21.0.0
+Version:        23.0.1
 Release:        0
 Summary:        Python library for Apache Arrow
 License:        Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT
@@ -139,6 +139,7 @@
 # flaky tests
 donttest="test_total_bytes_allocated"
 donttest="$donttest or test_batch_lifetime"
+donttest="$donttest or test_table_uses_memory_pool"
 # worker crashes, we don't have an s3 setup in obs anyway
 donttest="$donttest or test_s3fs_limited_permissions_create_bucket"
 %ifarch %{ix86} %{arm32}

++++++ apache-arrow-21.0.0.tar.gz -> apache-arrow-23.0.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/apache-arrow/apache-arrow-21.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.apache-arrow.new.11940/apache-arrow-23.0.1.tar.gz 
differ: char 12, line 1

++++++ arrow-testing-21.0.0.tar.gz -> arrow-testing-23.0.1.tar.gz ++++++
++++ 7314 lines of diff (skipped)

++++++ mimalloc-v2.2.4.tar.gz -> mimalloc-v3.1.5.tar.gz ++++++
++++ 17345 lines of diff (skipped)

++++++ parquet-testing-21.0.0.tar.gz -> parquet-testing-23.0.1.tar.gz ++++++
++++ 2659 lines of diff (skipped)

Reply via email to