Your message dated Mon, 12 Oct 2015 03:22:10 +0000
with message-id <e1zltgg-0000fk...@franck.debian.org>
and subject line Bug#801554: fixed in python-django 1.7.10-1
has caused the Debian Bug report #801554,
regarding FTBFS: tests fail with numpy 1.9
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.)


-- 
801554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801554
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-django
Version: 1.7.9-1
Severity: serious
Justification: fails to build from source

Fix is available from upstream in the 1.8.x version.

https://github.com/django/django/commit/12809e160995eb617fe394c75e5b9f3211c056ff


test_templates (template_tests.tests.TemplateTests) ... FAIL

======================================================================
FAIL: test_templates (template_tests.tests.TemplateTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/django/tests/template_tests/tests.py", line 617, in test_templates
    ('-' * 70, ("\n%s\n" % ('-' * 70)).join(failures)))
AssertionError: Lists differ: ['Template test (Cached=\'False\', TEMPLAT[8698 
chars]2\n'] != []

First list contains 6 additional elements.
First extra element 0:
Template test (Cached='False', TEMPLATE_STRING_IF_INVALID='', 
TEMPLATE_DEBUG=False): numpy-array-index02 -- FAILED. Got <class 'IndexError'>, 
exception: index 5 is out of bounds for axis 0 with size 2
Traceback (most recent call last):

  File "/tmp/django/tests/template_tests/tests.py", line 596, in test_templates
    output = self.render(test_template, vals)

  File "/tmp/django/tests/template_tests/tests.py", line 622, in render
    output = test_template.render(context)

  File "/tmp/django/django/template/base.py", line 150, in render
    return self._render(context)

  File "/tmp/django/django/test/utils.py", line 89, in instrumented_test_render
    return self.nodelist.render(context)

  File "/tmp/django/django/template/base.py", line 853, in render
    bit = self.render_node(node, context)

  File "/tmp/django/django/template/base.py", line 867, in render_node
    return node.render(context)

  File "/tmp/django/django/template/base.py", line 907, in render
    output = self.filter_expression.resolve(context)

  File "/tmp/django/django/template/base.py", line 598, in resolve
    obj = self.var.resolve(context)

  File "/tmp/django/django/template/base.py", line 739, in resolve
    value = self._resolve_lookup(context)

  File "/tmp/django/django/template/base.py", line 769, in _resolve_lookup
    current = current[bit]

IndexError: index 5 is out of bounds for axis 0 with size 2


Diff is 10100 characters long. Set self.maxDiff to None to see it. : Tests 
failed:
----------------------------------------------------------------------
Template test (Cached='False', TEMPLATE_STRING_IF_INVALID='', 
TEMPLATE_DEBUG=False): numpy-array-index02 -- FAILED. Got <class 'IndexError'>, 
exception: index 5 is out of bounds for axis 0 with size 2
Traceback (most recent call last):

  File "/tmp/django/tests/template_tests/tests.py", line 596, in test_templates
    output = self.render(test_template, vals)

  File "/tmp/django/tests/template_tests/tests.py", line 622, in render
    output = test_template.render(context)

  File "/tmp/django/django/template/base.py", line 150, in render
    return self._render(context)

  File "/tmp/django/django/test/utils.py", line 89, in instrumented_test_render
    return self.nodelist.render(context)

  File "/tmp/django/django/template/base.py", line 853, in render
    bit = self.render_node(node, context)

  File "/tmp/django/django/template/base.py", line 867, in render_node
    return node.render(context)

  File "/tmp/django/django/template/base.py", line 907, in render
    output = self.filter_expression.resolve(context)

  File "/tmp/django/django/template/base.py", line 598, in resolve
    obj = self.var.resolve(context)

  File "/tmp/django/django/template/base.py", line 739, in resolve
    value = self._resolve_lookup(context)

  File "/tmp/django/django/template/base.py", line 769, in _resolve_lookup
    current = current[bit]

IndexError: index 5 is out of bounds for axis 0 with size 2

