Your message dated Wed, 09 Aug 2017 11:39:56 +0000
with message-id <e1dfpla-000aem...@fasolo.debian.org>
and subject line Bug#865814: fixed in django-tables 1.10.0-1
has caused the Debian Bug report #865814,
regarding django-tables 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.)


-- 
865814: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-tables
Version: 1.2.0-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/django-tables.html

...
    dh_auto_test -- --system=custom --test-args="{interpreter} /usr/bin/py.test"
dh_auto_test: Compatibility levels before 9 are deprecated (level 7 in use)
I: pybuild base:184: python2.7 /usr/bin/py.test
============================= test session starts ==============================
platform linux2 -- Python 2.7.13, pytest-3.0.6, py-1.4.34, pluggy-0.4.0
django settings: tests.app.settings (from ini file)
rootdir: /build/1st/django-tables-1.2.0, inifile: tox.ini
plugins: django-2.9.1
collected 178 items

tests/test_config.py ......
tests/test_core.py .................................
tests/test_models.py ....................
tests/test_rows.py ..
tests/test_templates.py ........
tests/test_templatetags.py .........
tests/test_utils.py ....................
tests/test_views.py .......
tests/columns/test_booleancolumn.py .......
tests/columns/test_checkboxcolumn.py .....
tests/columns/test_datecolumn.py ....
tests/columns/test_datetimecolumn.py ....
tests/columns/test_emailcolumn.py ....
tests/columns/test_filecolumn.py ....
tests/columns/test_general.py ......................
tests/columns/test_linkcolumn.py ............
tests/columns/test_templatecolumn.py F....
tests/columns/test_timecolumn.py ..
tests/columns/test_urlcolumn.py ....

=================================== FAILURES ===================================
_____________________ test_should_handle_context_on_table ______________________

    def test_should_handle_context_on_table():
        class TestTable(tables.Table):
            col_code = tables.TemplateColumn(template_code='code:{{ record.col 
}}{{ STATIC_URL }}')
            col_name = 
tables.TemplateColumn(template_name='test_template_column.html')
    
        table = TestTable([{'col': 'brad'}])
        assert table.rows[0].get_cell('col_code') == 'code:brad'
>       assert table.rows[0].get_cell('col_name') == 'name:brad'

tests/columns/test_templatecolumn.py:17: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
django_tables2/rows.py:150: in get_cell
    return self._call_render(bound_column, value)
django_tables2/rows.py:170: in _call_render
    return bound_column.render(**kwargs)
django_tables2/columns/templatecolumn.py:71: in render
    return template.render(context)
/usr/lib/python2.7/dist-packages/django/template/backends/django.py:64: in 
render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

context = [{'False': False, 'None': None, 'True': True}], request = None
kwargs = {'autoescape': True}

    def make_context(context, request=None, **kwargs):
        """
        Create a suitable Context from a plain dict and optionally an 
HttpRequest.
        """
        if context is not None and not isinstance(context, dict):
>           raise TypeError('context must be a dict rather than %s.' % 
> context.__class__.__name__)
E           TypeError: context must be a dict rather than Context.

/usr/lib/python2.7/dist-packages/django/template/context.py:287: TypeError
===================== 1 failed, 177 passed in 2.44 seconds =====================
E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: python2.7 
/usr/bin/py.test
dh_auto_test: pybuild --test -i python{version} -p 2.7 --system=custom 
--test-args={interpreter} /usr/bin/py.test returned exit code 13
debian/rules:21: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25

--- End Message ---
--- Begin Message ---
Source: django-tables
Source-Version: 1.10.0-1

