[Pkg-mpd-commits] [python-mpd] 87/91: Require Python 2 >= 2.7 (2.6 would need extra libraries) and Python 3 >= 3.5.2 (for asyncio)
Simon McVittie
smcv at debian.org
Sat Feb 24 14:55:42 UTC 2018
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository python-mpd.
commit 5beab85e772c8f699127f188325cf1edd7ff0a2a
Author: Simon McVittie <smcv at debian.org>
Date: Sat Feb 24 12:06:53 2018 +0000
Require Python 2 >= 2.7 (2.6 would need extra libraries) and Python 3 >= 3.5.2 (for asyncio)
---
debian/changelog | 2 ++
debian/control | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0800ace..b146520 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ python-mpd (1.0.0-1) UNRELEASED; urgency=medium
* d/python-mpd.pyremove: Remove mpd.asyncio which requires Python 3
* d/copyright: Update
* Add test-dependency on python[3]-twisted
+ * Require Python 2 >= 2.7 (2.6 would need extra libraries) and Python 3
+ >= 3.5.2 (for asyncio)
-- Simon McVittie <smcv at debian.org> Sat, 24 Feb 2018 11:49:02 +0000
diff --git a/debian/control b/debian/control
index 8fff48d..af65d5a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,17 +9,17 @@ Build-Depends:
debhelper (>= 9),
dh-exec,
dh-python,
- python-all (>= 2.6.6-3~),
+ python-all (>= 2.7),
python-setuptools,
python-twisted <!nocheck>,
- python3-all,
+ python3-all (>= 3.5.2),
python3-setuptools,
python3-sphinx,
python3-twisted <!nocheck>,
sphinx-common,
Standards-Version: 3.9.8
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.5
Vcs-Git: https://anonscm.debian.org/git/pkg-mpd/python-mpd.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-mpd/python-mpd.git
Homepage: https://github.com/Mic92/python-mpd2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git
More information about the Pkg-mpd-commits
mailing list