[Python-modules-commits] [basemap] 01/19: switch to PIL instead of imaging; #866415
Sandro Tosi
morph at moszumanska.debian.org
Wed Jan 24 03:51:23 UTC 2018
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository basemap.
commit 762681d66db2b12086b28e449604abbeb112cc26
Author: Sandro Tosi <morph at debian.org>
Date: Sun Jan 21 19:53:49 2018 -0500
switch to PIL instead of imaging; #866415
---
debian/changelog | 7 +++++++
debian/control | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 89f8456..f418333 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+basemap (1.0.7+dfsg-5) UNRELEASED; urgency=medium
+
+ * debian/control
+ - switch to PIL instead of imaging; #866415
+
+ -- Sandro Tosi <morph at debian.org> Sun, 21 Jan 2018 19:53:14 -0500
+
basemap (1.0.7+dfsg-4) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index d27340c..b98536c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/basemap.git
Package: python-mpltoolkits.basemap
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mpltoolkits.basemap-data (>= ${source:Version}), python-matplotlib
-Recommends: python-dap, python-imaging
+Recommends: python-dap, python-pil
Suggests: python-scipy, python-owslib
Description: matplotlib toolkit to plot on map projections
The matplotlib basemap toolkit is a library for plotting 2D data on maps in
@@ -43,6 +43,7 @@ Description: matplotlib toolkit to plot on map projections
Package: python3-mpltoolkits.basemap
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python-mpltoolkits.basemap-data (>= ${source:Version}), python3-matplotlib
+Recommends: python3-pil
Suggests: python3-scipy
Description: matplotlib toolkit to plot on map projections (Python 3)
The matplotlib basemap toolkit is a library for plotting 2D data on maps in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/basemap.git
More information about the Python-modules-commits
mailing list