[Python-modules-commits] [python-mock] 01/02: Require newer version of python-funcsigs (Closes: #829631)
Ondřej Nový
onovy at moszumanska.debian.org
Mon Jul 4 20:54:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-mock.
commit 926949303eca38935796b377ca60e63be30d21be
Author: Ondřej Nový <onovy at debian.org>
Date: Mon Jul 4 22:52:17 2016 +0200
Require newer version of python-funcsigs (Closes: #829631)
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1a471f4..d95aa37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-mock (2.0.0-2) UNRELEASED; urgency=medium
+
+ * Require newer version of python-funcsigs (Closes: #829631)
+
+ -- Ondřej Nový <onovy at debian.org> Mon, 04 Jul 2016 22:51:08 +0200
+
python-mock (2.0.0-1) experimental; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index e8200e5..07d37dd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: extra
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
- python-funcsigs,
+ python-funcsigs (>= 1),
python-pbr (>= 1.3),
python-setuptools (>= 17.1),
python-six (>= 1.9),
@@ -27,7 +27,7 @@ Testsuite: autopkgtest-pkg-python
Package: python-mock
Architecture: all
-Depends: python-funcsigs,
+Depends: python-funcsigs (>= 1),
python-pbr (>= 1.3),
${misc:Depends},
${python:Depends}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mock.git
More information about the Python-modules-commits
mailing list