[Python-modules-commits] [python-mock] 01/01: * Uploading to unstable (with agreement from Ondřej Nový). * Removed useless X-Python-Version: >= 2.6 and X-Python3-Version: >= 3.3. * Moved some build-depends into build-depends-indep.
Thomas Goirand
zigo at moszumanska.debian.org
Fri Oct 7 07:30:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
zigo pushed a commit to branch master
in repository python-mock.
commit 7470eeb16d2c43a48f2420d330cd9706ff04dcba
Author: Thomas Goirand <zigo at debian.org>
Date: Thu Oct 6 07:38:43 2016 +0000
* Uploading to unstable (with agreement from Ondřej Nový).
* Removed useless X-Python-Version: >= 2.6 and X-Python3-Version: >= 3.3.
* Moved some build-depends into build-depends-indep.
---
debian/changelog | 9 +++++++++
debian/control | 12 +++++-------
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 25c833d..773eb91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-mock (2.0.0-3) unstable; urgency=medium
+
+ * Team upload (with agreement from Ondřej Nový).
+ * Uploading to unstable.
+ * Removed useless X-Python-Version: >= 2.6 and X-Python3-Version: >= 3.3.
+ * Moved some build-depends into build-depends-indep.
+
+ -- Thomas Goirand <zigo at debian.org> Thu, 06 Oct 2016 07:34:00 +0000
+
python-mock (2.0.0-2) experimental; urgency=medium
* Require newer version of python-funcsigs (Closes: #829631)
diff --git a/debian/control b/debian/control
index feae73c..2fce20a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,23 +7,21 @@ Priority: extra
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
- python-funcsigs (>= 1),
python-pbr (>= 1.3),
python-setuptools (>= 17.1),
- python-six (>= 1.9),
- python-unittest2 (>= 1.1.0),
python3-all,
python3-pbr (>= 1.3),
python3-setuptools (>= 17.1),
- python3-six (>= 1.9),
python3-sphinx,
- python3-unittest2,
+Build-Depends-Indep: python-funcsigs (>= 1),
+ python-six (>= 1.9),
+ python-unittest2 (>= 1.1.0),
+ python3-six (>= 1.9),
+ python3-unittest2,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mock.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mock.git
Homepage: https://github.com/testing-cabal/mock
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.3
Testsuite: autopkgtest-pkg-python
Package: python-mock
--
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