Re: [gdal-dev] About bug fix / patch release policy for older GDAL versions (setuptools >= 58.0 and GDAL <3.3 compatibility issues)

2022-03-25 Thread Momtchil Momtchev
If you have lots of Debian servers, what you can do is to use the Debian experimental GDAL packages - which are usually up to date with the latest version of GDAL - and to set up a Dockerfile to build these for Debian stable and then to use reprepro to distribute them to your machines. If you

Re: [gdal-dev] About bug fix / patch release policy for older GDAL versions (setuptools >= 58.0 and GDAL <3.3 compatibility issues)

2022-03-25 Thread Even Rouault
ok, just pushed to https://pypi.org/project/GDAL/3.2.2.1/ Le 25/03/2022 à 23:24, snehal waychal a écrit : Dear Evan, Oh! thank you very much for a fast test release! I can confirm that released version works as expected. And to be sure, here is what/how I have tested: ``` $ doc

Re: [gdal-dev] About bug fix / patch release policy for older GDAL versions (setuptools >= 58.0 and GDAL <3.3 compatibility issues)

2022-03-25 Thread snehal waychal
Dear Evan, Oh! thank you very much for a fast test release! I can confirm that released version works as expected. And to be sure, here is what/how I have tested: ``` $ docker run -it python:3.7.13-slim-bullseye bash $ apt-get update && apt-get install -y libgdal-dev gcc g++ # let's take

Re: [gdal-dev] About bug fix / patch release policy for older GDAL versions (setuptools >= 58.0 and GDAL <3.3 compatibility issues)

2022-03-25 Thread Even Rouault
ok, I missed this was on the pypi package. I've tried to make a patch over 3.2.2. For now, I've uploaded it only to https://test.pypi.org/project/GDAL/3.2.2.1/  . Can you test that and confirm that works properly ? If so, I'll push it to pypi official. I've tracked the changes in a patch/3.2.

Re: [gdal-dev] About bug fix / patch release policy for older GDAL versions (setuptools >= 58.0 and GDAL <3.3 compatibility issues)

2022-03-25 Thread snehal waychal
Dear Even, dear Bas, Thank you very much for the quick response and highlighting the Debian/Ubuntu release policy aspects. And also about the link to the ubuntugis-unstable PPA. >* what you discuss here is all about the patch & backport policy of the * >* Debian GDAL package. You can try to fi

Re: [gdal-dev] About bug fix / patch release policy for older GDAL versions (setuptools >= 58.0 and GDAL <3.3 compatibility issues)

2022-03-25 Thread Sebastiaan Couwenberg
On 3/25/22 12:07, Even Rouault wrote: what you discuss here is all about the patch & backport policy of the Debian GDAL package. You can try to file a bug to Debian and point to the patch you'd want to see backported, but I can't promise if there would be interest in their maintenance team to c

Re: [gdal-dev] About bug fix / patch release policy for older GDAL versions (setuptools >= 58.0 and GDAL <3.3 compatibility issues)

2022-03-25 Thread Even Rouault
Snehal, what you discuss here is all about the patch & backport policy of the Debian GDAL package. You can try to file a bug to Debian and point to the patch you'd want to see backported, but I can't promise if there would be interest in their maintenance team to create an updated package wit