[Git][debian-gis-team/mapproxy][master] 22 commits: Update branch in gbp.conf & Vcs-Git URL.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Aug 10 07:02:36 BST 2025



Bas Couwenberg pushed to branch master at Debian GIS Project / mapproxy


Commits:
85a418ae by Bas Couwenberg at 2025-04-29T15:20:54+02:00
Update branch in gbp.conf & Vcs-Git URL.

- - - - -
f33d9499 by Bas Couwenberg at 2025-04-29T15:21:08+02:00
New upstream version 4.1.0+dfsg
- - - - -
e349c923 by Bas Couwenberg at 2025-04-29T15:21:10+02:00
Update upstream source from tag 'upstream/4.1.0+dfsg'

Update to upstream version '4.1.0+dfsg'
with Debian dir fa6c02c26cb9857b5402850e5ef15ad5e3192c12
- - - - -
3b7a13d2 by Bas Couwenberg at 2025-04-29T15:21:20+02:00
New upstream release.

- - - - -
5c7accd4 by Bas Couwenberg at 2025-04-29T15:33:26+02:00
Update copyright file.

- - - - -
d2adfb2d by Bas Couwenberg at 2025-04-29T15:33:26+02:00
Drop past.patch, fixed upstream. Refresh remaining patches.

- - - - -
caf0dc2d by Bas Couwenberg at 2025-04-29T15:33:26+02:00
Set distribution to experimental.

- - - - -
06087251 by Bas Couwenberg at 2025-04-30T17:13:31+02:00
New upstream version 4.1.1+dfsg
- - - - -
78eb76fd by Bas Couwenberg at 2025-04-30T17:13:33+02:00
Update upstream source from tag 'upstream/4.1.1+dfsg'

Update to upstream version '4.1.1+dfsg'
with Debian dir e44589bf8a0406ff428b4285938b8945a6e3cf01
- - - - -
cd652560 by Bas Couwenberg at 2025-04-30T17:13:52+02:00
New upstream release.

- - - - -
0bc8b926 by Bas Couwenberg at 2025-04-30T17:14:44+02:00
Set distribution to experimental.

- - - - -
8fe56dde by Bas Couwenberg at 2025-05-28T05:16:21+02:00
New upstream version 4.1.2+dfsg
- - - - -
f3c8c320 by Bas Couwenberg at 2025-05-28T05:16:24+02:00
Update upstream source from tag 'upstream/4.1.2+dfsg'

Update to upstream version '4.1.2+dfsg'
with Debian dir 98f222df268a51640cb1973f902c7fbc0d70d9ef
- - - - -
767e6586 by Bas Couwenberg at 2025-05-28T05:16:35+02:00
New upstream release.

- - - - -
14fd67c7 by Bas Couwenberg at 2025-05-28T05:17:58+02:00
Set distribution to unstable.

- - - - -
9075781f by Bas Couwenberg at 2025-06-18T16:32:29+02:00
New upstream version 5.0.0+dfsg
- - - - -
ba86506a by Bas Couwenberg at 2025-06-18T16:32:31+02:00
Update upstream source from tag 'upstream/5.0.0+dfsg'

Update to upstream version '5.0.0+dfsg'
with Debian dir 77e0f2862ba12f28b48c8ea460d9380127840ff1
- - - - -
14e7fcfc by Bas Couwenberg at 2025-06-18T16:32:42+02:00
New upstream release.

- - - - -
58969c6a by Bas Couwenberg at 2025-06-18T16:37:41+02:00
Drop python3-{lxml,shapely} from Recommends, now part of ${python3:Depends}.

Move python3-gdal from Recommends to Depends.

- - - - -
7b9cc5c2 by Bas Couwenberg at 2025-06-18T16:38:04+02:00
Set distribution to experimental.

- - - - -
6fda3f87 by Bas Couwenberg at 2025-08-10T07:58:30+02:00
Revert "Update branch in gbp.conf & Vcs-Git URL."