----------------------------------------------------------------------
Template test (Cached='True', TEMPLATE_STRING_IF_INVALID='', 
TEMPLATE_DEBUG=False): numpy-array-index02 -- FAILED. Got <class 'IndexError'>, 
exception: index 5 is out of bounds for axis 0 with size 2
Traceback (most recent call last):

  File "/tmp/django/tests/template_tests/tests.py", line 596, in test_templates
    output = self.render(test_template, vals)

  File "/tmp/django/tests/template_tests/tests.py", line 622, in render
    output = test_template.render(context)

  File "/tmp/django/django/template/base.py", line 150, in render
    return self._render(context)

  File "/tmp/django/django/test/utils.py", line 89, in instrumented_test_render
    return self.nodelist.render(context)

  File "/tmp/django/django/template/base.py", line 853, in render
    bit = self.render_node(node, context)

  File "/tmp/django/django/template/base.py", line 867, in render_node
    return node.render(context)

  File "/tmp/django/django/template/base.py", line 907, in render
    output = self.filter_expression.resolve(context)

  File "/tmp/django/django/template/base.py", line 598, in resolve
    obj = self.var.resolve(context)

  File "/tmp/django/django/template/base.py", line 739, in resolve
    value = self._resolve_lookup(context)

  File "/tmp/django/django/template/base.py", line 769, in _resolve_lookup
    current = current[bit]

IndexError: index 5 is out of bounds for axis 0 with size 2

----------------------------------------------------------------------
Template test (Cached='False', TEMPLATE_STRING_IF_INVALID='INVALID', 
TEMPLATE_DEBUG=False): numpy-array-index02 -- FAILED. Got <class 'IndexError'>, 
exception: index 5 is out of bounds for axis 0 with size 2
Traceback (most recent call last):

  File "/tmp/django/tests/template_tests/tests.py", line 596, in test_templates
    output = self.render(test_template, vals)

  File "/tmp/django/tests/template_tests/tests.py", line 622, in render
    output = test_template.render(context)

  File "/tmp/django/django/template/base.py", line 150, in render
    return self._render(context)

  File "/tmp/django/django/test/utils.py", line 89, in instrumented_test_render
    return self.nodelist.render(context)

  File "/tmp/django/django/template/base.py", line 853, in render
    bit = self.render_node(node, context)

  File "/tmp/django/django/template/base.py", line 867, in render_node
    return node.render(context)

  File "/tmp/django/django/template/base.py", line 907, in render
    output = self.filter_expression.resolve(context)

  File "/tmp/django/django/template/base.py", line 598, in resolve
    obj = self.var.resolve(context)

  File "/tmp/django/django/template/base.py", line 739, in resolve
    value = self._resolve_lookup(context)

  File "/tmp/django/django/template/base.py", line 769, in _resolve_lookup
    current = current[bit]

IndexError: index 5 is out of bounds for axis 0 with size 2

----------------------------------------------------------------------
Template test (Cached='True', TEMPLATE_STRING_IF_INVALID='INVALID', 
TEMPLATE_DEBUG=False): numpy-array-index02 -- FAILED. Got <class 'IndexError'>, 
exception: index 5 is out of bounds for axis 0 with size 2
Traceback (most recent call last):

  File "/tmp/django/tests/template_tests/tests.py", line 596, in test_templates
    output = self.render(test_template, vals)

  File "/tmp/django/tests/template_tests/tests.py", line 622, in render
    output = test_template.render(context)

  File "/tmp/django/django/template/base.py", line 150, in render
    return self._render(context)

  File "/tmp/django/django/test/utils.py", line 89, in instrumented_test_render
    return self.nodelist.render(context)

  File "/tmp/django/django/template/base.py", line 853, in render
    bit = self.render_node(node, context)

  File "/tmp/django/django/template/base.py", line 867, in render_node
    return node.render(context)

  File "/tmp/django/django/template/base.py", line 907, in render
    output = self.filter_expression.resolve(context)

  File "/tmp/django/django/template/base.py", line 598, in resolve
    obj = self.var.resolve(context)

  File "/tmp/django/django/template/base.py", line 739, in resolve
    value = self._resolve_lookup(context)

  File "/tmp/django/django/template/base.py", line 769, in _resolve_lookup
    current = current[bit]

IndexError: index 5 is out of bounds for axis 0 with size 2

