Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Shapely for openSUSE:Factory checked in at 2022-01-13 23:20:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Shapely (Old) and /work/SRC/openSUSE:Factory/.python-Shapely.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Shapely" Thu Jan 13 23:20:56 2022 rev:19 rq:946021 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Shapely/python-Shapely.changes 2021-04-19 21:06:21.072061022 +0200 +++ /work/SRC/openSUSE:Factory/.python-Shapely.new.1892/python-Shapely.changes 2022-01-13 23:21:33.968052378 +0100 @@ -1,0 +2,46 @@ +Mon Jan 10 22:17:06 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 1.8.0 + * Shapely 1.8.0 is a transitional version. There are a few bug + fixes and new features, but it largely exists to warn about the + upcoming changes in 2.0.0. See the new migration guide for more + details on how to update your code from Shapely 1.8 to 2.0. + * Shapely 1.8.0 supports only Python versions >= 3.6. The release + is compatible with GEOS versions 3.6-3.10. + * Deprecations: The following functions and geometry attributes + and methods will be removed in version 2.0.0. + - ops.cascaded_union + - BaseGeometry.empty + - BaseGeometry.ctypes and __array_interface__ + - multi-part geometry __len__ + - setting custom attributes on geometry objects + - BaseGeometry.almost_exact + - Deprecation warnings will be emitted in 1.8.0 when any of + these features are used. + * The deprecated to_wkb and to_wkt methods of BaseGeometry have + been removed. + * The STRtree nearest* methods now take an optional argument that + specifies exclusion of the input geometry from results (#1115). + * A GeometryTypeError has been added to shapely.errors and is + consistently raised instead of TypeError or ValueError as in + version 1.7. For backwards compatibility, the new exception + will derive from TypeError and Value error until version 2.0 + (#1099). + * The STRtree class constructor now takes an optional second + argument, a sequence of objects to be stored in the tree. If + not provided, the sequence indices of the geometries will be + stored, as before (#1112). + * The STRtree class has new query_geoms, query_items, + nearest_geom, and nearest_item methods (#1112). The query and + nearest methods remain as aliases for query_geoms and + nearest_geom. + * A normalize method has been added to geometry classes, exposing + the GEOSNormalize algorithm (#1090). + * STRtree instances have a new default capacity of 10 items per + node (#1070). + * The new shapely.ops.voronoi_diagram computes the Voronoi + Diagram of a geometry or geometry collection (#833, #851). + * shapely.validation.make_valid fixes invalid geometries (#883). +- Drop Shapely-fix-svg-collection-pr1042.patch + +------------------------------------------------------------------- Old: ---- Shapely-1.7.1.tar.gz Shapely-fix-svg-collection-pr1042.patch New: ---- Shapely-1.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Shapely.spec ++++++ --- /var/tmp/diff_new_pack.lRgHTo/_old 2022-01-13 23:21:34.600052791 +0100 +++ /var/tmp/diff_new_pack.lRgHTo/_new 2022-01-13 23:21:34.600052791 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Shapely # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,32 +21,23 @@ %bcond_without test %define skip_python2 1 Name: python-Shapely -Version: 1.7.1 +Version: 1.8.0 Release: 0 Summary: Geospatial geometries, predicates, and operations License: BSD-3-Clause URL: https://github.com/Toblerity/Shapely Source: https://files.pythonhosted.org/packages/source/S/Shapely/Shapely-%{version}.tar.gz -# PATCH-FIX-UPSTREAM Shapely-fix-svg-collection-pr1042.patch -- from gh#Toblerity/Shapely#1042 fix svg test -Patch0: Shapely-fix-svg-collection-pr1042.patch BuildRequires: %{python_module Cython >= 0.19} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.6} +BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: geos-devel >= 3.3 BuildRequires: python-rpm-macros -%if 0%{suse_version} >= 1550 -BuildRequires: %{python_module matplotlib if (%python-base without python36-base)} -BuildRequires: %{python_module numpy-devel if (%python-base without python36-base)} -%else -# Application:Geo does not have the support for boolean build requirements within the -# python_module macro for the SLE/Leap repos -BuildRequires: %{python_module numpy-devel} %if 0%{?suse_version} > 1320 BuildRequires: %{python_module matplotlib} %endif -%endif Requires: geos >= 3.3 Recommends: python-numpy Provides: python-shapely = %{version} ++++++ Shapely-1.7.1.tar.gz -> Shapely-1.8.0.tar.gz ++++++ ++++ 48545 lines of diff (skipped)