Your message dated Sat, 05 Aug 2017 00:36:20 +0000
with message-id <e1ddn4m-0000aj...@fasolo.debian.org>
and subject line Bug#865891: fixed in sorl-thumbnail 12.3+git20170708-1
has caused the Debian Bug report #865891,
regarding sorl-thumbnail 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.)


-- 
865891: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865891
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sorl-thumbnail
Version: 12.3+git20160928-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sorl-thumbnail.html

...
set -e; \
for python in python2.7 python3.5; do \
    for name in pil pgmagick imagemagick graphicsmagick; do \
        if [ $(echo $python | cut -f 1 -d .)"-$name" = "python3-pgmagick" ]; 
then continue; fi; \
        LOCPATH=/build/1st/sorl-thumbnail-12.3+git20160928/tmp-locales 
LC_ALL=en_US.UTF-8 PYTHONPATH=. LOCAL_BUILD=1 
DJANGO_SETTINGS_MODULE=tests.settings.$name $python -m pytest ; \
    done; \
done
============================= test session starts ==============================
platform linux2 -- Python 2.7.13, pytest-3.0.6, py-1.4.34, pluggy-0.4.0
django settings: tests.settings.pil (from environment variable)
rootdir: /build/1st/sorl-thumbnail-12.3+git20160928, inifile: tox.ini
plugins: django-2.9.1
collected 68 items

tests/thumbnail_tests/test_alternative_resolutions.py .
tests/thumbnail_tests/test_backends.py ............
tests/thumbnail_tests/test_commands.py ....
tests/thumbnail_tests/test_engines.py ........................xx
tests/thumbnail_tests/test_filters.py s.s.
tests/thumbnail_tests/test_kvstore.py .
tests/thumbnail_tests/test_parsers.py .....
tests/thumbnail_tests/test_storage.py ....
tests/thumbnail_tests/test_templatetags.py ........ssF

=================================== FAILURES ===================================
___________________ TemplateTestCaseClient.test_empty_error ____________________

self = <tests.thumbnail_tests.test_templatetags.TemplateTestCaseClient 
testMethod=test_empty_error>

    @unittest.skipIf(VERSION[0] == 1 and VERSION[1] in [8, 9], "Test 
incompatible with Django 1.8/1.9")
    def test_empty_error(self):
        with override_custom_settings(settings, THUMBNAIL_DEBUG=False):
            from django.core.mail import outbox
    
            client = Client()
>           response = client.get('/thumbnail9.html')

tests/thumbnail_tests/test_templatetags.py:152: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python2.7/dist-packages/django/test/client.py:536: in get
    **extra)
/usr/lib/python2.7/dist-packages/django/test/client.py:340: in get
    return self.generic('GET', path, secure=secure, **r)
/usr/lib/python2.7/dist-packages/django/test/client.py:416: in generic
    return self.request(**r)
/usr/lib/python2.7/dist-packages/django/test/client.py:501: in request
    six.reraise(*exc_info)
/usr/lib/python2.7/dist-packages/django/core/handlers/exception.py:41: in inner
    response = get_response(request)
/usr/lib/python2.7/dist-packages/django/core/handlers/base.py:249: in 
_legacy_get_response
    response = self._get_response(request)
/usr/lib/python2.7/dist-packages/django/core/handlers/base.py:187: in 
_get_response
    response = self.process_exception_by_middleware(e, request)
/usr/lib/python2.7/dist-packages/django/core/handlers/base.py:185: in 
_get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
tests/thumbnail_tests/views.py:8: in direct_to_template
    return HttpResponse(t.render(c), content_type=mimetype)
/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 RequestContext.

/usr/lib/python2.7/dist-packages/django/template/context.py:287: TypeError
========== 1 failed, 61 passed, 4 skipped, 2 xfailed in 4.17 seconds ===========
debian/rules:22: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: sorl-thumbnail
Source-Version: 12.3+git20170708-1

