Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits: 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. - - - - - 1711d2e5 by Bas Couwenberg at 2025-12-30T10:47:30+01:00 Ignore test failures on armhf. - - - - - e1577f4b by Bas Couwenberg at 2025-12-30T11:43:30+01:00 Mark click-plugins.patch as Applied-Upstream. - - - - - 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. - - - - - 0cfad1b8 by Bas Couwenberg at 2026-01-03T14:17:35+01:00 Drop Priority: optional, default since dpkg 1.22.13. - - - - - 1d84fb37 by Bas Couwenberg at 2026-01-03T14:51:00+01:00 Bump Standards-Version to 4.7.3, changes: priority. - - - - - 58bc75fa by Bas Couwenberg at 2026-01-05T16:09:57+01:00 Revert "Update branch in gbp.conf & Vcs-Git URL." This reverts commit b12640b0c2b0b7bfcb5615f41c8db4986de46310. - - - - - 6ce19a69 by Bas Couwenberg at 2026-01-05T16:10:22+01:00 New upstream version 1.5.0 - - - - - 2539abe3 by Bas Couwenberg at 2026-01-05T16:10:49+01:00 Update upstream source from tag 'upstream/1.5.0' Update to upstream version '1.5.0' with Debian dir 99f070523b9a7441e901554eb46946e28fbeb796 - - - - - 4f057c70 by Bas Couwenberg at 2026-01-05T16:11:13+01:00 New upstream release. - - - - - 4d4adb57 by Bas Couwenberg at 2026-01-05T16:12:36+01:00 Set distribution to unstable. - - - - - 119 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/pr3367-click-plugins.patch - debian/patches/series - debian/rules - debian/tests/autopkgtest-pkg-pybuild.conf - 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/cli.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/23c1394071c84c50b87d317241ba7f67bf62ea40...4d4adb5721c2d06f4f06dc3b1ae12bfb64d3a80b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/23c1394071c84c50b87d317241ba7f67bf62ea40...4d4adb5721c2d06f4f06dc3b1ae12bfb64d3a80b 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
