Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyogrio for openSUSE:Factory checked in at 2025-09-22 16:40:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyogrio (Old) and /work/SRC/openSUSE:Factory/.python-pyogrio.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyogrio" Mon Sep 22 16:40:51 2025 rev:3 rq:1306464 version:0.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyogrio/python-pyogrio.changes 2025-02-25 16:47:56.351792551 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyogrio.new.27445/python-pyogrio.changes 2025-09-22 16:41:42.710534206 +0200 @@ -1,0 +2,39 @@ +Mon Sep 22 08:54:04 UTC 2025 - John Paul Adrian Glaubitz <[email protected]> + +- Update to 0.11.1 + * Compatibility with Shapely >= 2.1 to avoid triggering a deprecation warning at + import (#542). + * Fix reading with a `skip_features` larger than the available number of + features to ensure this consistently returns an empty result for all file + formats (#550). +- from version 0.11.0 + * Capture all errors logged by gdal when opening a file fails (#495). + * Add support to read and write ".gpkg.zip" (GDAL >= 3.7), ".shp.zip", and ".shz" + files (#527). + * Compatibility with the string dtype in the upcoming pandas 3.0 release (#493). + * Fix WKB writing on big-endian systems (#497). + * Fix writing fids to e.g. GPKG file with `use_arrow` (#511). + * Fix error in `write_dataframe` when writing an empty or all-None object + column with `use_arrow` (#512). + * The GDAL library included in the wheels is upgraded from 3.9.2 to 3.10.3 (#499). +- from version 0.10.0 + * Add support to read, write, list, and remove `/vsimem/` files (#457). + * Raise specific error when trying to read non-UTF-8 file with + `use_arrow=True` (#490). + * Silence warning from `write_dataframe` with `GeoSeries.notna()` (#435). + * Enable mask & bbox filter when geometry column not read (#431). + * Raise `NotImplementedError` when user attempts to write to an open file handle (#442). + * Prevent seek on read from compressed inputs (#443). + * For the conda-forge package, change the dependency from `libgdal` to + `libgdal-core`. This package is significantly smaller as it doesn't contain + some large GDAL plugins. Extra plugins can be installed as seperate conda + packages if needed: more info [here](https://gdal.org/download.html#conda). + This also leads to `pyproj` becoming an optional dependency; you will need + to install `pyproj` in order to support spatial reference systems (#452). + * The GDAL library included in the wheels is updated from 3.8.5 to GDAL 3.9.2 (#466). + * pyogrio now requires a minimum version of Python >= 3.9 (#473). + * Wheels are now available for Python 3.13. +- Drop skip-test.patch, merged upstream +- Stop removing pyogrio/arrow_bridge.h and pyogrio/_io.pxd from source tree + +------------------------------------------------------------------- Old: ---- pyogrio-0.9.0.tar.gz skip-test.patch New: ---- pyogrio-0.11.1.tar.gz ----------(Old B)---------- Old: * Wheels are now available for Python 3.13. - Drop skip-test.patch, merged upstream - Stop removing pyogrio/arrow_bridge.h and pyogrio/_io.pxd from source tree ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyogrio.spec ++++++ --- /var/tmp/diff_new_pack.Ukj17r/_old 2025-09-22 16:41:43.322559920 +0200 +++ /var/tmp/diff_new_pack.Ukj17r/_new 2025-09-22 16:41:43.322559920 +0200 @@ -25,15 +25,13 @@ %bcond_with test %endif Name: python-pyogrio%{psuffix} -Version: 0.9.0 +Version: 0.11.1 Release: 0 Summary: Vectorized spatial vector file format I/O using GDAL/OGR License: MIT URL: https://github.com/geopandas/pyogrio Source: https://files.pythonhosted.org/packages/source/p/pyogrio/pyogrio-%{version}.tar.gz Source99: python-pyogrio.rpmlintrc -# PATCH-FIX-UPSTREAM https://github.com/geopandas/pyogrio/pull/479 TST: skip multisurface test with arrow to avoid crash -Patch: skip-test.patch BuildRequires: %{python_module Cython >= 0.29} BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} @@ -86,8 +84,6 @@ %if !%{with test} %pyproject_install %{python_expand # -rm %{buildroot}%{$python_sitearch}/pyogrio/arrow_bridge.h -rm %{buildroot}%{$python_sitearch}/pyogrio/_io.pxd sed -i /arrow_bridge\.h/d %{buildroot}%{$python_sitearch}/pyogrio-%{version}.dist-info/RECORD sed -i /_io\.pxd/d %{buildroot}%{$python_sitearch}/pyogrio-%{version}.dist-info/RECORD %fdupes %{buildroot}%{$python_sitearch} ++++++ pyogrio-0.9.0.tar.gz -> pyogrio-0.11.1.tar.gz ++++++ ++++ 8082 lines of diff (skipped)
