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.4.1,>=3.3.3 to >=3.3.3,<3.6.1 #102

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 11, 2022

Updates the requirements on gdal to permit the latest version.

Release notes

Sourced from gdal's releases.

GDAL 3.6.0

  • CMake is the only build system available in-tree. autoconf and nmake build systems have been removed
  • OpenFileGDB: write and update support (v10.x format only), without requiring any external dependency, with same (and actually larger) functional scope as write side of the FileGDB driver
  • RFC 86: Column-oriented read API for vector layers. Implemented in core, Arrow, Parquet, GPKG and FlatGeoBuf drivers
  • Add read/write raster JPEGXL driver for standalone JPEG-XL files. Requires libjxl
  • Add KTX2 and BASISU read/write raster drivers for texture formats. Require (forked) basisu library
  • Vector layer API: table relationship discovery & creation, Upsert() operation
  • GeoTIFF: add multi-threaded read capabilities (reqiures NUM_THREADS open option or GDAL_NUM_THREADS configuration option to be set)
  • Multiple performance improvements in GPKG driver
  • ogr_layer_algebra.py: promoted to official script (#1581)
  • Code linting and security fixes
  • Bump of shared lib major version
  • Full release notes at https://github.com/OSGeo/gdal/blob/v3.6.0/NEWS.md
Changelog

Sourced from gdal's changelog.

GDAL/OGR 3.6.0 Release Notes

Those notes include changes since GDAL 3.5.0, but not already included in a GDAL 3.5.x bugfix release.

In a nutshell...

  • CMake is the only build system available in-tree. autoconf and nmake build systems have been removed
  • OpenFileGDB: write and update support (v10.x format only), without requiring any external dependency, with same (and actually larger) functional scope as write side of the FileGDB driver
  • RFC 86: Column-oriented read API for vector layers. Implemented in core, Arrow, Parquet, GPKG and FlatGeoBuf drivers
  • Add read/write raster JPEGXL driver for standalone JPEG-XL files. Requires libjxl
  • Add KTX2 and BASISU read/write raster drivers for texture formats. Require (forked) basisu library
  • Vector layer API: table relationship discovery & creation, Upsert() operation
  • GeoTIFF: add multi-threaded read capabilities (reqiures NUM_THREADS open option or GDAL_NUM_THREADS configuration option to be set)
  • Multiple performance improvements in GPKG driver
  • ogr_layer_algebra.py: promoted to official script (#1581)
  • Code linting and security fixes
  • Bump of shared lib major version

New optional dependencies

  • libjxl: for JPEGXL driver (it was already a potential dependency in past versions, when using internal libtiff, to get the JXL TIFF codec)
  • libarrow_dataset: for Parquet driver
  • QB3: for QB3 codec in MRF driver
  • basisu: required for KTX2 and BASISU drivers

New installed files

  • bin/ogr_layer_algebra.py
  • include/ogr_recordbatch.h

Removed installed files

None

Backward compatibility issues

See MIGRATION_GUIDE.TXT

Build changes

Enhancements:

  • Add version suffix to DLL when compiling for MinGW target
  • Add a -DBUILD_WITHOUT_64BIT_OFFSET advanced option (#5941)
  • Add a USE_ALTERNATE_LINKER option
  • Build iso8211 library conditionally to drivers requiring it

Fixes:

  • Fix build without PNG (#5742) and JPEG (#5741)
  • Various changes for CHERI-extended architectures such CHERI-RISC-V or Arm Morello with sizeof(void*) == 16

... (truncated)

Commits
  • b77481c Update for 3.6.0rc2
  • 7690a74 NEWS.md: update for 3.6.0rc2
  • c6bab7c typo fixes
  • 6ce6376 docker/alpine-normal: update dependencies, add libjxl and libkml deps [ci skip]
  • 58d46fd cppcheck fixes
  • 368e1e0 Merge pull request #6629 from OSGeo/backport-6628-to-release/3.6
  • de77c8f Add missing #include <algorithm> for std::min/std::max uses, and #include <li...
  • b7f4bb1 Merge pull request #6627 from OSGeo/backport-6623-to-release/3.6
  • bb05d40 GPKG: add compatibility with GPKG 1.0 gpkg_data_column_constraints table
  • f987d20 Merge pull request #6626 from OSGeo/backport-6625-to-release/3.6
  • 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 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@v3.3.3...v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 15, 2022

Superseded by #107.

@dependabot dependabot bot closed this Dec 15, 2022
@dependabot dependabot bot deleted the dependabot/pip/gdal-gte-3.3.3-and-lt-3.6.1 branch December 15, 2022 22:02
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.

None yet

0 participants