[Python-modules-commits] [matplotlib] 15/20: set version reqs for cycler to be >= 0.10.0
Sandro Tosi
morph at moszumanska.debian.org
Sun Sep 25 21:54:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch experimental
in repository matplotlib.
commit cdaa2347198839764297773f042d3372d62e1bdd
Author: Sandro Tosi <morph at debian.org>
Date: Sat Sep 10 19:23:12 2016 +0100
set version reqs for cycler to be >= 0.10.0
---
debian/changelog | 3 ++-
debian/control | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7d37a16..564fe4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,10 +5,11 @@ matplotlib (2.0.0~beta4-1) UNRELEASED; urgency=medium
- recognize only 2.x releases, and 'b' as a beta release
* debian/control
- add python-functools32 to b-d
+ - set version reqs for cycler to be >= 0.10.0
* debian/copyright
- remove refs to six.py, no longer shipped upstream
- -- Sandro Tosi <morph at debian.org> Sat, 10 Sep 2016 18:39:34 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 10 Sep 2016 19:22:34 +0100
matplotlib (1.5.3-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index debd3b5..d1bbbec 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ Build-Depends: debhelper (>= 7),
python-all-dev (>= 2.3.5-7),
python3-all-dbg,
python3-all-dev,
- python-cycler,
- python3-cycler,
+ python-cycler (>= 0.10.0),
+ python3-cycler (>= 0.10.0),
python-dateutil,
python3-dateutil,
python-cairocffi,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git
More information about the Python-modules-commits
mailing list