Your message dated Wed, 28 Mar 2018 21:07:37 +0000
with message-id <e1f1iid-000dxd...@fasolo.debian.org>
and subject line Bug#865590: fixed in django-sekizai 0.10.0-2
has caused the Debian Bug report #865590,
regarding django-sekizai FTBFS with Django 1.11: TypeError: context must be a 
dict rather than SekizaiContext
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.)


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

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

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/django-sekizai-0.10.0'
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 python in python2.7 python3.5; do \
        PYTHONPATH="." $python runtests.py; \
done
System check identified some issues:

WARNINGS:
?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 
and the TEMPLATES dictionary takes precedence. You must put the values of the 
following settings into your default TEMPLATES dict: TEMPLATE_DIRS, 
TEMPLATE_CONTEXT_PROCESSORS, TEMPLATE_DEBUG.

System check identified 1 issue (0 silenced).
..............EEEEEE..EE..EE.EEE.EEEE
======================================================================
ERROR: test_addtoblock_processor_namespace (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 419, in 
test_addtoblock_processor_namespace
    self._test('processors/addtoblock_namespace.html', bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_addtoblock_processor_null (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 415, in 
test_addtoblock_processor_null
    self._test('processors/addtoblock_null.html', bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_basic_dual_block (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 249, in 
test_basic_dual_block
    self._test('basic.html', bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_complex_template_inheritance (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 293, in 
test_complex_template_inheritance
    self._test("inherit/extend.html", bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_easy_inheritance (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 371, in 
test_easy_inheritance
    self.assertEqual('content', self._render("easy_inherit.html").strip())
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_eat_content_before_render_block (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 263, in 
test_eat_content_before_render_block
    self._test("eat.html", bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_invalid_basetemplate (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 354, in 
test_invalid_basetemplate
    self._render, 'errors/failbase.html'
  File "/usr/lib/python2.7/unittest/case.py", line 473, in assertRaises
    callableObj(*args, **kwargs)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_invalid_basetemplate_two (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 360, in 
test_invalid_basetemplate_two
    self._render, 'errors/failbase2.html'
  File "/usr/lib/python2.7/unittest/case.py", line 473, in assertRaises
    callableObj(*args, **kwargs)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_named_endaddtoblock (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 256, in 
test_named_endaddtoblock
    self._test('named_end.html', bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_namespace_isolation (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 320, in 
test_namespace_isolation
    self._test('namespaces.html', bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_post_processor_namespace (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 394, in 
test_post_processor_namespace
    self._test('processors/namespace.html', bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_post_processor_null (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 390, in 
test_post_processor_null
    self._test('processors/null.html', bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_sekizai_context_required (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 272, in 
test_sekizai_context_required
    self._render, 'basic.html', {}, template.Context
  File "/usr/lib/python2.7/unittest/case.py", line 473, in assertRaises
    callableObj(*args, **kwargs)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than Context.

======================================================================
ERROR: test_unique (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 401, in 
test_unique
    self._test('unique.html', bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_validate_context (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 386, in 
test_validate_context
    self._test('basic.html', bits, ctxclass=template.Context)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than Context.

======================================================================
ERROR: test_variable_namespaces (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 327, in 
test_variable_namespaces
    self._test('variables.html', bits, {'blockname': 'one'})
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

======================================================================
ERROR: test_with_data (sekizai.tests.SekizaiTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 368, in 
test_with_data
    self._test('with_data.html', bits)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 224, in _test
    bits, rendered = self._get_bits(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 212, in 
_get_bits
    rendered = self._render(tpl, ctx, ctxclass)
  File "/build/1st/django-sekizai-0.10.0/sekizai/tests.py", line 208, in _render
    return render_to_string(tpl, ctxclass(ctx))
  File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 68, 
in render_to_string
    return template.render(context, request)
  File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", 
line 64, in render
    context = make_context(context, request, 
autoescape=self.backend.engine.autoescape)
  File "/usr/lib/python2.7/dist-packages/django/template/context.py", line 287, 
in make_context
    raise TypeError('context must be a dict rather than %s.' % 
context.__class__.__name__)
TypeError: context must be a dict rather than SekizaiContext.

----------------------------------------------------------------------
Ran 37 tests in 0.187s

FAILED (errors=17)
Creating test database for alias 'default'...
Destroying test database for alias 'default'...
debian/rules:17: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 17

--- End Message ---
--- Begin Message ---
Source: django-sekizai
Source-Version: 0.10.0-2

We believe that the bug you reported is fixed in the latest version of
django-sekizai, 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.
Michael Fladischer <fl...@debian.org> (supplier of updated django-sekizai 
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: SHA512

Format: 1.8
Date: Wed, 28 Mar 2018 22:44:59 +0200
Source: django-sekizai
Binary: python-django-sekizai python-django-sekizai-doc python3-django-sekizai
Architecture: source all
Version: 0.10.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Michael Fladischer <fl...@debian.org>
Description:
 python-django-sekizai - template blocks for Django projects
 python-django-sekizai-doc - template blocks for Django projects (Documentation)
 python3-django-sekizai - template blocks for Django projects (Python3 version)
Closes: 865590
Changes:
 django-sekizai (0.10.0-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Michael Fladischer ]
   * Always use pristine-tar.
   * Apply patches from upstream PR#75 to make test pass again (Closes:
     #865590).
   * Add python(3)-pycodestyle to Build-Depends-Indep to be used during
     tests.
   * Bump debhelper compatibility and version to 11.
   * Bump Standards-Version to 4.1.3.
   * Enable autopkgtest-pkg-python testsuite.
   * Run wrap-and-sort -bast to reduce diff size of future changes.
   * Build documentation in override_dh_sphinxdoc.
Checksums-Sha1:
 0f752982d1761be1670320b3f052ac388b2790c4 2235 django-sekizai_0.10.0-2.dsc
 266f7d34904d3a4169f844400962ac9be0d882ff 19047 
django-sekizai_0.10.0.orig.tar.gz
 593fbda6fb6cfbe2e245170f846f32295a9cb534 6768 
django-sekizai_0.10.0-2.debian.tar.xz
 d444d69c0d79905de91d61af6cdd9fcb55b7fd0f 8439 
django-sekizai_0.10.0-2_amd64.buildinfo
 eee89258e5abb129e8335b8af52f4e198166db81 22284 
python-django-sekizai-doc_0.10.0-2_all.deb
 bf4a8e56ab12b79bd637040ee7848ec618879bcb 14464 
python-django-sekizai_0.10.0-2_all.deb
 54f3235ef3294af8b4d33dab5fe8d53b24a32d80 13976 
python3-django-sekizai_0.10.0-2_all.deb
Checksums-Sha256:
 c6036a0fa3da3933f1d2e2bb850cd024640bc2de6a417e954402fa003a748524 2235 
django-sekizai_0.10.0-2.dsc
 f56a8749c2495a7bc1efa88aa3bc6446d4422ed0c104fc28524511d2834bacda 19047 
django-sekizai_0.10.0.orig.tar.gz
 c16bae5dd0420985a68c882a9fe500c0187e06a15188909c98a6a1784fe01c38 6768 
django-sekizai_0.10.0-2.debian.tar.xz
 94b1176bb4eeb396c0be0b1bbc775e6589f616ad0529fb2ee38e8038b769dd55 8439 
django-sekizai_0.10.0-2_amd64.buildinfo
 d6f9db9db0b0e59a1f12ec125d3dd0a70a4029c68cf6f1f7af0277661950a655 22284 
python-django-sekizai-doc_0.10.0-2_all.deb
 6e77d339ce4bd8b262102b553cda62601ca25825f989ebf072b7d82bb03d4bfe 14464 
python-django-sekizai_0.10.0-2_all.deb
 13ae1a927a22cea2167f4333fdd2f5baf05e776a3287ca935e857ea60d6e7f90 13976 
python3-django-sekizai_0.10.0-2_all.deb
Files:
 bf6cc926ccab250c05acafcacf52b99e 2235 python optional 
django-sekizai_0.10.0-2.dsc
 9c69c2d6b189d74f55ae55d243e36c31 19047 python optional 
django-sekizai_0.10.0.orig.tar.gz
 934127bf35c778a4282eb03ef0bbfd4d 6768 python optional 
django-sekizai_0.10.0-2.debian.tar.xz
 7ba12ba6532749ae5bdb0a994603dbcc 8439 python optional 
django-sekizai_0.10.0-2_amd64.buildinfo
 73fe0fecc1ca6c1b1cda18839a7bbbc1 22284 doc optional 
python-django-sekizai-doc_0.10.0-2_all.deb
 c7b9a435d67f7ebd20e8b798ba68be3e 14464 python optional 
python-django-sekizai_0.10.0-2_all.deb
 fa6eed30d8c8da762f021a8b5aeebecd 13976 python optional 
python3-django-sekizai_0.10.0-2_all.deb

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

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq7/+EACgkQ/9PIi5l9
0WrjpggAh8Xc/F/n5xdAy3E7GOiHOe/rgX71jxtnrJ5Dk/35H6x3bsC0ErtKXW/k
L/MH3xetdvaiQKxuYAU1Epl8faZ3TM95BLK5iYLDICIukbNdpv4ImgpNhVKdBDTD
fKf3cSKjV1i9vCErembPUKsTkrQmKK//YgSth+m+BvnGXE+oUbF+XtOaKu/5rZuJ
57FgU9nPr+LzQDSEoCuL2Tbm6He9GHQEfMzmFKA+GwYHFbaWGNoaWgKBuS2nLkOJ
ogObkjjyWulcKjuq8xh3sxEGqjFFK4lwfF85Zccx+2zOwry1v+oGYSBnmgk5IPvm
NTTMoGne8bH5mXJrXMuUTfnNMGHGrQ==
=rqPC
-----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