Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gdal requirement from <=3.6.3,>=3.4.1 to >=3.4.1,<=3.7.2 in /rastervision_gdal_vsi #1943

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Updates the requirements on gdal to permit the latest version.

Release notes

Sourced from gdal's releases.

GDAL 3.7.2

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.7.2/NEWS.md

Changelog

Sourced from gdal's changelog.

GDAL/OGR 3.7.2 Release Notes

GDAL 3.7.2 is a bugfix release.

Build

  • Ccache.cmake: fix warning
  • XLS: avoid compiler warning when building against freexl 2.0
  • FindSPATIALITE.cmake: updated for SpatiaLite 5.1.0
  • CMakeLists.txt: update maximum range to 3.27
  • fix building test_ofgdb_write (#8321)

GDAL 3.7.2

Port

  • /vsiaz/: fix cached URL names when listing /vsiaz/
  • /vsiaz/: add options to pass object_id/client_id/msi_res_id in IMDS authentication requests (AZURE_IMDS_OBJECT_ID, AZURE_IMDS_CLIENT_ID, AZURE_IMDS_MSI_RES_ID)
  • /vsiaz/: implement Azure Active Directory Workload Identity authentication, typically for Azure Kubernetes

Core

  • TileMatrixSet::parse(): add support for OGC 2D Tile Matrix Set v2 (#6882)

Algorithms

  • Warper: do not modify bounds when doing geographic->geographic on a dataset with world extent but not in [-180,180] (#8194)
  • RMS resampling: avoid potential integer overflow with UInt16 values
  • GDALChecksumImage(): fix 3.6.0 regression regarding integer overflow on images with more than 2 billion pixels (#8254)

Utilities

  • gdalinfo -json output: emit a stac['proj:epsg'] = null object when emitting proj:wkt2 or proj:projjson (#8137)
  • gdalmdimtranslate: fix wrong output dimension size when using syntax like '-array name=XXX,view=[::factor_gt_1]'
  • gdal2tiles: fix exception with dataset in EPSG:4326 with longitudes > 180 in WebMercator profile (#8100)
  • gdal_retile.py: allow gaps in input files larger than grid size (#8260)

Raster drivers

GeoPackage driver:

  • GDALGeoPackageRasterBand::GetMetadata(): fix use after free
  • fix missing GRID_CELL_ENCODING metadata item when there is other metadata

... (truncated)

Commits
  • f74cd41 Prepare for GDAL 3.7.2
  • 55aa3bd typo fixes [ci skip]
  • e09d7f4 Merge pull request #8327 from rouault/gpkg_fixes
  • 0920fc0 GPKG: remove .aux.xml file in Delete()
  • 03f74f0 GDALGeoPackageRasterBand: fix missing GRID_CELL_ENCODING metadata item when t...
  • f782d48 GDALGeoPackageRasterBand::GetMetadata(): fix use after free
  • c2d787b Build: fix building test_ofgdb_write (fixes #8321)
  • a8159c8 Merge pull request #8311 from OSGeo/backport-8307-to-release/3.7
  • fb0ac2b osgeo_utils: allign base.get_extension() and util.DoesDriverHandleExtension()...
  • e31f306 CI: skip test_driver_metadata on mingw64 since it now crashes for unknown reason
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2023
Updates the requirements on [gdal](https://github.com/OSGeo/gdal) to permit the latest version.
- [Release notes](https://github.com/OSGeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/v3.7.2/NEWS.md)
- [Commits](OSGeo/gdal@v3.4.1...v3.7.2)

---
updated-dependencies:
- dependency-name: gdal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/rastervision_gdal_vsi/gdal-gte-3.4.1-and-lte-3.7.2 branch from e7c4504 to bb37ed4 Compare October 18, 2023 14:31
@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #1943 (bb37ed4) into master (a130639) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1943   +/-   ##
=======================================
  Coverage   82.47%   82.47%           
=======================================
  Files         190      190           
  Lines        9337     9337           
=======================================
  Hits         7701     7701           
  Misses       1636     1636           

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2023

Superseded by #2006.

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/rastervision_gdal_vsi/gdal-gte-3.4.1-and-lte-3.7.2 branch December 1, 2023 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants