diff --git a/apache-arrow-13.0.0.tar.gz b/apache-arrow-13.0.0.tar.gz deleted file mode 100644 index 271e4eb..0000000 --- a/apache-arrow-13.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99c27e6a517c750f29c3e6b264836e31251bb8e978dbbf11316680ca3eb8ebda -size 20216422 diff --git a/apache-arrow-14.0.1.tar.gz b/apache-arrow-14.0.1.tar.gz new file mode 100644 index 0000000..41f7b87 --- /dev/null +++ b/apache-arrow-14.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48e54a09d58168bc04d86b13e7dab04f0aaba18a6f7e4dadf3e9c7bb835c8f1 +size 20634558 diff --git a/pyarrow-pr37481-pandas2.1.patch b/pyarrow-pr37481-pandas2.1.patch deleted file mode 100644 index aca2341..0000000 --- a/pyarrow-pr37481-pandas2.1.patch +++ /dev/null @@ -1,32 +0,0 @@ -From e454be85598b84631f41f8fd33afcff24cec5578 Mon Sep 17 00:00:00 2001 -From: Dane Pitkin -Date: Wed, 30 Aug 2023 16:36:29 -0400 -Subject: [PATCH] Bump pandas version that contains regression for pandas issue - 50127 - ---- - python/pyarrow/tests/test_pandas.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/python/pyarrow/tests/test_pandas.py b/python/pyarrow/tests/test_pandas.py -index ef6ddd09933c9..67502af443302 100644 ---- a/python/pyarrow/tests/test_pandas.py -+++ b/python/pyarrow/tests/test_pandas.py -@@ -457,7 +457,7 @@ def test_mixed_column_names(self): - preserve_index=True) - - def test_binary_column_name(self): -- if Version("2.0.0") <= Version(pd.__version__) < Version("2.1.0"): -+ if Version("2.0.0") <= Version(pd.__version__) < Version("2.2.0"): - # TODO: regression in pandas, hopefully fixed in next version - # https://issues.apache.org/jira/browse/ARROW-18394 - # https://github.com/pandas-dev/pandas/issues/50127 -@@ -3083,7 +3083,7 @@ def _fully_loaded_dataframe_example(): - - @pytest.mark.parametrize('columns', ([b'foo'], ['foo'])) - def test_roundtrip_with_bytes_unicode(columns): -- if Version("2.0.0") <= Version(pd.__version__) < Version("2.1.0"): -+ if Version("2.0.0") <= Version(pd.__version__) < Version("2.2.0"): - # TODO: regression in pandas, hopefully fixed in next version - # https://issues.apache.org/jira/browse/ARROW-18394 - # https://github.com/pandas-dev/pandas/issues/50127 diff --git a/python-pyarrow.changes b/python-pyarrow.changes index 4ed430e..53b41bf 100644 --- a/python-pyarrow.changes +++ b/python-pyarrow.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Nov 14 09:28:23 UTC 2023 - Ondřej Súkup + +- Update to 14.0.1 +- drop pyarrow-pr37481-pandas2.1.patch +- fixes boo#1216991 CVE--2023-47248 + * GH-38431 - [Python][CI] Update fs.type_name checks for s3fs tests + * GH-38607 - [Python] Disable PyExtensionType autoload +- update to 14.0.0 + * very long list of changes can be found here: + https://arrow.apache.org/release/14.0.0.html + ------------------------------------------------------------------- Thu Aug 31 18:43:55 UTC 2023 - Ben Greiner diff --git a/python-pyarrow.spec b/python-pyarrow.spec index 821756e..68fdcd0 100644 --- a/python-pyarrow.spec +++ b/python-pyarrow.spec @@ -19,7 +19,7 @@ %bcond_with xsimd %define plainpython python Name: python-pyarrow -Version: 13.0.0 +Version: 14.0.1 Release: 0 Summary: Python library for Apache Arrow License: Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT @@ -27,10 +27,8 @@ Group: Development/Languages/Python URL: https://arrow.apache.org/ Source0: https://github.com/apache/arrow/archive/apache-arrow-%{version}.tar.gz Source99: python-pyarrow.rpmlintrc -# PATCH-FIX-UPSTREAM pyarrow-pr37481-pandas2.1.patch gh#apache/arrow#37481 -Patch0: pyarrow-pr37481-pandas2.1.patch BuildRequires: %{python_module Cython >= 0.29.31 with %python-Cython < 3} -BuildRequires: %{python_module devel >= 3.8} +BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module numpy-devel >= 1.16.6} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm}