[Git][debian-gis-team/rasterio][master] 19 commits: Update branch in gbp.conf & Vcs-Git URL.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Dec 12 19:10:00 GMT 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits:
b012c40e by Bas Couwenberg at 2025-12-06T07:32:12+01:00
Update branch in gbp.conf & Vcs-Git URL.
- - - - -
e673b683 by Bas Couwenberg at 2025-12-06T07:35:50+01:00
New upstream version 1.4.4~rc0
- - - - -
6e3bfbde by Bas Couwenberg at 2025-12-06T07:36:15+01:00
Update upstream source from tag 'upstream/1.4.4_rc0'
Update to upstream version '1.4.4~rc0'
with Debian dir 3e7ddc842be64004a925eda3a2d68eef6a6e8930
- - - - -
627d2a26 by Bas Couwenberg at 2025-12-06T07:36:34+01:00
New upstream release candidate.
- - - - -
32e20da0 by Bas Couwenberg at 2025-12-06T07:40:55+01:00
Drop gdal-3.12.patch, fixed upstream. Refresh remaining patches.
- - - - -
70d47850 by Bas Couwenberg at 2025-12-06T08:02:50+01:00
Drop click-8.2.patch, python-click reverted to 8.1.
- - - - -
58a8a56c by Bas Couwenberg at 2025-12-06T08:02:50+01:00
Set distribution to experimental.
- - - - -
c8d287ec by Bas Couwenberg at 2025-12-06T15:27:02+01:00
Mark pr3367-click-plugins.patch as Applied-Upstream.
- - - - -
aa5ee166 by Bas Couwenberg at 2025-12-10T15:19:34+01:00
New upstream version 1.4.4~rc1
- - - - -
e61da734 by Bas Couwenberg at 2025-12-10T15:20:00+01:00
Update upstream source from tag 'upstream/1.4.4_rc1'
Update to upstream version '1.4.4~rc1'
with Debian dir a18f1d4d41ab8202c5883b377fb0c4e38a7650f5
- - - - -
5adc4204 by Bas Couwenberg at 2025-12-10T15:20:40+01:00
New upstream release candidate.
- - - - -
d7f99a0c by Bas Couwenberg at 2025-12-10T15:21:30+01:00
Set distribution to experimental.
- - - - -
3de3cf0f by Bas Couwenberg at 2025-12-12T09:59:17+01:00
Drop armel & mips64el from autopkgtest-pkg-pybuild.conf.
- - - - -
dfe937c1 by Bas Couwenberg at 2025-12-12T09:59:57+01:00
Drop rules for armel.
- - - - -
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.
- - - - -
73 changed files:
- + .github/workflows/build-wheels.yaml
- .github/workflows/test_gdal_build.yaml
- .github/workflows/test_gdal_tags.yaml
- .github/workflows/tests.yaml
- .readthedocs.yaml
- CHANGES.txt
- CONTRIBUTING.rst
- Dockerfile
- Makefile
- README.rst
- + ci/config.sh
- + ci/vcpkg.json
- debian/changelog
- − debian/patches/click-8.2.patch
- − debian/patches/gdal-3.12.patch
- debian/patches/pr3367-click-plugins.patch
- debian/patches/series
- debian/rules
- debian/tests/autopkgtest-pkg-pybuild.conf
- − docs/api/rasterio._base.rst
- − docs/api/rasterio._env.rst
- − docs/api/rasterio._err.rst
- − docs/api/rasterio._example.rst
- − docs/api/rasterio._features.rst
- − docs/api/rasterio._filepath.rst
- − docs/api/rasterio._fill.rst
- − docs/api/rasterio._io.rst
- − docs/api/rasterio._loading.rst
- − docs/api/rasterio._transform.rst
- − docs/api/rasterio._warp.rst
- docs/api/rasterio.rio.rst
- docs/conf.py
- docs/installation.rst
- docs/quickstart.rst
- docs/topics/switch.rst
- docs/topics/tags.rst
- pyproject.toml
- rasterio/__init__.py
- rasterio/_base.pyx
- rasterio/_features.pyx
- rasterio/_io.pyx
- rasterio/_vendor/snuggs.py
- rasterio/_warp.pyx
- rasterio/coords.py
- rasterio/enums.py
- rasterio/features.py
- rasterio/fill.py
- rasterio/merge.py
- rasterio/rio/bounds.py
- rasterio/rio/calc.py
- rasterio/rio/convert.py
- rasterio/rio/edit_info.py
- rasterio/rio/gcps.py
- rasterio/rio/info.py
- rasterio/rio/main.py
- rasterio/rio/options.py
- rasterio/rio/rasterize.py
- rasterio/rio/sample.py
- rasterio/rio/shapes.py
- rasterio/rio/warp.py
- + rasterio/serde.py
- rasterio/warp.py
- requirements.txt
- setup.py
- tests/test__env.py
- + tests/test_buffered_write.py
- tests/test_dataset.py
- tests/test_memoryfile.py
- tests/test_read.py
- tests/test_rio_calc.py
- tests/test_shutil.py
- tests/test_warp.py
- tests/test_warpedvrt.py
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/58f3f3ad2ccce68f6d363a3e73ce57441392a015...e713957fedc39dffe4d3fd8e32bb2401806226ed
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/58f3f3ad2ccce68f6d363a3e73ce57441392a015...e713957fedc39dffe4d3fd8e32bb2401806226ed
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/20251212/8aad7112/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list