----------------------------------------------------------------------
Template test (Cached='False', TEMPLATE_STRING_IF_INVALID='', 
TEMPLATE_DEBUG=True): numpy-array-index02 -- FAILED. Got <class 'IndexError'>, 
exception: index 5 is out of bounds for axis 0 with size 2
Traceback (most recent call last):

  File "/tmp/django/tests/template_tests/tests.py", line 596, in test_templates
    output = self.render(test_template, vals)

  File "/tmp/django/tests/template_tests/tests.py", line 622, in render
    output = test_template.render(context)

  File "/tmp/django/django/template/base.py", line 150, in render
    return self._render(context)

  File "/tmp/django/django/test/utils.py", line 89, in instrumented_test_render
    return self.nodelist.render(context)

  File "/tmp/django/django/template/base.py", line 853, in render
    bit = self.render_node(node, context)

  File "/tmp/django/django/template/debug.py", line 80, in render_node
    return node.render(context)

  File "/tmp/django/django/template/debug.py", line 90, in render
    output = self.filter_expression.resolve(context)

  File "/tmp/django/django/template/base.py", line 598, in resolve
    obj = self.var.resolve(context)

  File "/tmp/django/django/template/base.py", line 739, in resolve
    value = self._resolve_lookup(context)

  File "/tmp/django/django/template/base.py", line 769, in _resolve_lookup
    current = current[bit]

IndexError: index 5 is out of bounds for axis 0 with size 2

----------------------------------------------------------------------
Template test (Cached='True', TEMPLATE_STRING_IF_INVALID='', 
TEMPLATE_DEBUG=True): numpy-array-index02 -- FAILED. Got <class 'IndexError'>, 
exception: index 5 is out of bounds for axis 0 with size 2
Traceback (most recent call last):

  File "/tmp/django/tests/template_tests/tests.py", line 596, in test_templates
    output = self.render(test_template, vals)

  File "/tmp/django/tests/template_tests/tests.py", line 622, in render
    output = test_template.render(context)

  File "/tmp/django/django/template/base.py", line 150, in render
    return self._render(context)

  File "/tmp/django/django/test/utils.py", line 89, in instrumented_test_render
    return self.nodelist.render(context)

  File "/tmp/django/django/template/base.py", line 853, in render
    bit = self.render_node(node, context)

  File "/tmp/django/django/template/debug.py", line 80, in render_node
    return node.render(context)

  File "/tmp/django/django/template/debug.py", line 90, in render
    output = self.filter_expression.resolve(context)

  File "/tmp/django/django/template/base.py", line 598, in resolve
    obj = self.var.resolve(context)

  File "/tmp/django/django/template/base.py", line 739, in resolve
    value = self._resolve_lookup(context)

  File "/tmp/django/django/template/base.py", line 769, in _resolve_lookup
    current = current[bit]

IndexError: index 5 is out of bounds for axis 0 with size 2


----------------------------------------------------------------------
Ran 1 test in 1.506s

FAILED (failures=1)

--- End Message ---
--- Begin Message ---
Source: python-django
Source-Version: 1.7.10-1

