Your message dated Sun, 11 Dec 2022 08:38:12 +0000
with message-id <[email protected]>
and subject line Bug#1025613: fixed in python-geopandas 0.12.2-1
has caused the Debian Bug report #1025613,
regarding python-geopandas: Test failures with Shapely 2.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1025613: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025613
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-geopandas
Version: 0.12.1-2
Severity: important
Tags: upstream
User: [email protected]
Usertags: shapely-2.0
Control: forwarded -1 https://github.com/geopandas/geopandas/issues/2664

Dear Maintainer,

Your package has test failures with Shapely 2.0:

 _ ERROR at setup of 
TestClipWithSingleRectangleGdf.test_mixed_geom[single_rectangle_gdf] _
 
     @pytest.fixture
     def mixed_gdf():
         """Create a Mixed Polygon and LineString For Testing"""
 >       point = Point([(2, 3), (11, 4), (7, 2), (8, 9), (1, 13)])
 
 geopandas/tools/tests/test_clip.py:179: 
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ 
 
 self = <class 'shapely.geometry.point.Point'>
 args = ([(2, 3), (11, 4), (7, 2), (8, 9), (1, 13)],)
 coords = array([[ 2,  3],
        [11,  4],
        [ 7,  2],
        [ 8,  9],
        [ 1, 13]])
 geom = array([<POINT (2 3)>, <POINT (11 4)>, <POINT (7 2)>, <POINT (8 9)>,
        <POINT (1 13)>], dtype=object)
 
     def __new__(self, *args):
         if len(args) == 0:
             # empty geometry
             # TODO better constructor
             return shapely.from_wkt("POINT EMPTY")
         elif len(args) > 3:
             raise TypeError(f"Point() takes at most 3 arguments ({len(args)} 
given)")
         elif len(args) == 1:
             coords = args[0]
             if isinstance(coords, Point):
                 return coords
     
             # Accept either (x, y) or [(x, y)]
             if not hasattr(coords, "__getitem__"):  # generators
                 coords = list(coords)
     
             coords = np.asarray(coords).squeeze()
         else:
             # 2 or 3 args
             coords = np.array(args).squeeze()
     
         geom = shapely.points(coords)
         if not isinstance(geom, Point):
 >           raise ValueError("Invalid values passed to Point constructor")
 E           ValueError: Invalid values passed to Point constructor
 
 /usr/lib/python3/dist-packages/shapely/geometry/point.py:75: ValueError

The build does not fail because test failures are ignored.

Kind Regards,

Bas

--- End Message ---
--- Begin Message ---
Source: python-geopandas
Source-Version: 0.12.2-1
Done: Bas Couwenberg <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-geopandas, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <[email protected]> (supplier of updated python-geopandas 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 11 Dec 2022 08:48:59 +0100
Source: python-geopandas
Architecture: source
Version: 0.12.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 1025613
Changes:
 python-geopandas (0.12.2-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
     (closes: #1025613)
Checksums-Sha1:
 88687119cce830a7ee9b55f93c036709beac7f69 2405 python-geopandas_0.12.2-1.dsc
 c1e4ce1000251904adb37cacbe6f7ddbb06800c9 6360014 
python-geopandas_0.12.2.orig.tar.gz
 69c2fefe4ce6a413a435b4f60571e2fd433b30c0 1321820 
python-geopandas_0.12.2-1.debian.tar.xz
 65a9556bfcc516a9f8a2d2ea693c95179d801f2d 15749 
python-geopandas_0.12.2-1_amd64.buildinfo
Checksums-Sha256:
 2e633b53f62b9bd62421d9ce761e0f92c4566f0e81a6bcdcd50f9ace6a3e3b2b 2405 
python-geopandas_0.12.2-1.dsc
 e6d8a35bc5150f067aafd8ec76ba488983c6b02e508914734dafdb233964cb27 6360014 
python-geopandas_0.12.2.orig.tar.gz
 910102764bc2ad56f25acd242f3cac5d62a7b83550feb10c0086a7add98d27dc 1321820 
python-geopandas_0.12.2-1.debian.tar.xz
 4a3380127c7c1a793156c69c1549f4dd87ab0b4419c9a796eccb30defd728ed6 15749 
python-geopandas_0.12.2-1_amd64.buildinfo
Files:
 d57fb9b70d99fa96dd8ae0c79f6df4f3 2405 python optional 
python-geopandas_0.12.2-1.dsc
 c8da7014b46c420f9f63bd6b8fe1ceed 6360014 python optional 
python-geopandas_0.12.2.orig.tar.gz
 29bfd93d83083e0d5b7d7eb96160c94c 1321820 python optional 
python-geopandas_0.12.2-1.debian.tar.xz
 c69afcee2e71067857e3f52ab4dc8f23 15749 python optional 
python-geopandas_0.12.2-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmOVjkYACgkQZ1DxCuiN
SvETpw//WyaAAiZOtjO+GsGAibpU7waoB5hg9dLYuYZoc8eK2FXq0P3co2g6fAf7
vzO/yQjcUmyVpekiadP75t/7WxZkckrgm794qJ9EE4/FksGBzPOtcTzl8yYg+3P5
Uak1qtDMGz5yvsl9Su0T+pz1DPe/8NR8zWfhLcMHY37BVV5XWAtKiBpTEZvXyEBk
uU0nt7uzPnuSbCYqxU3+QJjsg2Zyg1N4fVSMWBOUI7k9jziXuIaX1HS8cIWIcKsn
VgZeeBVpfQ82iv0zQL/1rx9PnTtgBEoXvuqF7NZIDAOaG1ykMl1xHtZaW4iSZP9A
Kg/YHuS5T/x8jXD9f7L9vCUAcPdr1D0BGp/V7oYuf7TMo8LnNQS/mpNQoKfXcL8n
CeePSG4fLvsQHMiQe5mHPMIaY3HWqCSXPHQQe9BRScKuHBcaExsIRgo6GeVAKwNF
PbnlF0imUmmnMAq2snA4BMXnOap3UtRs0DedNh7iDcexbmGnlFtkUd0ZoqoUhx3i
aSWlUrlppmV4FgF7CdrR/GPZ2Eq4ltFEdWA9Ne6ZrfAUoo7rI0sSXs/kgNRTuZFt
rgmMHfgAfooDq8OwZoTTaYfwOMT9mOPFf8RTcLWl8qadkd1CHcJ03z00iHUyh2dj
QiyDGv/B9JdxNJgnRGZxxjzIIsFlkZtokFzI9x3pqWsj7+7d98k=
=pibR
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to