Bas Couwenberg pushed to branch upstream at Debian GIS Project / rasterio
Commits: 179091d2 by Bas Couwenberg at 2025-12-30T16:36:43+01:00 New upstream version 1.5~rc1 - - - - - 4 changed files: - docs/cli.rst - pyproject.toml - rasterio/__init__.py - rasterio/dtypes.py Changes: ===================================== docs/cli.rst ===================================== @@ -711,7 +711,7 @@ information on how to build these plugins in general. To use these plugins with rio, add the commands to the ``rasterio.rio_plugins`` entry point in your ``setup.py`` file, as described -`here <https://github.com/click-contrib/click-plugins#developing-plugins>`__ +`here <https://github.com/click-contrib/click-plugins/blob/main/click_plugins.rst#i-am-a-plugin-author>`__ and in ``rasterio/rio/main.py``. See the ===================================== pyproject.toml ===================================== @@ -41,7 +41,6 @@ dependencies = [ "certifi", # Avoid https://github.com/pallets/click/issues/2939 "click>=4.0,!=8.2.*", - "click-plugins", "cligj>=0.5", "numpy>=2", "pyparsing", ===================================== rasterio/__init__.py ===================================== @@ -83,7 +83,7 @@ except ImportError: have_vsi_plugin = False __all__ = ['band', 'open', 'pad', 'Band', 'Env', 'CRS'] -__version__ = "1.5rc0" +__version__ = "1.5rc1" __gdal_version__ = gdal_version() __proj_version__ = ".".join([str(version) for version in get_proj_version()]) __geos_version__ = ".".join([str(version) for version in get_geos_version()]) ===================================== rasterio/dtypes.py ===================================== @@ -2,9 +2,7 @@ import numpy -from rasterio.env import GDALVersion - -_GDAL_AT_LEAST_3_11 = GDALVersion.runtime().at_least("3.11") +from rasterio.env import _GDAL_AT_LEAST_3_11 bool_ = numpy.dtype(bool).name ubyte = uint8 = numpy.uint8().dtype.name View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/179091d294947884d312d40dcc0a57ff4d689e46 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/179091d294947884d312d40dcc0a57ff4d689e46 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
