Skip to content
Commits on Source (3)
pycoast (1.2.1+dfsg-1) UNRELEASED; urgency=medium
pycoast (1.2.1+dfsg-1) unstable; urgency=medium
[ Bas Couwenberg ]
* Bump Standards-Version to 4.2.1, no changes.
......@@ -12,8 +12,10 @@ pycoast (1.2.1+dfsg-1) UNRELEASED; urgency=medium
* debian/patches
- drop pyshp-2.0.0.patch, no longer necessary
- refresh remaining patches
* debian/control
- add dependency from aggdraw
-- Bas Couwenberg <sebastic@debian.org> Sun, 05 Aug 2018 20:46:24 +0200
-- Antonio Valentino <antonio.valentino@tiscali.it> Mon, 03 Dec 2018 20:58:29 +0000
pycoast (1.0.0+dfsg-4) unstable; urgency=medium
......
......@@ -17,6 +17,8 @@ Build-Depends: debhelper (>= 11),
python3-pyshp,
python-pyproj,
python3-pyproj,
python-aggdraw,
python3-aggdraw,
python-six,
python3-six,
python3-sphinx
......@@ -34,6 +36,7 @@ Depends: ${shlibs:Depends},
python-pil,
python-pyshp,
python-pyproj,
python-aggdraw,
python-six
Description: Draw coastlines, borders and rivers on images
Pycoast is a Python package to add coastlines, borders and rivers to
......@@ -53,6 +56,7 @@ Depends: ${shlibs:Depends},
python3-pil,
python3-pyshp,
python3-pyproj,
python3-aggdraw,
python3-six
Description: Draw coastlines, borders and rivers on images (for Python 3)
Pycoast is a Python package to add coastlines, borders and rivers to
......
......@@ -3,11 +3,11 @@ Date: Sun, 3 Jul 2016 17:17:27 +0000
Subject: Skip tests that use shapes
---
pycoast/tests/test_pycoast.py | 1 +
1 file changed, 1 insertion(+)
pycoast/tests/test_pycoast.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pycoast/tests/test_pycoast.py b/pycoast/tests/test_pycoast.py
index 976bb61..3788afc 100644
index 976bb61..16e972a 100644
--- a/pycoast/tests/test_pycoast.py
+++ b/pycoast/tests/test_pycoast.py
@@ -327,6 +327,7 @@ class TestPIL(TestPycoast):
......@@ -18,3 +18,11 @@ index 976bb61..3788afc 100644
def test_add_shapefile_shapes(self):
from pycoast import ContourWriterPIL
grid_img = Image.open(os.path.join(os.path.dirname(__file__),
@@ -591,6 +592,7 @@ class TestPILAGG(TestPycoast):
self.assertTrue(fft_metric(grid_data, res),
'Writing of nh polygons failed')
+ @unittest.skip('dataset not available: test_data/shapes/Metareas.shp')
def test_add_shapefile_shapes_agg(self):
from pycoast import ContourWriterAGG
grid_img = Image.open(os.path.join(os.path.dirname(__file__),