Your message dated Thu, 24 Aug 2017 15:19:16 +0000
with message-id <e1dktue-0007ox...@fasolo.debian.org>
and subject line Bug#865938: fixed in python-django-bootstrap-form 3.2.1-3
has caused the Debian Bug report #865938,
regarding python-django-bootstrap-form FTBFS with Django 1.11
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 ow...@bugs.debian.org
immediately.)
--
865938: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865938
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-django-bootstrap-form
Version: 3.2.1-2
Severity: serious
Tags: buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-django-bootstrap-form.html
...
debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/python-django-bootstrap-form-3.2.1'
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
set -e && for pyvers in 2.7 3.5 ; do \
python$pyvers setup.py test ; \
done
running test
running egg_info
writing requirements to django_bootstrap_form.egg-info/requires.txt
writing django_bootstrap_form.egg-info/PKG-INFO
writing top-level names to django_bootstrap_form.egg-info/top_level.txt
writing dependency_links to django_bootstrap_form.egg-info/dependency_links.txt
reading manifest file 'django_bootstrap_form.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'django_bootstrap_form.egg-info/SOURCES.txt'
running build_ext
FF
======================================================================
FAIL: test_basic_form (bootstrapform.tests.BootstrapTemplateTagTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/python-django-bootstrap-form-3.2.1/bootstrapform/tests.py",
line 59, in test_basic_form
self.assertHTMLEqual(html, content)
File "/usr/lib/python2.7/dist-packages/django/test/testcases.py", line 710,
in assertHTMLEqual
self.fail(self._formatMessage(msg, standardMsg))
AssertionError: <div class="form-group">
<label class=" control-label" for="id_char_field">
Cha [truncated]... != <div class="form-group">
<label class=" control-label" for="id_char_field">
Cha [truncated]...
<div class="form-group">
<label class=" control-label" for="id_char_field">
Char field
</label><div class=" ">
<input class=" form-control" id="id_char_field" name="char_field" required
type="text" />
</div>
</div><div class="form-group">
<label class=" control-label" for="id_choice_field">
Choice field
</label><div class=" ">
- <select class=" form-control" id="id_choice_field" name="choice_field">
+ <select class=" form-control" id="id_choice_field" name="choice_field"
required>
?
+++++++++
<option value="0">
Zero
</option><option value="1">
One
</option><option value="2">
Two
</option>
</select>
</div>
</div><div class="form-group">
<label class=" control-label">
Radio choice
</label><div class>
<div class="radio">
<label>
<input id="id_radio_choice_0" name="radio_choice" required type="radio"
value="0" />Zero
</label>
</div><div class="radio">
<label>
<input id="id_radio_choice_1" name="radio_choice" required type="radio"
value="1" />One
</label>
</div><div class="radio">
<label>
<input id="id_radio_choice_2" name="radio_choice" required type="radio"
value="2" />Two
</label>
</div>
</div>
</div><div class="form-group">
<label class=" control-label" for="id_multiple_choice">
Multiple choice
</label><div class=" ">
<select class=" form-control" id="id_multiple_choice" multiple="multiple"
name="multiple_choice" required>
<option value="0">
Zero
</option><option value="1">
One
</option><option value="2">
Two
</option>
</select>
</div>
</div><div class="form-group">
<label class=" control-label" for="id_multiple_checkbox">
Multiple checkbox
</label><div class=" multiple-checkbox">
<ul id="id_multiple_checkbox">
<li>
<label for="id_multiple_checkbox_0">
<input id="id_multiple_checkbox_0" name="multiple_checkbox" type="checkbox"
value="0" />Zero
</label>
</li><li>
<label for="id_multiple_checkbox_1">
<input id="id_multiple_checkbox_1" name="multiple_checkbox" type="checkbox"
value="1" />One
</label>
</li><li>
<label for="id_multiple_checkbox_2">
<input id="id_multiple_checkbox_2" name="multiple_checkbox" type="checkbox"
value="2" />Two
</label>
</li>
</ul>
</div>
</div><div class="form-group">
<label class=" control-label" for="id_file_fied">
File fied
</label><div class=" ">
<input id="id_file_fied" name="file_fied" required type="file" />
</div>
</div><div class="form-group">
<label class=" control-label" for="id_password_field">
Password field
</label><div class=" ">
<input class=" form-control" id="id_password_field" name="password_field"
required type="password" />
</div>
</div><div class="form-group">
<label class=" control-label" for="id_textarea">
Textarea
</label><div class=" ">
<textarea class=" form-control" cols="40" id="id_textarea" name="textarea"
required rows="10" />
</div>
</div><div class="form-group">
<div class>
<div class="checkbox">
<label>
<input id="id_boolean_field" name="boolean_field" required type="checkbox"
/><span>
Boolean field
</span>
</label>
</div>
</div>
</div>
======================================================================
FAIL: test_horizontal_form (bootstrapform.tests.BootstrapTemplateTagTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/1st/python-django-bootstrap-form-3.2.1/bootstrapform/tests.py",
line 79, in test_horizontal_form
self.assertHTMLEqual(html, content)
File "/usr/lib/python2.7/dist-packages/django/test/testcases.py", line 710,
in assertHTMLEqual
self.fail(self._formatMessage(msg, standardMsg))
AssertionError: <div class="form-group">
<label class=" col-lg-2 col-sm-2 control-label" for="id [truncated]... != <div
class="form-group">
<label class=" col-lg-2 col-sm-2 control-label" for="id [truncated]...
<div class="form-group">
<label class=" col-lg-2 col-sm-2 control-label" for="id_char_field">
Char field
</label><div class=" col-lg-10 col-sm-10">
<input class=" form-control" id="id_char_field" name="char_field" required
type="text" />
</div>
</div><div class="form-group">
<label class=" col-lg-2 col-sm-2 control-label" for="id_choice_field">
Choice field
</label><div class=" col-lg-10 col-sm-10">
- <select class=" form-control" id="id_choice_field" name="choice_field">
+ <select class=" form-control" id="id_choice_field" name="choice_field"
required>
?
+++++++++
<option value="0">
Zero
</option><option value="1">
One
</option><option value="2">
Two
</option>
</select>
</div>
</div><div class="form-group">
<label class=" col-lg-2 col-sm-2 control-label">
Radio choice
</label><div class=" col-lg-10 col-sm-10">
<div class="radio">
<label>
<input id="id_radio_choice_0" name="radio_choice" required type="radio"
value="0" />Zero
</label>
</div><div class="radio">
<label>
<input id="id_radio_choice_1" name="radio_choice" required type="radio"
value="1" />One
</label>
</div><div class="radio">
<label>
<input id="id_radio_choice_2" name="radio_choice" required type="radio"
value="2" />Two
</label>
</div>
</div>
</div><div class="form-group">
<label class=" col-lg-2 col-sm-2 control-label" for="id_multiple_choice">
Multiple choice
</label><div class=" col-lg-10 col-sm-10">
<select class=" form-control" id="id_multiple_choice" multiple="multiple"
name="multiple_choice" required>
<option value="0">
Zero
</option><option value="1">
One
</option><option value="2">
Two
</option>
</select>
</div>
</div><div class="form-group">
<label class=" col-lg-2 col-sm-2 control-label" for="id_multiple_checkbox">
Multiple checkbox
</label><div class=" col-lg-10 col-sm-10 multiple-checkbox">
<ul id="id_multiple_checkbox">
<li>
<label for="id_multiple_checkbox_0">
<input id="id_multiple_checkbox_0" name="multiple_checkbox" type="checkbox"
value="0" />Zero
</label>
</li><li>
<label for="id_multiple_checkbox_1">
<input id="id_multiple_checkbox_1" name="multiple_checkbox" type="checkbox"
value="1" />One
</label>
</li><li>
<label for="id_multiple_checkbox_2">
<input id="id_multiple_checkbox_2" name="multiple_checkbox" type="checkbox"
value="2" />Two
</label>
</li>
</ul>
</div>
</div><div class="form-group">
<label class=" col-lg-2 col-sm-2 control-label" for="id_file_fied">
File fied
</label><div class=" col-lg-10 col-sm-10">
<input id="id_file_fied" name="file_fied" required type="file" />
</div>
</div><div class="form-group">
<label class=" col-lg-2 col-sm-2 control-label" for="id_password_field">
Password field
</label><div class=" col-lg-10 col-sm-10">
<input class=" form-control" id="id_password_field" name="password_field"
required type="password" />
</div>
</div><div class="form-group">
<label class=" col-lg-2 col-sm-2 control-label" for="id_textarea">
Textarea
</label><div class=" col-lg-10 col-sm-10">
<textarea class=" form-control" cols="40" id="id_textarea" name="textarea"
required rows="10" />
</div>
</div><div class="form-group">
<div class=" col-lg-10 col-lg-offset-2 col-sm-10 col-sm-offset-2">
<div class="checkbox">
<label>
<input id="id_boolean_field" name="boolean_field" required type="checkbox"
/><span>
Boolean field
</span>
</label>
</div>
</div>
</div>
----------------------------------------------------------------------
Ran 2 tests in 0.076s
FAILED (failures=2)
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
Destroying test database for alias 'default'...
debian/rules:26: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
--- End Message ---
--- Begin Message ---
Source: python-django-bootstrap-form
Source-Version: 3.2.1-3
We believe that the bug you reported is fixed in the latest version of
python-django-bootstrap-form, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 865...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated
python-django-bootstrap-form package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 24 Aug 2017 14:54:38 +0000
Source: python-django-bootstrap-form
Binary: python-bootstrapform python-bootstrapform-doc python3-bootstrapform
Architecture: source all
Version: 3.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
python-bootstrapform - generate twitter-bootstrap form output for django form
- Python 2
python-bootstrapform-doc - generate twitter-bootstrap form output for django
form - doc
python3-bootstrapform - generate twitter-bootstrap form output for django form
- Python 3
Closes: 865938
Changes:
python-django-bootstrap-form (3.2.1-3) unstable; urgency=medium
.
[ Daniel Baumann ]
* Updating vcs fields.
* Updating copyright format url.
* Updating maintainer field.
* Running wrap-and-sort -bast.
* Updating standards version to 4.0.0.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Updating standards version to 4.0.1.
* Updating standards version to 4.1.0.
.
[ Thomas Goirand ]
* Apply patch from Johannes Keyser <johanneskey...@posteo.de> to fix tests
with Django 1.11 (Closes: #865938).
Checksums-Sha1:
6ee02dc37c460c44ebfb3b93e330c9cbf0b21e6d 2491
python-django-bootstrap-form_3.2.1-3.dsc
9183dba86056efe9c584ac65a541b017812323ab 5296
python-django-bootstrap-form_3.2.1-3.debian.tar.xz
527dec8f9fe9f90d4739ffcb26a33f2c77599c77 41832
python-bootstrapform-doc_3.2.1-3_all.deb
caa038caeb204f9e7c7b77059b41db494ab6b44a 7038
python-bootstrapform_3.2.1-3_all.deb
40e784455c0eba8f51580fc3c01b01b88ff559dd 9566
python-django-bootstrap-form_3.2.1-3_amd64.buildinfo
ae851975ed6daa086e955cd25ebcc466e05c5d47 7110
python3-bootstrapform_3.2.1-3_all.deb
Checksums-Sha256:
73832e6e0405bf4b8fb2ff41eb9f9a0d693d0b11070bba38a215c06949ce8c2f 2491
python-django-bootstrap-form_3.2.1-3.dsc
04db49f69b5b647f5293ed45b6dbb846d94cd37ee6f19f3555e1dbe49076b0b7 5296
python-django-bootstrap-form_3.2.1-3.debian.tar.xz
aa07c0045d8048926fc44e59a5d856dd1e6f38f85a091aab46e7a83083a12cd2 41832
python-bootstrapform-doc_3.2.1-3_all.deb
a394226d34dc92a33551282454066672371982fdb6806be60c4aa5073d91f4da 7038
python-bootstrapform_3.2.1-3_all.deb
68ad2e0694611bb30c5b0e60e48b69963b43854f43e2acbdc4d4509eebbd9d07 9566
python-django-bootstrap-form_3.2.1-3_amd64.buildinfo
6f0e4446be6a798cfbd55c8dc3d6b305be418b8d4346ca248d82214920f74601 7110
python3-bootstrapform_3.2.1-3_all.deb
Files:
31c770c06912a3bd86ec5066c11cfc76 2491 python optional
python-django-bootstrap-form_3.2.1-3.dsc
5342d3a0c11f4246da6bab589b0c5cb0 5296 python optional
python-django-bootstrap-form_3.2.1-3.debian.tar.xz
40dd3ee4035084ae61be858516b3e39a 41832 doc optional
python-bootstrapform-doc_3.2.1-3_all.deb
e5de58cc0fde5a6bfae9b795da3579f1 7038 python optional
python-bootstrapform_3.2.1-3_all.deb
3d1cfba488b6caf868c899871458a863 9566 python optional
python-django-bootstrap-form_3.2.1-3_amd64.buildinfo
86afa8da628b363a3d483ddeae74c9f9 7110 python optional
python3-bootstrapform_3.2.1-3_all.deb
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAlme6TMQHHppZ29AZGVi
aWFuLm9yZwAKCRDUFq0VrGtD/hd0D/0be4jBZYY3zQCbTsUqkHjFVaVZcSijhtSl
qUTGIob7DBOGuPRsrnE098na2WEBFQluZ2CxHi89mPBdiXjAIBsxoMr8y52oqjpF
N39marJr9PKCcoHaE4+l811DmTCHQE500YXt9ekIKdRof0LalEJ5hpG47wC/rJzJ
MpA98MwyXL3xr7ht7ocS6E2l59WimGPDKXT/QHegfXygUrxr3e+FN6ALaDBjxa/S
Z9gvX7N5PaEUVHNApkOF6j5VQgK7to+ZriGttG3dmA+trjIEW6udw8q1ZZ9XRZZm
d5j658TOb5721qkrZ/B+ZB/71ju3WLGGr7gPA7wh5Mg4DTTnhDHUehlc3R6rAaXx
p0KHxTjAoy8qrcBXWlEPLHc3+A9fPjjONlH38N3jTnVQUiKyTpclxmtj8q31W3s3
aV4CtB6Uhdqjpa/idM7fiw/uWCStCQlnzWYdE5aRzrxfO3Unk8RTYXm6o12eQ1Ky
k7NfraCc8cuaMS74h/8wwPM95xEtG+o5EIsPqReTlg8u0YLTmzZTHef5FnP/UjIg
L5brmhxfLKdRQ3N26ApkvKCyDmUfmN3AM8PBu1/U4F3bCkgmGO+j0CiZThG1qdkr
y+9Y+MnIxDCsu1v+YRf+G9ddEmChGm9jsb3N1g0qDPTReQWgj1yDauN466wClwvJ
9K63dn884A==
=jGOY
-----END PGP SIGNATURE-----
--- End Message ---