We believe that the bug you reported is fixed in the latest version of
python-django, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brian May <b...@debian.org> (supplier of updated python-django 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: Mon, 12 Oct 2015 12:59:43 +1100
Source: python-django
Binary: python-django python3-django python-django-common python-django-doc
Architecture: source all
Version: 1.7.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Brian May <b...@debian.org>
Description:
 python-django - High-level Python web development framework (Python 2 version)
 python-django-common - High-level Python web development framework (common)
 python-django-doc - High-level Python web development framework (documentation)
 python3-django - High-level Python web development framework (Python 3 version)
Closes: 796104 800137 801554
Changes:
 python-django (1.7.10-1) unstable; urgency=medium
 .
   * Fix Python 3.5 HTMLParseError issue. Closes: #800137.
   * New upstream version. Fixes CVE-2015-5963, CVE-2015-5964. Closes: #796104.
   * Add numpy 1.9 support. Closes: #801554.
Checksums-Sha1:
 4f8b4010ab831e8b00225e53a72d26cc67be7f99 2629 python-django_1.7.10-1.dsc
 ec091d804d3a71ed280c0a08804db94a7aa93b30 7584312 
python-django_1.7.10.orig.tar.gz
 6a3c242bc1e2eb2bab4a9b34b8c4797c8836afc9 23128 
python-django_1.7.10-1.debian.tar.xz
 26415c56a434a0027a80b769b4e4375ae68e30fa 1488016 
python-django-common_1.7.10-1_all.deb
 09f1a1b2105e15a6b1197583be752b0e54ed49be 2621328 
python-django-doc_1.7.10-1_all.deb
 5bae0b82e9438437fbc70a14cb5a0eaaf252a6dc 984092 python-django_1.7.10-1_all.deb
 08e778fc7d61a8804507bd162aeee8ce8393db16 967410 python3-django_1.7.10-1_all.deb
Checksums-Sha256:
 c2c9cb1268e1851636a30ca8f2f09728506355f49ef12207c1e261c6bfc32cd7 2629 
python-django_1.7.10-1.dsc
 b9357d2cebe61997055d417d607f9c650e817cd1a383b9a1b88bf1edad797c75 7584312 
python-django_1.7.10.orig.tar.gz
 3eb3e5636e9c8c261275301b27ddb4665a3eb13d28220aca5cb4290381399a39 23128 
python-django_1.7.10-1.debian.tar.xz
 909205662f5f882bda426a015901352a7e2b49ac2512a34d99d4dfd416388e27 1488016 
python-django-common_1.7.10-1_all.deb
 5dca0c156dcd1e99d595ef6fac39368dc71f1184a8407dc2e5c7c58a902b9d4b 2621328 
python-django-doc_1.7.10-1_all.deb
 c6f355bc8131d0cc231958d0c2ee29e9d5c96608c988bbd639b2a5ec9cd47a23 984092 
python-django_1.7.10-1_all.deb
 d348804db5237e47362887a441d1fe67ec9baa5064a0e30d0cfe41091accf77d 967410 
python3-django_1.7.10-1_all.deb
Files:
 8bf74cf92bc60cf26f7b84d33b713cd4 2629 python optional 
python-django_1.7.10-1.dsc
 90315a9bec9b073a91beeb3f60994600 7584312 python optional 
python-django_1.7.10.orig.tar.gz
 600e81cfd4a6e3866f7a16064e3ab0a0 23128 python optional 
python-django_1.7.10-1.debian.tar.xz
 8c7607e3ca34013d127b47efdf14b7ee 1488016 python optional 
python-django-common_1.7.10-1_all.deb
 e64db23f2245915a8e7f923ae0d2f673 2621328 doc optional 
python-django-doc_1.7.10-1_all.deb
 3fe101be459affe4c026d65aa6e9020a 984092 python optional 
python-django_1.7.10-1_all.deb
 d70102ad9c797cc90c1e347b5e842ad2 967410 python optional 
python3-django_1.7.10-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWGxekAAoJEJyE7hq50CY24BEP/3lRqdp6NfdRUowQ/QQZrOFd
t4TIuKNKae55rDfx4+mNLSBZ6+6FQpA6gY8g0FnVhhffiKym3Hn1Oyz++MaNvyZg
9C3/glYDPsJsZOShxAG9cJ+Y2YQhYArDDWLvjy1qmxu6lkmeiahQJz0jEZGw3J7G
s+epDdrU+Y/suYzLKjcILlTL2ajYEw/k7LuUrGrEUwtlC0ST85MxKJv24gLE4ve4
gezSYXbfMUFWBUgTFFDpVqxy/eMPvP/mmEx9cDo3gnGvWxLqTonA8TDGcA7BmLPd
b6dG388IGL8jlkI5UL7mDIiHTsc6QylzO6/PbPa6Q5+iz5A3iUBCWppUtwlI2RCy
mI4WMWpNawu9TVcam76QaS6JGhcrO2VpGEQ53wGhMArqtZ78+/ieU4RpWG9LdG44
KSsmfviC8J7Ux7JSI0znNDgmS6RDcLavaMkUszc20V0l8r1aomfE2MNmzhbxhNYR
NByxIluQTzBSaYD4m4iQqx1YykmITEq2vY7LdqsU7JCr2PmjTg2gJWNCDPnJqDxE
Zww2aMy3+aNKABV9G5bu4FlZ5C+yfW9nVByXq8/Li+vsNj5c/smQS1KWj10Ht8fz
3i+ZBq6gp4lKHewwx99U5b2Yog5E4UY4mimXFF++MBOgItWGlxR92H1Nm27zp7FK
Ya9ckSLs57MIWdCWoA/4
=kTAd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to