Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyarrow for openSUSE:Factory 
checked in at 2023-06-14 16:29:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyarrow (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyarrow.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyarrow"

Wed Jun 14 16:29:18 2023 rev:4 rq:1092626 version:12.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyarrow/python-pyarrow.changes    
2023-06-07 23:08:20.483663672 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyarrow.new.15902/python-pyarrow.changes 
2023-06-14 16:30:11.910785062 +0200
@@ -1,0 +2,16 @@
+Mon Jun 12 12:22:31 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 12.0.1
+  ## Bug Fixes
+  * [GH-35389] - [Python] Fix coalesce_keys=False option in join
+    operation (#35505)
+  * [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)
+  ## New Features and Improvements
+  * [GH-35329] - [Python] Address pandas.types.is_sparse deprecation
+    (#35366)
+- Drop pyarrow-pr35822-pandas2-extensiontype.patch
+
+-------------------------------------------------------------------

Old:
----
  LICENSE.txt
  NOTICE.txt
  pyarrow-12.0.0.tar.gz
  pyarrow-pr35822-pandas2-extensiontype.patch

New:
----
  apache-arrow-12.0.1.tar.gz

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

Other differences:
------------------
++++++ python-pyarrow.spec ++++++
--- /var/tmp/diff_new_pack.ETDK8O/_old  2023-06-14 16:30:15.142804929 +0200
+++ /var/tmp/diff_new_pack.ETDK8O/_new  2023-06-14 16:30:15.146804954 +0200
@@ -19,19 +19,14 @@
 %bcond_with xsimd
 %define plainpython python
 Name:           python-pyarrow
-Version:        12.0.0
+Version:        12.0.1
 Release:        0
 Summary:        Python library for Apache Arrow
 License:        Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT
 Group:          Development/Languages/Python
 URL:            https://arrow.apache.org/
-Source:         
https://files.pythonhosted.org/packages/source/p/pyarrow/pyarrow-%{version}.tar.gz
-# From the GitHub Archive
-Source10:       LICENSE.txt
-Source11:       NOTICE.txt
+Source0:        
https://github.com/apache/arrow/archive/apache-arrow-%{version}.tar.gz
 Source99:       python-pyarrow.rpmlintrc
-# PATCH-FIX-UPSTREAM pyarrow-pr35822-pandas2-extensiontype.patch 
gh#apache/arrow#35822, gh#apache/arrow#35839
-Patch0:         pyarrow-pr35822-pandas2-extensiontype.patch
 BuildRequires:  %{python_module Cython >= 0.29.31}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel >= 1.16.6}
@@ -95,12 +90,12 @@
 platlib for consuming modules using cythonization.
 
 %prep
-%autosetup -p2 -n pyarrow-%{version}
-cp %{SOURCE10} %{SOURCE11} ./
+%autosetup -p1 -n arrow-apache-arrow-%{version}
 # we disabled the jemalloc backend in apache-arrow
-sed -i 's/should_have_jemalloc = sys.platform == "linux"/should_have_jemalloc 
= False/' pyarrow/tests/test_memory.py
+sed -i 's/should_have_jemalloc = sys.platform == "linux"/should_have_jemalloc 
= False/' python/pyarrow/tests/test_memory.py
 
 %build
+pushd python
 export CFLAGS="%{optflags}"
 export PYARROW_BUILD_TYPE=relwithdebinfo
 export PYARROW_BUILD_VERBOSE=1
@@ -120,13 +115,15 @@
    -DARROW_RUNTIME_SIMD_LEVEL:STRING=%{?with_xsimd:MAX}%{!?with_xsimd:NONE} \
 "
 %pyproject_wheel
+popd
 
 %install
+pushd python
 %pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
+popd
 
 %check
-pushd ..
 # Unexpected additional warning
 donttest="test_env_var"
 # flaky
@@ -145,7 +142,6 @@
 %endif
 %pytest_arch --pyargs pyarrow -n auto -k "not ($donttest)"
 %pytest_arch --pyargs pyarrow -n auto -k "$donttest" || :
-popd
 
 %files %{python_files}
 %doc README.md

Reply via email to