[Python-modules-commits] [pyeapi] 01/01: d/control: Build-Depends on a recent-enough version of sphinx
Vincent Bernat
bernat at moszumanska.debian.org
Thu Feb 23 06:16:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository pyeapi.
commit ce9c6b0c6067ffe43907aedfd434bea05d44bc2a
Author: Vincent Bernat <vincent at bernat.im>
Date: Thu Feb 23 07:12:19 2017 +0100
d/control: Build-Depends on a recent-enough version of sphinx
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a43cf26..d343b43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyeapi (0.7.0-2) unstable; urgency=medium
+
+ * d/control: Build-Depends on a recent-enough version of sphinx to get
+ sphinx.ext.napoleon. Closes: #855885.
+
+ -- Vincent Bernat <bernat at debian.org> Thu, 23 Feb 2017 07:12:17 +0100
+
pyeapi (0.7.0-1) unstable; urgency=medium
* New upstream version.
diff --git a/debian/control b/debian/control
index 5fed9b7..21b8472 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9), dh-python,
python3-all,
python3-netaddr,
python3-setuptools,
- python3-sphinx, python3-sphinx-rtd-theme,
+ python3-sphinx (>= 1.3), python3-sphinx-rtd-theme,
python3-mock,
Standards-Version: 3.9.8
Homepage: https://github.com/arista-eosplus/pyeapi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyeapi.git
More information about the Python-modules-commits
mailing list