17
0

- update to 2.3.2:

* Fix to_json() with orient="table" to correctly use the
    “string” type in the JSON Table Schema for StringDtype columns
  * Boolean operations (|, &, ^) with bool-dtype objects on the
    left and StringDtype objects on the right now cast the string
    to bool, with a deprecation warning
  * Fixed match(), fullmatch() and contains() string methods with
    compiled regex for the Arrow-backed string dtype
  * Bug in Series.replace() and DataFrame.replace() inconsistently
    replacing matching values when missing values are present
    for string dtypes
- Change skipped tests to also support Python 3.13.
- Skip two tests that fail with Numpy 2.1.
- Prepare for Python 3.13, by skipping it if we aren't building for it.
- enable py312 testing, remove py39 testing
    RangeIndex
    the "c" and "python" engines
  * Bug in Series.str.split() and Series.str.rsplit() with expand=True
    (GH42915)
  * Fixed regression in DataFrame.groupby.rolling.cov() and
  * The deprecated attributes _AXIS_NAMES and _AXIS_NUMBERS of
  * Bumped minimum fastparquet version to 0.4.0 to avoid
  * Bumped minimum pymysql version to 0.8.1 to avoid test failures
  * Added reference to backwards incompatible check_freq arg of
    testing.assert_frame_equal() and testing.assert_series_equal()
  * WARNING:
    no longer maintained. The xlrd package is now only for reading
      Previously, the default argument engine=None to read_excel()
    would result in using the xlrd engine in many cases, including
    new Excel 2007+ (.xlsx) files. If openpyxl is installed, many

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=189
This commit is contained in:
2025-09-14 22:01:58 +00:00
committed by Git OBS Bridge
parent 3ae2d6fd02
commit a600faec52
4 changed files with 112 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-distributed
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,9 @@
%if "%{flavor}" != "test-py313"
%define skip_python313 1
%endif
%if "%{flavor}" != "test-py314"
%define skip_python314 1
%endif
%else
%if "%{pythons}" == "python311" && "%{flavor}" != "test-py311"
# Hardcoded assumption: SLE15 pythons module has python311
@@ -54,7 +57,7 @@ ExclusiveArch: donotbuild
Name: python-distributed%{psuffix}
# ===> Note: python-dask MUST be updated in sync with python-distributed! <===
Version: 2024.12.0
Version: 2025.9.0
Release: 0
Summary: Library for distributed computing with Python
License: BSD-3-Clause