Accepting request 1139094 from home:bnavigator:branches:science

- 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)

OBS-URL: https://build.opensuse.org/request/show/1139094
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyarrow?expand=0&rev=19
This commit is contained in:
2024-01-16 09:00:58 +00:00
committed by Git OBS Bridge
parent 976b3d331a
commit 76a8a203ca
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Jan 15 20:42:25 UTC 2024 - Ben Greiner <code@bnavigator.de>
- 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 <mimi.vx@gmail.com>