diff --git a/apache-arrow-14.0.1.tar.gz b/apache-arrow-14.0.1.tar.gz deleted file mode 100644 index 41f7b87..0000000 --- a/apache-arrow-14.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a48e54a09d58168bc04d86b13e7dab04f0aaba18a6f7e4dadf3e9c7bb835c8f1 -size 20634558 diff --git a/apache-arrow-14.0.2.tar.gz b/apache-arrow-14.0.2.tar.gz new file mode 100644 index 0000000..ae1a30e --- /dev/null +++ b/apache-arrow-14.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cdb4da6795487c800526b2865c150ab7d80b8512a31793e6a7147c8ccd270f +size 20642865 diff --git a/python-pyarrow.changes b/python-pyarrow.changes index 97de447..897a432 100644 --- a/python-pyarrow.changes +++ b/python-pyarrow.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Jan 15 20:42:25 UTC 2024 - Ben Greiner + +- Update to 14.0.2 + ## New Features and Improvements + * GH-38342 - [Python] Update to_pandas to use non-deprecated + DataFrame constructor (#38374) + * GH-38364 - [Python] Initialize S3 on first use (#38375) + ## Bug Fixes + * GH-38345 - [Release] Use local test data for verification if + possible (#38362) + * GH-38577 - Reading parquet file behavior change from 13.0.0 to + 14.0.0 + * GH-38626 - [Python] Fix segfault when PyArrow is imported at + shutdown (#38637) + * GH-38676 - [Python] Fix potential deadlock when CSV reading + errors out (#38713) + * GH-38984 - [Python][Packaging] Verification of wheels on + AlmaLinux 8 are failing due to missing pip (#38985) + * GH-39074 - [Release][Packaging] Use UTF-8 explicitly for KEYS + (#39082) + ------------------------------------------------------------------- Tue Nov 14 23:29:03 UTC 2023 - Ondřej Súkup diff --git a/python-pyarrow.spec b/python-pyarrow.spec index 3f5552f..22c7482 100644 --- a/python-pyarrow.spec +++ b/python-pyarrow.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyarrow # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %bcond_with xsimd %define plainpython python Name: python-pyarrow -Version: 14.0.1 +Version: 14.0.2 Release: 0 Summary: Python library for Apache Arrow License: Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT