Your message dated Thu, 18 Aug 2016 16:32:00 +0000
with message-id <e1baqea-0005i4...@franck.debian.org>
and subject line Bug#834469: fixed in python-django-bootstrap-form 3.2.1-2
has caused the Debian Bug report #834469,
regarding python-django-bootstrap-form: FTBFS: Ran 2 tests in 0.043s [..] 
FAILED (failures=2)
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.)


-- 
834469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834469
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-django-bootstrap-form
Version: 3.2.1-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

python-django-bootstrap-form fails to build from source in unstable/amd64:

  [..]

  ======================================================================
  FAIL: test_basic_form (bootstrapform.tests.BootstrapTemplateTagTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160816011425.GrPaL7SVQ5.db.python-django-bootstrap-form/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 699, 
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" 
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
  ?                                                   ---------
  
  + <input id="id_radio_choice_0" name="radio_choice" 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
  ?                                                   ---------
  
  + <input id="id_radio_choice_1" name="radio_choice" 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
  ?                                                   ---------
  
  + <input id="id_radio_choice_2" name="radio_choice" 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
  + <input id="id_multiple_checkbox_0" name="multiple_checkbox" required 
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
  + <input id="id_multiple_checkbox_1" name="multiple_checkbox" required 
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
  + <input id="id_multiple_checkbox_2" name="multiple_checkbox" required 
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 
"/home/lamby/temp/cdt.20160816011425.GrPaL7SVQ5.db.python-django-bootstrap-form/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 699, 
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" 
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
  ?                                                   ---------
  
  + <input id="id_radio_choice_0" name="radio_choice" 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
  ?                                                   ---------
  
  + <input id="id_radio_choice_1" name="radio_choice" 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
  ?                                                   ---------
  
  + <input id="id_radio_choice_2" name="radio_choice" 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
  + <input id="id_multiple_checkbox_0" name="multiple_checkbox" required 
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
  + <input id="id_multiple_checkbox_1" name="multiple_checkbox" required 
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
  + <input id="id_multiple_checkbox_2" name="multiple_checkbox" required 
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.043s
  
  FAILED (failures=2)
  Creating test database for alias 'default'...
  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
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160816011425.GrPaL7SVQ5.db.python-django-bootstrap-form/python-django-bootstrap-form-3.2.1'
  debian/rules:7: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: python-django-bootstrap-form.3.2.1-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: python-django-bootstrap-form
Source-Version: 3.2.1-2

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 834...@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: Tue, 26 Jul 2016 09:22:36 +0000
Source: python-django-bootstrap-form
Binary: python-bootstrapform python3-bootstrapform python-bootstrapform-doc
Architecture: source all
Version: 3.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: PKG 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: 834469
Changes:
 python-django-bootstrap-form (3.2.1-2) unstable; urgency=medium
 .
   * Fixed Forwarded fields in Django 1.10 patches.
   * Fixed the fixture html files (Closes: #834469).
Checksums-Sha1:
 0d46d79cd348112d09307d65f5a71f6f716f6646 2441 
python-django-bootstrap-form_3.2.1-2.dsc
 a32ed84f7b0ccecbd14f4db1121487711a5c366c 4688 
python-django-bootstrap-form_3.2.1-2.debian.tar.xz
 00ba5466ab08f00f58e430c0ecd1fd155d2585f4 44014 
python-bootstrapform-doc_3.2.1-2_all.deb
 93d86f459397f4842bf4015b21b67dd291b8436a 6788 
python-bootstrapform_3.2.1-2_all.deb
 ef5f35361965b776ed280396e0ef2f591f8f4db0 6864 
python3-bootstrapform_3.2.1-2_all.deb
Checksums-Sha256:
 f9218a1118dc99564f7203ca4ad0873dffa204a1f1da79178d8dd77d013b762b 2441 
python-django-bootstrap-form_3.2.1-2.dsc
 451cf07b7c4ab929e8f3551d6bbefd95fb29138ca4c054b781840969bafadfc8 4688 
python-django-bootstrap-form_3.2.1-2.debian.tar.xz
 af55e3019cf8d1e3ed8e4dd7ecbeae9366a4b4021d90423370b57b93a542898a 44014 
python-bootstrapform-doc_3.2.1-2_all.deb
 1b61c5611e92565b9dc5d00e92f3b26757d3f03dafeb54139cbc07e498ee3a52 6788 
python-bootstrapform_3.2.1-2_all.deb
 eac3e6b56e86a08c741baac7458ddc3ed7fe80579bf1a6616dabea29d48004cd 6864 
python3-bootstrapform_3.2.1-2_all.deb
Files:
 68c32c5a5f0e5389e9efa3b384e7431f 2441 python optional 
python-django-bootstrap-form_3.2.1-2.dsc
 41ab68d590e8037cd1a27f95f533e532 4688 python optional 
python-django-bootstrap-form_3.2.1-2.debian.tar.xz
 e99612378fce7dfbbe7e846347df2901 44014 doc optional 
python-bootstrapform-doc_3.2.1-2_all.deb
 209abba65d7a5ce488ae9b4ef9975ab0 6788 python optional 
python-bootstrapform_3.2.1-2_all.deb
 b0a28397eaaa6bb9c912aaccbd8cea14 6864 python optional 
python3-bootstrapform_3.2.1-2_all.deb

-----BEGIN PGP SIGNATURE-----

iQItBAEBCAAXBQJXtdB9EBx6aWdvQGRlYmlhbi5vcmcACgkQ1BatFaxrQ/7nQBAA
imqe8nNtHOwGwfXPhCcFcsDspnYPbYbiBMYD5ZN4lfoXcoHsW/fx0QnwrlE6BPW1
FR1Zwx5gP6OS5rUbWzFi7oYWRbQ0tBMWHHmbgSAO3SY1eYnQeJNwjFsRjNu1Jt16
0APmzrNXm38LaL06f9MFZ90aZbskKJgVhirYEI4gwF6k07JMsbYdb0BSUVfl7GK4
C5VyrnmVzx3lxSrXkBRnNn/zbm2tIa06mBcuHZ2eJRm3a361Io8RnyJhwdDzzX95
dKE56buzNewAQLBb7cChRjlD+vjY/1q0x8VCT7r9M6cJFLpDWYZOsSMzn355wnDt
BvcI4FrYif8zbwQJ/KSfBGuhr0V/ShryTKtptBD1yxgAA6QQZQjlCtbInBAKV0Ks
7QV1pOyu+rtiXkNx3HV8zL94gmcL4bxCh0ulS31FiWb5lBrB3dbf5DGDGxDQIKWW
RXrSZ0SrGhbBjiG+ZwkOolj75iwy1KYM/abT4487d8hoS8RUZ0YGcOmJ4s6+bDh3
THoBq20Djl1NZ4UPU3bnLgAtXdAAqYKHwBPKwajhFhPjcYsmqDBCOmaOdLWFJ5rL
09dmK5dGNCgsy160cLTQiuRlOqqeqJwG0J1XW2955Pq3lNLxL0DyYCGfa+ivdLgh
ZX+JibyCqipkg+pzTi1y/Jgat7PM0DiOAspJVr7Eh+U=
=+dNq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to