From 976b3d331acdb9aa3bb1d1921b730c0768cd5da510dc20e9b192525bfc5fa22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 14 Nov 2023 23:33:38 +0000 Subject: [PATCH] Accepting request 1126495 from home:mimi_vx:branches:devel:languages:python:numeric - Fix cve in changelog - fixes boo#1216991 CVE-2023-47248 OBS-URL: https://build.opensuse.org/request/show/1126495 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyarrow?expand=0&rev=17 --- python-pyarrow.changes | 7 ++++++- python-pyarrow.spec | 3 +-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-pyarrow.changes b/python-pyarrow.changes index 53b41bf..97de447 100644 --- a/python-pyarrow.changes +++ b/python-pyarrow.changes @@ -1,9 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 14 23:29:03 UTC 2023 - Ondřej Súkup + +- Fix cve in changelog + ------------------------------------------------------------------- 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 +- 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 diff --git a/python-pyarrow.spec b/python-pyarrow.spec index 68fdcd0..3f5552f 100644 --- a/python-pyarrow.spec +++ b/python-pyarrow.spec @@ -23,12 +23,11 @@ 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 -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 BuildRequires: %{python_module Cython >= 0.29.31 with %python-Cython < 3} -BuildRequires: %{python_module devel >= 3.9} +BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module numpy-devel >= 1.16.6} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm}