conda-forge / pyogrio-feedstock

A conda-smithy repository for pyogrio.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

Rebuild to support gdal 3.8 #42

Closed theroggy closed 11 months ago

theroggy commented 11 months ago

gdal 3.8 has become available on conda.

It seems that the gdal version for pyogrio is pinned to be < 3.8... I think if a new build is made with gdal 3.8 available on the host that builds the code the pin will be < 3.9?

Checklist

conda-forge-webservices[bot] commented 11 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

theroggy commented 11 months ago

@conda-forge-admin, please rerender

theroggy commented 11 months ago

Hmm... apparently these kind of rebuilds get an automatic PR created by regro-cf-autotick-bot, so probably no use doing this manually...

jorisvandenbossche commented 11 months ago

@theroggy indeed, those migrations are quite automated (and also involve more changes than just rebuilding, because libgdal is one of the libraries that is globablly pinned (https://conda-forge.org/docs/maintainer/pinning_deps.html#globally-pinned-packages)).

You can always follow the status of the migration at https://conda-forge.org/status/#libgdal38 (eg to see if there is some other package blocking downstream packages)