python3Packages.pyogrio: 0.11.0 -> 0.11.1

https://github.com/geopandas/pyogrio/blob/v0.11.1/CHANGES.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:38 +02:00
parent 8eecdb903d
commit cced440eff
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pyogrio";
version = "0.11.0";
version = "0.11.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "geopandas";
repo = "pyogrio";
tag = "v${version}";
hash = "sha256-3XrP3/sqGRtA+sfaoOV/ByGAtfpGZB5RYRr5lyYZUj0=";
hash = "sha256-F6XfkihN3k2xquYS8jJMlqtLXzaTORaduJ2Q9LhSQGM=";
};
postPatch = ''
@@ -66,7 +66,7 @@ buildPythonPackage rec {
meta = {
description = "Vectorized spatial vector file format I/O using GDAL/OGR";
homepage = "https://pyogrio.readthedocs.io/";
changelog = "https://github.com/geopandas/pyogrio/blob/${src.rev}/CHANGES.md";
changelog = "https://github.com/geopandas/pyogrio/blob/${src.tag}/CHANGES.md";
license = lib.licenses.mit;
teams = [ lib.teams.geospatial ];
};