Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Let's fix the python3 and sphinxdoc dependencies in stretch, too: #867435 $ debdiff python3-hypothesis_3.6.1-1_all.deb python3-hypothesis_3.6.1-1+deb9u1_all.deb File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ {+Depends: python3:any (>= 3.3.2-2~)+} Version: [-3.6.1-1-] {+3.6.1-1+deb9u1+} $ debdiff python-hypothesis-doc_3.6.1-1_all.deb python-hypothesis-doc_3.6.1-1+deb9u1_all.deb File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ {+Depends: libjs-sphinxdoc (>= 1.0), sphinx-rtd-theme-common+} Version: [-3.6.1-1-] {+3.6.1-1+deb9u1+} Andreas
diff -Nru python-hypothesis-3.6.1/debian/changelog python-hypothesis-3.6.1/debian/changelog --- python-hypothesis-3.6.1/debian/changelog 2016-12-26 13:45:42.000000000 +0100 +++ python-hypothesis-3.6.1/debian/changelog 2018-01-14 17:14:13.000000000 +0100 @@ -1,3 +1,15 @@ +python-hypothesis (3.6.1-1+deb9u1) stretch; urgency=medium + + [ Andreas Beckmann ] + * Non-maintainer upload. + * Backport fix from 3.12.0-1 to stretch. + + [ Tristan Seligmann ] + * Fix permuted python3-hypothesis and python-hypothesis-doc Depends + stanzas (closes: #867435). + + -- Andreas Beckmann <a...@debian.org> Sun, 14 Jan 2018 17:14:13 +0100 + python-hypothesis (3.6.1-1) unstable; urgency=medium * New upstream release. diff -Nru python-hypothesis-3.6.1/debian/control python-hypothesis-3.6.1/debian/control --- python-hypothesis-3.6.1/debian/control 2016-12-26 13:45:42.000000000 +0100 +++ python-hypothesis-3.6.1/debian/control 2018-01-14 17:13:29.000000000 +0100 @@ -42,7 +42,7 @@ 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 @@ 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