From 6fbf48e14f0dd618c1f2b32ab32cd4ccc21c817e8b77eca09c8063323187e6c0 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 25 Nov 2012 13:03:48 +0000 Subject: [PATCH] Accepting request 142492 from devel:languages:python - Update to version 1.2.16: + Add ops.unary_union function. + Alias ops.cascaded_union to ops.unary_union when GEOS CAPI >= (1,7,0). + Add geos_version_string attribute to shapely.geos. + Ensure parent is set when child geometry is accessed. + Generate _speedups.c using Cython when building from repo when missing, stale, or the build target is "sdist". + The is_simple predicate of invalid, self-intersecting linear rings now returns ``False``. + Remove VERSION.txt from repo, it's now written by the distutils setup script with value of shapely.__version__. - Changes from version 1.2.15: + Eliminate numerical sensitivity in a method chaining test (Debian bug #663210). + Account for cascaded union of random buffered test points being a polygon or multipolygon (Debian bug #666655). + Use Cython to build speedups if it is installed. + Avoid stumbling over SVN revision numbers in GEOS C API version strings. - Update to version 1.2.14: + A geometry's coords property is now sliceable, yielding a list of coordinate values. + Homogeneous collections are now sliceable, yielding a new collection of the same type. OBS-URL: https://build.opensuse.org/request/show/142492 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Shapely?expand=0&rev=3 --- Shapely-1.2.14.tar.gz | 3 --- Shapely-1.2.16.tar.gz | 3 +++ python-Shapely.changes | 28 +++++++++++++++++++++++++++- python-Shapely.spec | 10 +++++----- 4 files changed, 35 insertions(+), 9 deletions(-) delete mode 100644 Shapely-1.2.14.tar.gz create mode 100644 Shapely-1.2.16.tar.gz diff --git a/Shapely-1.2.14.tar.gz b/Shapely-1.2.14.tar.gz deleted file mode 100644 index d98d561..0000000 --- a/Shapely-1.2.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc417f9ffafb79de989a8fb1c7a0a10dc5029f085abd831964d7e40c7ea78846 -size 93366 diff --git a/Shapely-1.2.16.tar.gz b/Shapely-1.2.16.tar.gz new file mode 100644 index 0000000..b44de7f --- /dev/null +++ b/Shapely-1.2.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06296b4f59c6399a30f86d345d661e005ed4b521a02ee4de0d39a3fc5497adef +size 96193 diff --git a/python-Shapely.changes b/python-Shapely.changes index c9d4b2a..a0c32b0 100644 --- a/python-Shapely.changes +++ b/python-Shapely.changes @@ -1,7 +1,33 @@ +------------------------------------------------------------------- +Thu Nov 22 15:21:26 UTC 2012 - saschpe@suse.de + +- Update to version 1.2.16: + + Add ops.unary_union function. + + Alias ops.cascaded_union to ops.unary_union when GEOS CAPI >= (1,7,0). + + Add geos_version_string attribute to shapely.geos. + + Ensure parent is set when child geometry is accessed. + + Generate _speedups.c using Cython when building from repo when missing, + stale, or the build target is "sdist". + + The is_simple predicate of invalid, self-intersecting linear rings now + returns ``False``. + + Remove VERSION.txt from repo, it's now written by the distutils setup script + with value of shapely.__version__. +- Changes from version 1.2.15: + + Eliminate numerical sensitivity in a method chaining test (Debian bug + #663210). + + Account for cascaded union of random buffered test points being a polygon + or multipolygon (Debian bug #666655). + + Use Cython to build speedups if it is installed. + + Avoid stumbling over SVN revision numbers in GEOS C API version strings. + ------------------------------------------------------------------- Thu Feb 23 13:21:58 UTC 2012 - saschpe@suse.de -- Update to version 1.2.14 +- Update to version 1.2.14: + + A geometry's coords property is now sliceable, yielding a list of coordinate + values. + + Homogeneous collections are now sliceable, yielding a new collection of the + same type. ------------------------------------------------------------------- Thu Dec 15 12:11:59 UTC 2011 - saschpe@suse.de diff --git a/python-Shapely.spec b/python-Shapely.spec index 1339e70..8a2db3d 100644 --- a/python-Shapely.spec +++ b/python-Shapely.spec @@ -1,7 +1,7 @@ # # spec file for package python-Shapely # -# Copyright 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -11,18 +11,18 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-Shapely -Version: 1.2.14 +Version: 1.2.16 Release: 0 -License: BSD-3-Clause Summary: Geospatial geometries, predicates, and operations -Url: http://pypi.python.org/pypi/Shapely +License: BSD-3-Clause Group: Development/Libraries/Python +Url: http://pypi.python.org/pypi/Shapely Source: http://pypi.python.org/packages/source/S/Shapely/Shapely-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-distribute