[Git][debian-gis-team/rasterio][experimental] 5 commits: New upstream version 1.5~rc1
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Tue Dec 30 15:48:36 GMT 2025
Bas Couwenberg pushed to branch experimental at Debian GIS Project / rasterio
Commits:
179091d2 by Bas Couwenberg at 2025-12-30T16:36:43+01:00
New upstream version 1.5~rc1
- - - - -
607e9cb6 by Bas Couwenberg at 2025-12-30T16:37:09+01:00
Update upstream source from tag 'upstream/1.5_rc1'
Update to upstream version '1.5~rc1'
with Debian dir 91ba4b5b823a18e633a04cbd8bddb8870920d501
- - - - -
dd48f221 by Bas Couwenberg at 2025-12-30T16:37:37+01:00
New upstream release candidate.
- - - - -
0069cb8b by Bas Couwenberg at 2025-12-30T16:38:58+01:00
Refresh patches.
- - - - -
6f7f5e12 by Bas Couwenberg at 2025-12-30T16:39:49+01:00
Set distribution to experimental.
- - - - -
8 changed files:
- debian/changelog
- debian/patches/0001-Rename-rio-to-rasterio-Closes-788463.patch
- − debian/patches/click-plugins.patch
- debian/patches/series
- docs/cli.rst
- pyproject.toml
- rasterio/__init__.py
- rasterio/dtypes.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,11 @@
-rasterio (1.5~rc0-1~exp2) UNRELEASED; urgency=medium
+rasterio (1.5~rc1-1~exp1) experimental; urgency=medium
* Team upload.
+ * New upstream release candidate.
* Ignore test failures on armhf.
+ * Refresh patches.
- -- Bas Couwenberg <sebastic at debian.org> Tue, 30 Dec 2025 10:47:18 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 30 Dec 2025 16:39:31 +0100
rasterio (1.5~rc0-1~exp1) experimental; urgency=medium
=====================================
debian/patches/0001-Rename-rio-to-rasterio-Closes-788463.patch
=====================================
@@ -6,7 +6,7 @@ There is already another package providing a binary "rio".
--- a/pyproject.toml
+++ b/pyproject.toml
-@@ -77,7 +77,7 @@ Documentation = "https://rasterio.readth
+@@ -76,7 +76,7 @@ Documentation = "https://rasterio.readth
Repository = "https://github.com/rasterio/rasterio"
[project.scripts]
=====================================
debian/patches/click-plugins.patch deleted
=====================================
@@ -1,28 +0,0 @@
-Description: Drop click-plugins dependency & fix doc link.
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: https://github.com/rasterio/rasterio/pull/3504
-Applied-Upstream: https://github.com/rasterio/rasterio/commit/52c9c8691423aa1125ac92181ff9f7d7f3d3db01
-
---- a/pyproject.toml
-+++ b/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",
-diff --git a/docs/cli.rst b/docs/cli.rst
-index c5782a8a..e6d433b5 100644
---- a/docs/cli.rst
-+++ b/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
=====================================
debian/patches/series
=====================================
@@ -1,2 +1 @@
0001-Rename-rio-to-rasterio-Closes-788463.patch
-click-plugins.patch
=====================================
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/-/compare/e1577f4bfd9758227ac53f6e1485f89f6e35388a...6f7f5e12047e1cfa379d36fa08ac20f627ac6ddc
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/e1577f4bfd9758227ac53f6e1485f89f6e35388a...6f7f5e12047e1cfa379d36fa08ac20f627ac6ddc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20251230/50e1e039/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list