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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdal: 3.8.1 -> 3.8.2 #275644

Merged
merged 1 commit into from Dec 21, 2023
Merged

gdal: 3.8.1 -> 3.8.2 #275644

merged 1 commit into from Dec 21, 2023

Conversation

imincik
Copy link
Contributor

@imincik imincik commented Dec 20, 2023

Description of changes

Update GDAL to the latest bug fix release.

List of changes:

https://github.com/OSGeo/gdal/blob/v3.8.2/NEWS.md

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 馃憤 reaction to pull requests you find important.

@imincik imincik self-assigned this Dec 20, 2023
@imincik
Copy link
Contributor Author

imincik commented Dec 20, 2023

Running nixpkgs-review now ...

@imincik
Copy link
Contributor Author

imincik commented Dec 20, 2023

Result of nixpkgs-review pr 275644 run on x86_64-linux 1

5 packages marked as broken and skipped:
  • python310Packages.worldengine
  • python310Packages.worldengine.dist
  • python311Packages.worldengine
  • python311Packages.worldengine.dist
  • t-rex
12 packages failed to build:
  • python310Packages.bsuite
  • python310Packages.bsuite.dist
  • python310Packages.plotnine
  • python310Packages.plotnine.dist
  • python310Packages.rlax
  • python310Packages.rlax.dist
  • python311Packages.bsuite
  • python311Packages.bsuite.dist
  • python311Packages.plotnine
  • python311Packages.plotnine.dist
  • python311Packages.rlax
  • python311Packages.rlax.dist
93 packages built:
  • apacheHttpdPackages.mod_tile
  • cloudcompare
  • entwine
  • gdal (python311Packages.gdal)
  • gdalMinimal
  • gmt
  • gplates
  • grass
  • mapcache
  • mapnik
  • mapproxy
  • mapproxy.dist
  • mapserver
  • merkaartor
  • mysql-workbench
  • octavePackages.mapping
  • openorienteering-mapper
  • paraview
  • pdal
  • perl536Packages.Tirex
  • perl536Packages.Tirex.devdoc
  • perl538Packages.Tirex
  • perl538Packages.Tirex.devdoc
  • postgresql12JitPackages.postgis
  • postgresql12JitPackages.postgis.doc
  • postgresql12Packages.postgis
  • postgresql12Packages.postgis.doc
  • postgresql13JitPackages.postgis
  • postgresql13JitPackages.postgis.doc
  • postgresql13Packages.postgis
  • postgresql13Packages.postgis.doc
  • postgresql14JitPackages.postgis
  • postgresql14JitPackages.postgis.doc
  • postgresql14Packages.postgis
  • postgresql14Packages.postgis.doc
  • postgresqlJitPackages.postgis (postgresql15JitPackages.postgis)
  • postgresqlJitPackages.postgis.doc (postgresql15JitPackages.postgis.doc)
  • postgresql15Packages.postgis
  • postgresql15Packages.postgis.doc
  • postgresql16JitPackages.postgis
  • postgresql16JitPackages.postgis.doc
  • postgresql16Packages.postgis
  • postgresql16Packages.postgis.doc
  • python310Packages.cartopy
  • python310Packages.cartopy.dist
  • python310Packages.django-bootstrap4
  • python310Packages.django-bootstrap4.dist
  • python310Packages.fiona
  • python310Packages.fiona.dist
  • python310Packages.folium
  • python310Packages.folium.dist
  • python310Packages.gdal
  • python310Packages.geopandas
  • python310Packages.geopandas.dist
  • python310Packages.osmnx
  • python310Packages.osmnx.dist
  • python310Packages.pygmt
  • python310Packages.pygmt.dist
  • python310Packages.python-mapnik
  • python310Packages.python-mapnik.dist
  • python310Packages.rasterio
  • python310Packages.rasterio.dist
  • python310Packages.wktutils
  • python310Packages.wktutils.dist
  • python311Packages.cartopy
  • python311Packages.cartopy.dist
  • python311Packages.django-bootstrap4
  • python311Packages.django-bootstrap4.dist
  • python311Packages.fiona
  • python311Packages.fiona.dist
  • python311Packages.folium
  • python311Packages.folium.dist
  • python311Packages.geopandas
  • python311Packages.geopandas.dist
  • python311Packages.osmnx
  • python311Packages.osmnx.dist
  • python311Packages.pygmt
  • python311Packages.pygmt.dist
  • python311Packages.python-mapnik
  • python311Packages.python-mapnik.dist
  • python311Packages.rasterio
  • python311Packages.rasterio.dist
  • python311Packages.wktutils
  • python311Packages.wktutils.dist
  • pytrainer
  • pytrainer.dist
  • qgis
  • qgis-ltr
  • qmapshack
  • saga
  • sumo
  • udig
  • vpv

@imincik
Copy link
Contributor Author

imincik commented Dec 20, 2023

@ofborg build gdal

@imincik imincik merged commit 314bdfe into master Dec 21, 2023
30 of 31 checks passed
@imincik imincik deleted the gdal-3.8.2 branch December 21, 2023 12:21
imincik added a commit to imincik/geospatial-nix that referenced this pull request Dec 22, 2023
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/week-in-geospatial-team/37035/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants