[Git][debian-gis-team/python-shapely][master] 2 commits: Add upstream patch to fix FTBFS with GEOS 3.9.0. (closes: #978326)
Bas Couwenberg
gitlab at salsa.debian.org
Sun Dec 27 09:38:49 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely
Commits:
e44ab99b by Bas Couwenberg at 2020-12-27T10:25:07+01:00
Add upstream patch to fix FTBFS with GEOS 3.9.0. (closes: #978326)
- - - - -
44ea76be by Bas Couwenberg at 2020-12-27T10:25:23+01:00
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/geos-3.9.0.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,12 @@
-python-shapely (1.7.1-2) UNRELEASED; urgency=medium
+python-shapely (1.7.1-2) unstable; urgency=medium
* Bump watch file version to 4.
* Update lintian overrides.
* Bump Standards-Version to 4.5.1, no changes.
+ * Add upstream patch to fix FTBFS with GEOS 3.9.0.
+ (closes: #978326)
- -- Bas Couwenberg <sebastic at debian.org> Fri, 06 Nov 2020 19:54:19 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 27 Dec 2020 10:25:08 +0100
python-shapely (1.7.1-1) unstable; urgency=medium
=====================================
debian/patches/geos-3.9.0.patch
=====================================
@@ -0,0 +1,18 @@
+Description: Update tests for GEOS 3.9.0.
+Author: Mike Taves <mwtoews at gmail.com>
+Origin: https://github.com/Toblerity/Shapely/commit/611a0b3b2047bf8a49db32dc4b30684a10f5b6eb
+Bug: https://github.com/Toblerity/Shapely/pull/1042
+Bug-Debian: https://bugs.debian.org/978326
+
+--- a/tests/test_svg.py
++++ b/tests/test_svg.py
+@@ -174,7 +174,8 @@ class SvgTestCase(unittest.TestCase):
+ self.assertSVG(GeometryCollection(), '<g />')
+ # Valid
+ self.assertSVG(
+- Point(7, 3).union(LineString([(4, 2), (8, 4)])),
++ GeometryCollection(
++ [Point(7, 3), LineString([(4, 2), (8, 4)])]),
+ '<g><circle cx="7.0" cy="3.0" r="3.0" stroke="#555555" '
+ 'stroke-width="1.0" fill="#66cc99" opacity="0.6" />'
+ '<polyline fill="none" stroke="#66cc99" stroke-width="2.0" '
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
0004-Remove-externally-referenced-image.patch
cython3.patch
+geos-3.9.0.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/compare/c2be9dbfaa071a761c9a85f04fe2a9b3a259d2b6...44ea76be574c7b199e49ead8836799a7bd14c712
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/compare/c2be9dbfaa071a761c9a85f04fe2a9b3a259d2b6...44ea76be574c7b199e49ead8836799a7bd14c712
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20201227/378094e9/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list