2022-11-19T00:43:54 gdal 3.5.2 -> 3.6.0 https://github.com/OSGeo/gdal/releases 2022-11-19T00:43:58 attrpath: gdal 2022-11-19T00:43:59 Checking auto update branch... 2022-11-19T00:43:59 No auto update branch exists 2022-11-19T00:44:02 [version] 2022-11-19T00:44:14 [version] updated version and sha256 2022-11-19T00:44:14 [rustCrateVersion] 2022-11-19T00:44:14 [rustCrateVersion] No cargoSha256 found 2022-11-19T00:44:14 [golangModuleVersion] 2022-11-19T00:44:14 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-19T00:44:14 [updateScript] 2022-11-19T00:44:14 [updateScript] skipping because derivation has no updateScript 2022-11-19T00:44:14 2022-11-19T00:44:14 [quotedUrls] 2022-11-19T00:44:14 [quotedUrls] nothing found to replace 2022-11-19T00:44:15 Diff after rewrites: diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix index 382806005da..bc1b5724033 100644 --- a/pkgs/development/libraries/gdal/default.nix +++ b/pkgs/development/libraries/gdal/default.nix @@ -61,13 +61,13 @@ stdenv.mkDerivation rec { pname = "gdal"; - version = "3.5.2"; + version = "3.6.0"; src = fetchFromGitHub { owner = "OSGeo"; repo = "gdal"; rev = "v${version}"; - sha256 = "sha256-jtAFI1J64ZaTqIljqQL1xOiTGC79AZWcIgidozWczMM="; + sha256 = "sha256-fgwxmSs91otLFmUyo4Z0s1Ry5TfNeVXF6vzHjWOlViM="; }; nativeBuildInputs = [ 2022-11-19T00:52:00 Successfully finished processing 2022-11-19T00:52:00 cachix "/nix/store/1spmzxdy9kflgwg2fql6q7z4dg8zm91h-gdal-3.6.0" 2022-11-19T00:52:08 [check][nixpkgs-review] 2022-11-19T01:37:10 [check][nixpkgs-review] took longer than 45m and timed out 2022-11-19T01:37:10 nixpkgs-review took longer than 45m and timed out 2022-11-19T01:37:15 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/OSGeo/gdal/releases. meta.description for gdal is: "Translator library for raster geospatial data formats" meta.homepage for gdal is: "https://www.gdal.org/" meta.changelog for gdal is: "https://docs.unidata.ucar.edu/netcdf-c/v3.6.0/RELEASE_NOTES.html" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/OSGeo/gdal/releases/tag/v3.6.0) - [Compare changes on GitHub](https://github.com/OSGeo/gdal/compare/v3.5.2...v3.6.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.6.0 with grep in /nix/store/1spmzxdy9kflgwg2fql6q7z4dg8zm91h-gdal-3.6.0 - found 3.6.0 in filename of file in /nix/store/1spmzxdy9kflgwg2fql6q7z4dg8zm91h-gdal-3.6.0 ---
Rebuild report (if merged into master) (click to expand) ``` 64 total rebuild path(s) 64 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile cloudcompare entwine gdal gmt gplates grass libLAS mapcache mapnik mapproxy mapserver merkaartor mysql-workbench openorienteering-mapper paraview pdal perl534Packages.Tirex perl536Packages.Tirex postgresql11Packages.postgis postgresql12Packages.postgis postgresql13Packages.postgis postgresql14Packages.postgis postgresql15Packages.postgis postgresqlPackages.postgis python310Packages.asf-search python310Packages.bsuite python310Packages.cartopy python310Packages.fiona python310Packages.gdal python310Packages.geopandas python310Packages.osmnx python310Packages.plotnine python310Packages.pygmt python310Packages.python-mapnik python310Packages.rasterio python310Packages.rlax python310Packages.wktutils python310Packages.worldengine python39Packages.asf-search python39Packages.bsuite python39Packages.cartopy python39Packages.fiona python39Packages.gdal python39Packages.geopandas python39Packages.osmnx python39Packages.plotnine python39Packages.pygmt python39Packages.python-mapnik ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/1spmzxdy9kflgwg2fql6q7z4dg8zm91h-gdal-3.6.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A gdal https://github.com/r-ryantm/nixpkgs/archive/877adf3073d701cc4a4cc13a54e74ab0695d0d7e.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/1spmzxdy9kflgwg2fql6q7z4dg8zm91h-gdal-3.6.0 ls -la /nix/store/1spmzxdy9kflgwg2fql6q7z4dg8zm91h-gdal-3.6.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @MarcWeber @dotlambda for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-11-19T01:37:19 https://api.github.com/repos/NixOS/nixpkgs/pulls/201834