We believe that the bug you reported is fixed in the latest version of
sorl-thumbnail, 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.
W. Martin Borgert <deba...@debian.org> (supplier of updated sorl-thumbnail 
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: Fri, 04 Aug 2017 23:07:08 +0000
Source: sorl-thumbnail
Binary: python-sorl-thumbnail python3-sorl-thumbnail python-sorl-thumbnail-doc
Architecture: source all
Version: 12.3+git20170708-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: W. Martin Borgert <deba...@debian.org>
Description:
 python-sorl-thumbnail - thumbnail support for the Django framework
 python-sorl-thumbnail-doc - thumbnail support for the Django framework 
(Documentation)
 python3-sorl-thumbnail - thumbnail support for the Django framework (Python3 
version)
Closes: 865891
Changes:
 sorl-thumbnail (12.3+git20170708-1) unstable; urgency=medium
 .
   * New upstream git snapshot (Closes: #865891)
   * Standards-Version is 4.0.0 now (no change)
   * Use compat level 10 (lintian)
Checksums-Sha1:
 1ca3e85f713826b72124b398f12a1bf172c2aaeb 2670 
sorl-thumbnail_12.3+git20170708-1.dsc
 c747b933b12e1172399d8e0f047464a1cb4502de 531344 
sorl-thumbnail_12.3+git20170708.orig.tar.gz
 44ada6a2c8b512b4147d28c8d8a30efa879cad2c 6732 
sorl-thumbnail_12.3+git20170708-1.debian.tar.xz
 197742980c618536a3242b7493cd7cdd989b4ca1 45742 
python-sorl-thumbnail-doc_12.3+git20170708-1_all.deb
 1a971491204864ab33d1d4e90fa3b56b6f75ff01 33234 
python-sorl-thumbnail_12.3+git20170708-1_all.deb
 7ca184408e4b4936ce1b1c8285c5729ad6738cab 33352 
python3-sorl-thumbnail_12.3+git20170708-1_all.deb
 d8baaba6747804a40dc4fbf5b8c3d60cec1b0225 9599 
sorl-thumbnail_12.3+git20170708-1_amd64.buildinfo
Checksums-Sha256:
 787ff39a27f089c2093bf49515a43460ac63353eb24c9e8659ca43c930aea7ea 2670 
sorl-thumbnail_12.3+git20170708-1.dsc
 f9ce8c2dbd42b50d62a1b3df57d129e697fc4ea2fe3d53ec78ddf0df1211d079 531344 
sorl-thumbnail_12.3+git20170708.orig.tar.gz
 89b69c4ba6693e95f976a2ac0ea7fa8ea9eb5a9e36a5ca54bdb4a8627ec40544 6732 
sorl-thumbnail_12.3+git20170708-1.debian.tar.xz
 d9557f0960586492f086513833f6326054775a3b5f5f2be6f1c36d3f93260b4c 45742 
python-sorl-thumbnail-doc_12.3+git20170708-1_all.deb
 c54ce14d98a9d087b572520f8d8d25ad83fd39f8c66027c1f541338c29a3dba8 33234 
python-sorl-thumbnail_12.3+git20170708-1_all.deb
 b39cea846fadccf44432821c3ffb3e7fee9f33dde2b5aee5b1407569aca37fa7 33352 
python3-sorl-thumbnail_12.3+git20170708-1_all.deb
 883d51ba40e23abd8f7efd31deeeb040ffd0994ddaaa065a45a64363ff1c490d 9599 
sorl-thumbnail_12.3+git20170708-1_amd64.buildinfo
Files:
 47689d969d273bb2845d6abdb3ccc67d 2670 python optional 
sorl-thumbnail_12.3+git20170708-1.dsc
 c82cd861c176a67601f35ddee4b2a2ec 531344 python optional 
sorl-thumbnail_12.3+git20170708.orig.tar.gz
 e407f4410ca34692dfffe442678178d9 6732 python optional 
sorl-thumbnail_12.3+git20170708-1.debian.tar.xz
 b7c8231fc81932b9c9c41685c1c7be7b 45742 doc optional 
python-sorl-thumbnail-doc_12.3+git20170708-1_all.deb
 567a16e46945e531d3c579f60ca9de72 33234 python optional 
python-sorl-thumbnail_12.3+git20170708-1_all.deb
 33f1885de8b0e7354207b42fc688c3d9 33352 python optional 
python3-sorl-thumbnail_12.3+git20170708-1_all.deb
 7b8753caea00def076d824981e386f9b 9599 python optional 
sorl-thumbnail_12.3+git20170708-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAlmFDQUACgkQ4+Chwoa5
Y+oQww//aZxdlycGuXE1QFc99uIkjtkiu9O6VQfVd5ijg6u0vRVH5jI3mvfzYAOl
XL2gq6fQ+KxuS5N1ukqWYb5dVz52mynz8mkDBqp/X+mtq85gRuKZEnLpmCJ8Tqs8
Iq5iP7kd3Sf7L3X2HAfzDUDnCpZ9I4NmijlCxToWhZEEqhkvYyx50OnJi4/17eyR
P0B3NJgV6RgGADGsbwwpgej7EXZNrMQs0+3PD1UKUqL0iJlZN1qyD40tOXDj0Y/H
KHLgRedXtyCHYxGYNagN0rluFcspB0zmHMp+K8uFY65J54MLju9lgaPn0UnSHZyT
2YL1DSG8ctpj8dbjjp+579VHtq61uiUJbT9y20zqqYoXLghmLOHuIhxnq+vdjIoe
MRVa9VHgiJ6C3ch9Q4oKgZkKRBhvj2bzzfGizwJ6SPi6CyUa7USC1Oa+xByxGTqB
qwBPnequBUVKDszkH4563IvMkmTkWBOIwXb+XT7aesaivaNDQQRSyDrmI0bQ5xGw
V/r7W6TkQQPz4G/3bodAI8Y5gb44gx3CIbfJ9cyXYk4RBdQ6s+XV6hRsTrt5KtN6
JqqYcx54sWAcAyfKgiak2EJ9xAA2pVGMi38YgLYkcClN7thmeuzNJboUdPp62j3C
wdHAfEDUXt0M/pmKg7c9XgzlWkUBAZcqKaODLalKcOqwHVWB7IU=
=pUiZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to