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

build(deps): update gdal requirement from <=3.4.3 to <=3.10.1 #12835

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Updates the requirements on gdal to permit the latest version.

Release notes

Sourced from gdal's releases.

GDAL 3.10.1

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

Changelog

Sourced from gdal's changelog.

GDAL/OGR 3.10.1 Release Notes

GDAL 3.10.1 is a bugfix release.

Build

  • CMake: FindDotnet.cmake: remove obsolete cmake_minimum_required()
  • CMake: fix swig/csharp/CMakeLists.txt compatibility with CMake 3.31
  • CMake: use add_compile_options() instead of setting CMAKE_CXX_FLAGS for -fno-finite-math-only (#11286)
  • Set GDAL_DEV_SUFFIX to the pre-release suffix if a corresponding Git tag was found.
  • PDF: fix build issue on CondaForge build infrastructure (gcc 13.3)
  • Fix issues in cpl_vsil_win32.cpp with latest mingw64

GDAL 3.10.1

Port

  • CPLDebug: Accept values of YES,TRUE,1 (#11219)
  • /vsiaz/: ReadDir(): be robust to a response to list blob that returns no blobs but has a non-empty NextMarker
  • /vsis3/ / AWS: implement support for AWS Single-Sign On (AWS IAM Identity Center) (#11203)
  • /vsicurl/: fix to allow to read Parquet partitionned datasets from public Azure container using /vsicurl/ (#11309)
  • CPLGetPath()/CPLGetDirname(): make them work with /vsicurl? and URL encoded (#11467)
  • Fix CPLFormFilename(absolute_path, ../something, NULL) to strip the relative path

Algorithms

  • GDALContourGenerateEx(): return CE_None even if the raster is at constant value (3.10.0 regression, #11340)

Core

  • fix memory leak when calling GDALAllRegister(), several times, on a deferred rasterio/rasterio#3250
  • GDALRasterBlock: make sure mutex is initialize in repeated calls to GDALAllRegister / GDALDestroyDriverManager (#11447)
  • Do not sort items in IMD metadata domain (#11470)
  • GDALDataset::BuildOverviews(): validate values of decimation factors

Raster utilities

  • gdalinfo: bring back stdout streaming mode that went away during argparse refactor
  • gdalinfo: fix bound checking for value of -sds argument

... (truncated)

Commits
  • 9b7a7c8 Doc: update 3.10.1 release date
  • 27600ef Prepare for GDAL 3.10.1RC2
  • 28b273c Merge pull request #11608 from rouault/revert_pr_11363
  • b325a58 Revert "CMake: Export -DGDAL_DEBUG as PUBLIC for debug builds"
  • 09e2153 Merge pull request #11604 from OSGeo/backport-11603-to-release/3.10
  • d3dfd2e update reference since link is no longer available
  • e432d81 Merge pull request #11602 from rouault/backport_pr_11601
  • 25002b6 Merge pull request #11600 from rouault/backport_fix_11597
  • 6201497 swig/python/setup.py.in: fix exception when building a RC git tag
  • 2d3ad52 netCDF: fix 3.10.1RC1 regression regarding reporting of values of extra dimen...
  • 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)

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/master/NEWS.md)
- [Commits](OSGeo/gdal@v1.1.5...v3.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Jan 20, 2025
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.96%. Comparing base (1c40f06) to head (6555a4a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #12835   +/-   ##
=======================================
  Coverage   67.95%   67.96%           
=======================================
  Files         975      975           
  Lines       58886    58886           
  Branches     6886     6886           
=======================================
+ Hits        40017    40022    +5     
+ Misses      17232    17227    -5     
  Partials     1637     1637           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants