Hi gauteh,
Upstream has now released v0.23.0.
Suggested patch for the PKGBUILD: https://salsa.debian.org/-/snippets/709
You can apply the patch to this PKGBUILD if you like:
curl -LO https://salsa.debian.org/-/snippets/709/raw/main/python-cartopy-0.23.0-1.patch
less python-cartopy-0.23.0-1.patch
patch -p1 < python-cartopy-0.23.0-1.patch
Regards
Claudia
Pinned Comments
bcb commented on 2023-12-08 10:48 (UTC)
The currently enabled tests pass (repeatedly) for me in a clean chroot. I am reluctant to disable too many tests in the PKGBUILD, especially when I cannot reproduce the failures and make sure I am disabling the correct test for a build failure reported by somebody else. For now, if you run into failures you may have to build with
--nocheck
. I am hoping to make the checks more robust -- suggestions welcome!