[Python-modules-commits] [ipykernel] 02/03: Minimum python3 should be 3.3
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Jul 24 20:04:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository ipykernel.
commit b033b71745a42f1963ffc0a95ed3916d869d1a23
Author: Gordon Ball <gordon at chronitis.net>
Date: Mon Jul 24 21:44:52 2017 +0200
Minimum python3 should be 3.3
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7869d5f..1296abe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ ipykernel (4.6.1-1) UNRELEASED; urgency=medium
* New upstream release.
* Update to Standards-Version 4.0.0 (no changes)
* Add myself to uploaders in d/control
+ * Set X-Python3-Version to >= 3.3
-- Julien Puydt <julien.puydt at laposte.net> Thu, 06 Apr 2017 08:52:34 +0200
diff --git a/debian/control b/debian/control
index ba5bae2..e006ba7 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 10),
python3-tornado,
python3-traitlets
X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.2
+X-Python3-Version: >= 3.3
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ipykernel.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ipykernel.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipykernel.git
More information about the Python-modules-commits
mailing list