This reverts commit 85a418ae009ca9afaac95873669f03085eda92c2.

- - - - -
5969b29b by Bas Couwenberg at 2025-08-10T07:58:43+02:00
Move from experimental to unstable.

- - - - -


83 changed files:

- .github/workflows/dockerbuild.yml
- .github/workflows/ghpages.yml
- .github/workflows/lint.yml
- .github/workflows/release.yml
- .github/workflows/test.yml
- CHANGES.txt
- COPYING.txt
- DEVELOPMENT.md
- Dockerfile
- Dockerfile-alpine
- debian/changelog
- debian/control
- debian/copyright
- − debian/patches/past.patch
- debian/patches/series
- debian/patches/xfail.patch
- doc/caches.rst
- doc/configuration.rst
- doc/install.rst
- docker/entrypoint.sh
- docker/run-nginx.sh
- docker/uwsgi.conf
- mapproxy/cache/couchdb.py
- mapproxy/cache/geopackage.py
- mapproxy/cache/mbtiles.py
- mapproxy/cache/tile.py
- mapproxy/client/http.py
- mapproxy/client/tile.py
- mapproxy/client/wms.py
- mapproxy/config/loader.py
- mapproxy/config/spec.py
- mapproxy/featureinfo.py
- + mapproxy/grid/__init__.py
- + mapproxy/grid/meta_grid.py
- + mapproxy/grid/resolutions.py
- mapproxy/grid.py → mapproxy/grid/tile_grid.py
- mapproxy/image/merge.py
- mapproxy/image/transform.py
- mapproxy/layer.py
- mapproxy/script/conf/geopackage.py
- mapproxy/seed/cachelock.py
- mapproxy/seed/config.py
- mapproxy/seed/seeder.py
- mapproxy/service/demo.py
- mapproxy/service/tile.py
- mapproxy/service/wms.py
- mapproxy/service/wmts.py
- mapproxy/source/mapnik.py
- mapproxy/srs.py
- mapproxy/test/http.py
- mapproxy/test/mocker.py
- mapproxy/test/system/fixture/cache_s3.yaml
- mapproxy/test/system/test_auth.py
- mapproxy/test/system/test_cache_geopackage.py
- mapproxy/test/system/test_cache_s3.py
- mapproxy/test/system/test_dimensions.py
- mapproxy/test/system/test_kml.py
- mapproxy/test/system/test_legendgraphic.py
- mapproxy/test/system/test_seed.py
- mapproxy/test/system/test_wms.py
- mapproxy/test/unit/test_auth.py
- mapproxy/test/unit/test_cache.py
- mapproxy/test/unit/test_cache_couchdb.py
- mapproxy/test/unit/test_cache_geopackage.py
- mapproxy/test/unit/test_cache_mbtile.py
- mapproxy/test/unit/test_cache_s3.py
- mapproxy/test/unit/test_cache_tile.py
- mapproxy/test/unit/test_client.py
- mapproxy/test/unit/test_conf_loader.py
- mapproxy/test/unit/test_decorate_img.py
- mapproxy/test/unit/test_featureinfo.py
- mapproxy/test/unit/test_geom.py
- mapproxy/test/unit/test_grid.py
- mapproxy/test/unit/test_request_wmts.py
- mapproxy/test/unit/test_seed.py
- mapproxy/test/unit/test_tiled_source.py
- + mapproxy/util/bbox.py
- mapproxy/util/coverage.py
- − mapproxy/util/ext/odict.py
- mapproxy/util/geom.py
- + mapproxy/util/sqlite3.py
- requirements-tests.txt
- setup.py


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/compare/277d08f4a1454428b0d7e77464c82aa027a4b134...5969b29ba2e6a5f6039f65a13085642b56e5b369

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/compare/277d08f4a1454428b0d7e77464c82aa027a4b134...5969b29ba2e6a5f6039f65a13085642b56e5b369
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/20250810/bef7a951/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list