[Python-modules-commits] [python-hypothesis] 05/08: Bump Standards-Version to 3.9.7 (no changes).
Tristan Seligmann
mithrandi at moszumanska.debian.org
Tue Feb 23 12:49:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-hypothesis.
commit 0ce2c6863540584669a9627f5a9727d3bb2b4df6
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Tue Feb 23 13:23:02 2016 +0200
Bump Standards-Version to 3.9.7 (no changes).
---
debian/changelog | 1 +
debian/control | 2 +-
debian/tests/control | 14 ++++++++------
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4178f3b..7af12b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-hypothesis (3.0.3-1) UNRELEASED; urgency=medium
* New upstream release.
* Add autopkgtest.
+ * Bump Standards-Version to 3.9.7 (no changes).
-- Tristan Seligmann <mithrandi at debian.org> Tue, 23 Feb 2016 13:16:03 +0200
diff --git a/debian/control b/debian/control
index 097f338..ee70cb0 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends:
python3-pytest (>= 2.8),
python3-setuptools,
python3-tz,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
Homepage: https://github.com/DRMacIver/hypothesis
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-hypothesis.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-hypothesis.git
diff --git a/debian/tests/control b/debian/tests/control
index dcede15..5f44eb6 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,15 +1,17 @@
Test-Command: for p in $(pyversions -s); do $p -m pytest --assert=plain tests/cover tests/datetime tests/numpy tests/py2; done
Depends:
python-all,
- python-pytest,
- python-numpy,
python-flaky,
- @
+ python-hypothesis,
+ python-numpy,
+ python-pytest,
+ python-tz,
Test-Command: for p in $(py3versions -s); do $p -m pytest --assert=plain tests/cover tests/datetime tests/numpy tests/py3; done
Depends:
python3-all,
- python3-pytest,
- python3-numpy,
python3-flaky,
- @
+ python3-hypothesis,
+ python3-numpy,
+ python3-pytest,
+ python3-tz,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-hypothesis.git
More information about the Python-modules-commits
mailing list