[Reproducible-builds] [dh-python] 128/183: dh_python{2, 3}: bump minimum required python{, 3}:any version
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.
commit 3ff2b17eef3a3b0368df2d4a02ff01cd9ca1c0b2
Author: Piotr Ożarowski <piotr at debian.org>
Date: Tue Sep 17 19:35:01 2013 +0200
dh_python{2,3}: bump minimum required python{,3}:any version
---
debian/changelog | 7 +++++++
dhpython/__init__.py | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8b128e1..a17ac28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dh-python (1.20130917-1) unstable; urgency=low
+
+ * dh_python{2,3}: bump minimum required python{,3}:any version to
+ workaround #723586
+
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 17 Sep 2013 19:29:05 +0200
+
dh-python (1.20130913-1) unstable; urgency=low
[ Piotr Ożarowski ]
diff --git a/dhpython/__init__.py b/dhpython/__init__.py
index 57fcbc4..12cc3f2 100644
--- a/dhpython/__init__.py
+++ b/dhpython/__init__.py
@@ -25,8 +25,8 @@ PKG_PREFIX_MAP = {'cpython2': 'python',
'pypy': 'pypy'}
# minimum version required for compile/clean scripts:
-MINPYCDEP = {'cpython2': 'python:any (>= 2.6.6-3)',
- 'cpython3': 'python3:any (>= 3.2.3-3~)',
+MINPYCDEP = {'cpython2': 'python:any (>= 2.7.5-5~)',
+ 'cpython3': 'python3:any (>= 3.3.2-2~)',
'pypy': 'pypy'}
PUBLIC_DIR_RE = {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git
More information about the Reproducible-builds
mailing list