From bdd30de25a882b4caebd1bbb3e43033941d4b9e9fa1929b059054e91b74f8d6c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 26 Sep 2013 17:56:04 +0000 Subject: [PATCH] Accepting request 200661 from devel:languages:python update (forwarded request 200602 from posophe) OBS-URL: https://build.opensuse.org/request/show/200661 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Shapely?expand=0&rev=6 --- Shapely-1.2.16.tar.gz | 3 --- Shapely-1.2.18.tar.gz | 3 +++ python-Shapely.changes | 17 +++++++++++++++++ python-Shapely.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 Shapely-1.2.16.tar.gz create mode 100644 Shapely-1.2.18.tar.gz diff --git a/Shapely-1.2.16.tar.gz b/Shapely-1.2.16.tar.gz deleted file mode 100644 index b44de7f..0000000 --- a/Shapely-1.2.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06296b4f59c6399a30f86d345d661e005ed4b521a02ee4de0d39a3fc5497adef -size 96193 diff --git a/Shapely-1.2.18.tar.gz b/Shapely-1.2.18.tar.gz new file mode 100644 index 0000000..a65dbcf --- /dev/null +++ b/Shapely-1.2.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3307b008e1cf96923f0e41a54b39e4ac316cdfa038b26ccbfc47a99cb69573c +size 111974 diff --git a/python-Shapely.changes b/python-Shapely.changes index a0c32b0..453c863 100644 --- a/python-Shapely.changes +++ b/python-Shapely.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Sep 25 16:01:53 UTC 2013 - p.drouand@gmail.com + +- Update to version 1.2.18 + + Add shapely.ops.transform. + + Permit empty sequences in collection constructors (#49, #50). + + Individual polygons in MultiPolygon.__geo_interface__ are changed + to tuples to match Polygon.__geo_interface__ (#51). + + Add shapely.ops.polygonize_full (#57). +- Changes between 1.2.17 and 1.2.16 + + Avoid circular import between wkt/wkb and geometry.base by moving calls + to GEOS serializers to the latter module. + + Set _ndim when unpickling (issue #6). + + Don't install DLLs to Python's DLL directory (#37). + + Add affinity module of affine transformation (#31). + + Fix NameError that blocked installation with PyPy (#40, #41). + ------------------------------------------------------------------- Thu Nov 22 15:21:26 UTC 2012 - saschpe@suse.de diff --git a/python-Shapely.spec b/python-Shapely.spec index 8a2db3d..d29a03e 100644 --- a/python-Shapely.spec +++ b/python-Shapely.spec @@ -1,7 +1,7 @@ # # spec file for package python-Shapely # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-Shapely -Version: 1.2.16 +Version: 1.2.18 Release: 0 Summary: Geospatial geometries, predicates, and operations License: BSD-3-Clause