[Git][debian-gis-team/rasterio][experimental] 13 commits: Revert "Update branch in gbp.conf & Vcs-Git URL."

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Dec 30 07:11:22 GMT 2025



Bas Couwenberg pushed to branch experimental at Debian GIS Project / rasterio


Commits:
899fc3af by Bas Couwenberg at 2025-12-12T19:58:54+01:00
Revert "Update branch in gbp.conf & Vcs-Git URL."

This reverts commit b012c40eb34755876b4969b6f524b9a2e1848198.

- - - - -
4344069f by Bas Couwenberg at 2025-12-12T19:59:24+01:00
New upstream version 1.4.4
- - - - -
2a58e09d by Bas Couwenberg at 2025-12-12T19:59:50+01:00
Update upstream source from tag 'upstream/1.4.4'

Update to upstream version '1.4.4'
with Debian dir 8bcdafedbd41aec775a5a31a0c5bfcffdc172008
- - - - -
5ca73a51 by Bas Couwenberg at 2025-12-12T20:00:09+01:00
New upstream release.

- - - - -
e713957f by Bas Couwenberg at 2025-12-12T20:01:06+01:00
Set distribution to unstable.

- - - - -
e2583f8a by Bas Couwenberg at 2025-12-15T22:28:32+01:00
Annotate build dependencies with nocheck.

- - - - -
23c13940 by Bas Couwenberg at 2025-12-16T20:00:50+01:00
Make pytest output verbose.

- - - - -
b12640b0 by Bas Couwenberg at 2025-12-30T07:46:56+01:00
Update branch in gbp.conf & Vcs-Git URL.

- - - - -
35322431 by Bas Couwenberg at 2025-12-30T07:47:12+01:00
New upstream version 1.5~rc0
- - - - -
fde08619 by Bas Couwenberg at 2025-12-30T07:47:38+01:00
Update upstream source from tag 'upstream/1.5_rc0'

Update to upstream version '1.5~rc0'
with Debian dir 4e59a752105d97e0394fead1805032b7c67233b6
- - - - -
664e5e1b by Bas Couwenberg at 2025-12-30T07:52:03+01:00
New upstream release candidate.

- - - - -
3ea7acf4 by Bas Couwenberg at 2025-12-30T08:05:43+01:00
Refresh patches.

- - - - -
f0d86e84 by Bas Couwenberg at 2025-12-30T08:06:05+01:00
Set distribution to experimental.

- - - - -


118 changed files:

- .github/workflows/build-wheels.yaml
- .github/workflows/test_gdal_build.yaml
- .github/workflows/test_gdal_latest.yaml
- .github/workflows/test_gdal_tags.yaml
- .github/workflows/tests.yaml
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yaml
- CHANGES.txt
- CONTRIBUTING.rst
- Dockerfile
- MANIFEST.in
- Makefile
- README.rst
- ci/config.sh
- ci/vcpkg.json
- debian/changelog
- debian/control
- debian/patches/0001-Rename-rio-to-rasterio-Closes-788463.patch
- + debian/patches/click-plugins.patch
- − debian/patches/pr3367-click-plugins.patch
- debian/patches/series
- debian/rules
- docs/api/rasterio.path.rst → docs/api/rasterio.abc.rst
- + docs/api/rasterio.cache.rst
- + docs/api/rasterio.rio.create.rst
- docs/api/rasterio.rio.rst
- docs/api/rasterio.rst
- + docs/api/rasterio.stack.rst
- docs/environment.yml
- docs/index.rst
- docs/installation.rst
- docs/topics/concurrency.rst
- examples/thread_pool_executor.py
- pyproject.toml
- rasterio/__init__.py
- rasterio/_base.pxd
- rasterio/_base.pyx
- rasterio/_example.pyx
- rasterio/_features.pyx
- rasterio/_filepath.pyx
- rasterio/_fill.pyx
- rasterio/_io.pyx
- rasterio/_show_versions.py
- rasterio/_transform.pyx
- + rasterio/_vendor/click_plugins.py
- rasterio/_vendor/snuggs.py
- rasterio/_version.pxd
- rasterio/_version.pyx
- rasterio/_warp.pyx
- + rasterio/cache.pyx
- rasterio/crs.pxd
- rasterio/crs.pyx
- rasterio/dtypes.py
- rasterio/enums.py
- rasterio/env.py
- rasterio/features.py
- rasterio/gdal.pxi
- rasterio/io.py
- rasterio/mask.py
- rasterio/merge.py
- rasterio/plot.py
- rasterio/rio/calc.py
- rasterio/rio/convert.py
- rasterio/rio/info.py
- rasterio/rio/main.py
- rasterio/rio/options.py
- rasterio/rio/sample.py
- rasterio/rio/warp.py
- rasterio/rpc.py
- − rasterio/serde.py
- rasterio/session.py
- rasterio/transform.py
- rasterio/vrt.py
- rasterio/warp.py
- requirements.txt
- − setup.cfg
- setup.py
- tests/conftest.py
- tests/rangehttpserver.py
- tests/test__env.py
- tests/test_boundless_read.py
- − tests/test_buffered_write.py
- + tests/test_cache.py
- tests/test_crs.py
- tests/test_dataset.py
- tests/test_dataset_mask.py
- tests/test_dataset_rw.py
- tests/test_driver_management.py
- tests/test_dtypes.py
- tests/test_env.py
- tests/test_features.py
- tests/test_filepath.py
- tests/test_gdal_raster_io.py
- tests/test_image_structure.py
- tests/test_int8.py
- tests/test_mask.py
- tests/test_memoryfile.py
- tests/test_open_options.py
- tests/test_overviews.py
- tests/test_path.py
- tests/test_pyopener.py
- tests/test_read.py
- tests/test_revolvingdoor.py
- tests/test_rio_calc.py
- tests/test_rio_convert.py
- tests/test_rio_create.py
- tests/test_rio_merge.py
- tests/test_sampling.py
- tests/test_session.py
- tests/test_show_versions.py
- tests/test_tag_ns.py
- tests/test_tags.py
- tests/test_transform.py
- tests/test_warp.py
- tests/test_warpedvrt.py
- tests/test_windows.py
- tests/test_write.py


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/dfe937c171249339fef097d9be2aae8a4a69ac8f...f0d86e84c9dc4ff000c628235f779b2ea0f87e94

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/dfe937c171249339fef097d9be2aae8a4a69ac8f...f0d86e84c9dc4ff000c628235f779b2ea0f87e94
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/c2fdf6c9/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list