[Python-modules-commits] [python-flake8] 01/01: Bumped required version of mock to 2.0.0
Ondřej Nový
onovy at moszumanska.debian.org
Tue Nov 22 21:02:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-flake8.
commit 4f7e16db4e294a2b6595ab5d3423915b3b3de73c
Author: Ondřej Nový <onovy at debian.org>
Date: Tue Nov 22 22:02:46 2016 +0100
Bumped required version of mock to 2.0.0
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1693564..42bbee1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-flake8 (3.2.0-2) UNRELEASED; urgency=medium
+
+ * Bumped required version of mock to 2.0.0
+
+ -- Ondřej Nový <onovy at debian.org> Tue, 22 Nov 2016 22:02:19 +0100
+
python-flake8 (3.2.0-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 7d27b2d..06a1dcb 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10),
python-configparser,
python-enum34,
python-mccabe (>= 0.5.0),
- python-mock,
+ python-mock (>= 2.0.0),
python-nose,
python-pycodestyle,
python-pyflakes (>= 0.8.1),
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 10),
python-setuptools,
python3-all,
python3-mccabe (>= 0.5.0),
- python3-mock,
+ python3-mock (>= 2.0.0),
python3-nose,
python3-pycodestyle,
python3-pyflakes (>= 0.8.1),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flake8.git
More information about the Python-modules-commits
mailing list