Bug#1068290: python3-fastkml: ImportError since python3-pygeoif 1.4.0

2024-05-25 Thread Antonio Valentino
Dear Thomas and Andreas, On Wed, 3 Apr 2024 01:22:14 +0100 Tomas Janousek wrote: Hi, On Wed, Apr 03, 2024 at 12:29:36AM +0100, Tomas Janousek wrote: >I believe this is because both shapely and pygeoif deprecated >asShape/as_shape respectively. The function is now called just "shape" >in both.

Bug#1068290: python3-fastkml: ImportError since python3-pygeoif 1.4.0

2024-04-02 Thread Tomas Janousek
Hi, On Wed, Apr 03, 2024 at 12:29:36AM +0100, Tomas Janousek wrote: I believe this is because both shapely and pygeoif deprecated asShape/as_shape respectively. The function is now called just "shape" in both. […] I think it might be okay to just patch fastkml/geometry.py to from shapely.geo

Bug#1068290: python3-fastkml: ImportError since python3-pygeoif 1.4.0

2024-04-02 Thread Tomas Janousek
Package: python3-fastkml Version: 0.12-3 Severity: grave Tags: upstream Justification: renders package unusable X-Debbugs-Cc: t...@nomi.cz Dear Maintainer, Since python3-pygeoif 1.4.0-1 appeared in Debian testing, fastkml cannot be imported at all: In [1]: import fastkml ---