[Python-modules-commits] [python-hypothesis] 04/07: Fix permuted python3-hypothesis and python-hypothesis-doc Depends stanzas (closes: #867435).

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Jul 7 12:50:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-hypothesis.

commit 795bbecfa268071282270ca9d7bc4bd2bfa8c2ee
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Fri Jul 7 14:39:44 2017 +0200

    Fix permuted python3-hypothesis and python-hypothesis-doc Depends stanzas (closes: #867435).
---
 debian/changelog | 6 ++++--
 debian/control   | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 253c894..d75f299 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-python-hypothesis (3.12.0-1) UNRELEASED; urgency=medium
+python-hypothesis (3.12.0-1) unstable; urgency=medium
 
   * New upstream release.
+  * Fix permuted python3-hypothesis and python-hypothesis-doc Depends
+    stanzas (closes: #867435).
 
- -- Tristan Seligmann <mithrandi at debian.org>  Fri, 07 Jul 2017 14:37:51 +0200
+ -- Tristan Seligmann <mithrandi at debian.org>  Fri, 07 Jul 2017 14:39:39 +0200
 
 python-hypothesis (3.6.1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index a29c672..7da2cbf 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Description: advanced Quickcheck style testing library for Python 2
 
 Package: python3-hypothesis
 Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Suggests: python-hypothesis-doc
 Description: advanced Quickcheck style testing library for Python 3
  Hypothesis is a library for testing your Python code against a much
@@ -80,7 +80,7 @@ Package: python-hypothesis-doc
 Architecture: all
 Section: doc
 Priority: extra
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: advanced Quickcheck style testing library (documentation)
  Hypothesis is a library for testing your Python code against a much
  larger range of examples than you would ever want to write by

-- 
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