Hello community,
here is the log from the commit of package python-Shapely for
openSUSE:Leap:15.2 checked in at 2020-03-13 10:59:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Shapely (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-Shapely.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Shapely"
Fri Mar 13 10:59:20 2020 rev:12 rq:784190 version:1.7.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Shapely/python-Shapely.changes
2020-02-19 18:48:17.331004215 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-Shapely.new.3160/python-Shapely.changes
2020-03-13 11:01:31.748612385 +0100
@@ -1,0 +2,20 @@
+Wed Mar 11 12:51:39 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- drop fix-build-with-geos-3.8.0.patch
+- update to 1.7.0
+ * the buffer operation can now be single-sides
+ * Nearest neighbor search has been added to STRtree
+ * Removed vendorized `functools`
+ * Disallow sequences of MultiPolygons as arguments to the MultiPolygon
constructor
+ * Added a new `EmptyGeometry` class to support GeoPandas
+ * Added new `shapely.ops.substring` function
+ * Added new `shapely.ops.clip_by_rect` function
+ * shapely.wkb.dumps` now accepts an `srid` integer keyword argument
+
+-------------------------------------------------------------------
+Tue Mar 10 15:08:19 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Fix build with upstream patch:
+ * fix-build-with-geos-3.8.0.patch
+
+-------------------------------------------------------------------
Old:
----
Shapely-1.6.4.post2.tar.gz
New:
----
Shapely-1.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Shapely.spec ++++++
--- /var/tmp/diff_new_pack.IDuPCI/_old 2020-03-13 11:01:32.096612633 +0100
+++ /var/tmp/diff_new_pack.IDuPCI/_new 2020-03-13 11:01:32.100612637 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Shapely
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,15 @@
#
-%bcond_without test
-
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
+%bcond_without test
Name: python-Shapely
-Version: 1.6.4.post2
+Version: 1.7.0
Release: 0
Summary: Geospatial geometries, predicates, and operations
License: BSD-3-Clause
-Group: Development/Libraries/Python
-Url: https://github.com/Toblerity/Shapely
+URL: https://github.com/Toblerity/Shapely
Source:
https://files.pythonhosted.org/packages/source/S/Shapely/Shapely-%{version}.tar.gz
BuildRequires: %{python_module Cython >= 0.19}
BuildRequires: %{python_module devel}
@@ -35,6 +33,7 @@
BuildRequires: fdupes
BuildRequires: geos-devel >= 3.3
BuildRequires: python-rpm-macros
+Requires: geos >= 3.3
# SECTION test requirements
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
@@ -42,7 +41,6 @@
BuildRequires: %{python_module matplotlib}
%endif
# /SECTION
-Requires: geos >= 3.3
%ifpython2
Obsoletes: %{oldpython}-shapely < %{version}
Provides: %{oldpython}-shapely = %{version}
@@ -51,7 +49,6 @@
Obsoletes: python3-shapely < %{version}
Provides: python3-shapely = %{version}
%endif
-
%python_subpackages
%description
@@ -84,8 +81,8 @@
mv shapely_temp shapely
%files %{python_files}
-%defattr(-,root,root,-)
-%doc CREDITS.txt LICENSE.txt README.rst docs/*
+%license LICENSE.txt
+%doc CREDITS.txt README.rst docs/*
%{python_sitearch}/*
%changelog
++++++ Shapely-1.6.4.post2.tar.gz -> Shapely-1.7.0.tar.gz ++++++
++++ 38080 lines of diff (skipped)