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}