We believe that the bug you reported is fixed in the latest version of
django-tables, 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.
Brian May <b...@debian.org> (supplier of updated django-tables 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: Wed, 09 Aug 2017 17:37:52 +1000
Source: django-tables
Binary: python-django-tables2 python3-django-tables2 python-django-tables2-doc 
django-tables
Architecture: source all
Version: 1.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Brian May <b...@debian.org>
Description:
 django-tables - Table/data-grid framework for Django (transitional package)
 python-django-tables2 - Table/data-grid framework for Django
 python-django-tables2-doc - Table/data-grid framework for Django 
(Documentation)
 python3-django-tables2 - Table/data-grid framework for Django
Closes: 855829 865814
Changes:
 django-tables (1.10.0-1) unstable; urgency=medium
 .
   [ Brian May ]
   * New upstream version.
   * Fixes build errors with Django 1.11. Closes: #865814
   * Update standards version to 4.0.0
 .
   [ Neil Williams ]
   * Temporarily exclude the new export code from upstream 1.8
     and later as tablib has no python3 support in Debian.
     (Closes: #855829)
Checksums-Sha1:
 4238191123284244492877786c0e1d4e99c06b87 2764 django-tables_1.10.0-1.dsc
 1f7d008155d45d87fc8b6d052691c1667d19d01b 256225 
django-tables_1.10.0.orig.tar.gz
 4bd17f2afc984e7c55da104abc395c0e6da95dab 4380 
django-tables_1.10.0-1.debian.tar.xz
 95abd2b4503bcda92a88aefef9c8ef5271371ea1 11476 django-tables_1.10.0-1_all.deb
 f3c6af1de32e6890d1a298b8f93b7391a226228e 9160 
django-tables_1.10.0-1_i386.buildinfo
 bb674151d3a4d562dae07f18653f322ea542ed89 147052 
python-django-tables2-doc_1.10.0-1_all.deb
 bd53e7109880bc3e9d5b95eb3c278db458af674e 52442 
python-django-tables2_1.10.0-1_all.deb
 3f90a78547de49d5e729bfabafcdf454a2c764db 51588 
python3-django-tables2_1.10.0-1_all.deb
Checksums-Sha256:
 e18a2b82dc62110280fac399828c3de3f06f3713b38b554d18bff549112b3744 2764 
django-tables_1.10.0-1.dsc
 fd8b8b838058c1225664c2834a4dbb7ffcd4b8b71fde0863ad0482cd27dae245 256225 
django-tables_1.10.0.orig.tar.gz
 c49eeb66f74b4b887915260cb7c25a1c8571b7fbdb46bb59232268d32b65500f 4380 
django-tables_1.10.0-1.debian.tar.xz
 b97d4802338a4f95d662340e047539efcb87a5a568db61dcccb8d165e26f59f5 11476 
django-tables_1.10.0-1_all.deb
 3422357ef18fa3ceba2c673ef9970be46d82c873be83368cdbda5e471bd645eb 9160 
django-tables_1.10.0-1_i386.buildinfo
 07100608407fda789bb57692354d896bcc7a99de42aa4e30213fb98ad7ada0cb 147052 
python-django-tables2-doc_1.10.0-1_all.deb
 45dd12f5f4ae91eb54868e68a8b80d46f0bd20b57a12ef77ab5ce3cd35934678 52442 
python-django-tables2_1.10.0-1_all.deb
 9511102679b42734f35af62a0afad338b21cf2894000849cdfe57406bd3e8c98 51588 
python3-django-tables2_1.10.0-1_all.deb
Files:
 e4ba303ffbb4347f3be9df621253b08b 2764 python optional 
django-tables_1.10.0-1.dsc
 c2f5e39eddd2dad8e9e08a5f4fdc78f5 256225 python optional 
django-tables_1.10.0.orig.tar.gz
 baf0aadf27872b70dd74e124f7119bbe 4380 python optional 
django-tables_1.10.0-1.debian.tar.xz
 6c4d572b3e2faf159faf989adcda21d4 11476 oldlibs extra 
django-tables_1.10.0-1_all.deb
 8c31aa7b6020c30200d070bf17846a39 9160 python optional 
django-tables_1.10.0-1_i386.buildinfo
 878adef634a3926cd167ff98c9e6185c 147052 doc optional 
python-django-tables2-doc_1.10.0-1_all.deb
 02d7ebd525c010fa82e3dd289bc662d3 52442 python optional 
python-django-tables2_1.10.0-1_all.deb
 8de5d99b3daacd96ea71232d92e4aab3 51588 python optional 
python3-django-tables2_1.10.0-1_all.deb

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

iQIzBAEBCAAdFiEE1jZRJqkttWDGJ6ztF4RXf4EfbqwFAlmK3oQACgkQF4RXf4Ef
bqwjihAAiEib+aHirwfqKjbBbbsejgw4hILpUM2zv+OBaS+XRMk18p5bA1SXv/30
pV1jWOHP7rRAK4oJz0+4TMwpKhp9RURJ3NShD4A8vkoWE24o0pWIllaGWohZsk0q
vczKA1KQ8pjvC00Io/RrCL2N+u6vcJHgmrv+CurvXfJr12TinMhOIAipOIka9dhT
SeY5LX/nCE8HqQjDIyPs+pcBSp/dn1Pt56hWXSfNTEfpSCaTn4Uhr8VFRsQphwri
qTpsl2t5ZSAVGLYAZQVhDuvZaNg66QfJaWtjeB4m7J/5e2CsKp8/sJvYLJ0D8bnQ
7gVq3aHdN5IArTJ/wUT1nWRH8ingmuwO1RdJfUp6ZW7dgPUKk5LLhgv9/BA+GKme
ua/253QaMsU8tGLdOyuhSnGJtrh/nsqRc8Zrzf9Y82kH0Uw1CAyHUlXeHLho6skK
r85YSIvMmJ035f7uLPs+Deuo5SosSuul8VpIXAe2fT760fK0Nr1yJ+f3h8UNgld8
jxM6ihf4wiSrldz9WVp7yi17y3nRCaz2J8P8sYIepJEGs6k+ccvdUOFpf1+3k3eP
ki7la3ghakFdbhVKSEXP7rFyuMuvUeCRrj0ZbeBOZjZClSk9SnagbyWw6IGxDsB2
Ebmj+J8Yp9sGvLZsFSYYn6TPNBl9nnxZSsd9X22ELGI3Yh8xQbI=
=jLB+
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to