Your message dated Sat, 16 Feb 2019 11:36:33 +0000
with message-id <[email protected]>
and subject line Closing bugs for updates included in 9.8
has caused the Debian Bug report #887157,
regarding stretch-pu: package python-hypothesis/3.6.1-1+deb9u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
887157: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887157
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Version: 9.8
Hi,
The update referenced by each of these bugs was included in this
morning's stretch point release.
Regards,
Adam
--- End Message ---