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.8.4 in /rastervision_gdal_vsi #2069

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2024

Updates the requirements on gdal to permit the latest version.

Release notes

Sourced from gdal's releases.

GDAL 3.8.4

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

Changelog

Sourced from gdal's changelog.

GDAL/OGR 3.8.4 Release Notes

GDAL 3.8.4 is a bugfix release.

Build

  • FindECW.cmake: make it work for Windows 32-bit builds (#9106)
  • Restore use of gmtime_r and localtime_r; extend to ctime_r; use Windows variants too
  • FindSQLite3.cmake: improve detection of static libsqlite3.a (#9096)
  • bash_completion installation: Allow the project_binary_dir to contain a whitespace

Docker build recipes

  • docker/ubuntu-full/Dockerfile: update to Arrow 15.0.0
  • docker/ubuntu-full/Dockerfile: pin libarrow-acero-dev version (#9183)
  • docker/ubuntu-full/Dockerfile: disable AVX2 when building TileDB

GDAL 3.8.4

Port

  • /vsisparse/: fix Stat() on files larger than 4 GB on 32-bit builds
  • CPLAtof()/CPLStrtod(): recognize again INF and -INF
  • /vsicurl/: fix potential multithreaded crash when downloading the same region in parallel and that the download fails

Core

  • PAM: only unset GPF_DIRTY flag
  • GDALOverviewDataset: avoid setting SetEnableOverviews(false) during lifetime of object. Just do it transiently

Utilities

  • gdalinfo: do not emit errors if corner coordinate reprojection fails
  • gdalwarp: do not enable blank line detection when -tap and -te are specified (#9059)

Raster drivers

BMP driver:

  • fix reading images larger than 4GB (3.4.0 regression)

EEDA/EEDAI driver:

  • use 'crsWkt' element

GRIB driver:

  • degrib: use gmtime_r() or gmtime_s() when possible

... (truncated)

Commits
  • 51805cd Prepare for GDAL 3.8.4
  • 025eb69 Prepare for GDAL 3.8.3
  • f0925c2 Prepare for GDAL 3.8.2
  • 81cea70 pct2rgb.py: emit explicit exception when source file has no color table (fixe...
  • c258a69 Prepare for GDAL 3.8.1
  • cbf4a2c gdal_sieve.py/gdalattachpct.py/gdalcompare.py/gdalmove.py: make sure --versio...
  • 2072770 Python utilities: make gdal_edit, gdal_pansharp, gdal_retile and ogr_layer_al...
  • ff68a2c Prepare for 3.8.0beta1
  • 15b4b2f gdal_calc.py: restore specifc --format behaviour (master only fix, fixes #8619)
  • 4ae8505 Merge pull request #8516 from rouault/fix_8514
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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.8.4/NEWS.md)
- [Commits](OSGeo/gdal@v3.4.1...v3.8.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.64%. Comparing base (f4fdad0) to head (d1d3abe).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2069      +/-   ##
==========================================
- Coverage   89.70%   89.64%   -0.07%     
==========================================
  Files         197      197              
  Lines        9763     9763              
==========================================
- Hits         8758     8752       -6     
- Misses       1005     1011       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #2135.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/rastervision_gdal_vsi/gdal-gte-3.4.1-and-lte-3.8.4 branch May 1, 2024 18:57
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