Your message dated Thu, 13 Jul 2017 11:50:21 +0000
with message-id <e1dvcdr-0007gr...@fasolo.debian.org>
and subject line Bug#865557: fixed in django-picklefield 1.0.0-1
has caused the Debian Bug report #865557,
regarding django-picklefield 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.)


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

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

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/django-picklefield-0.3.2'
django-admin startproject testproject
if [ -d testproject/testproject ]; then \
        cp debian/settings.py testproject/testproject ; \
else \
        cp debian/settings.py testproject ; \
fi
set -e; \
for python in python2.7 python3.5; do \
        PYTHONPATH=".:src:testproject" $python testproject/manage.py test 
--settings=testproject.settings picklefield ; \
done
Creating test database for alias 'default'...
Traceback (most recent call last):
  File "testproject/manage.py", line 22, in <module>
    execute_from_command_line(sys.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 363, in execute_from_command_line
    utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 355, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"/usr/lib/python2.7/dist-packages/django/core/management/commands/test.py", 
line 29, in run_from_argv
    super(Command, self).run_from_argv(argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
283, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
330, in execute
    output = self.handle(*args, **options)
  File 
"/usr/lib/python2.7/dist-packages/django/core/management/commands/test.py", 
line 62, in handle
    failures = test_runner.run_tests(test_labels)
  File "/usr/lib/python2.7/dist-packages/django/test/runner.py", line 602, in 
run_tests
    self.run_checks()
  File "/usr/lib/python2.7/dist-packages/django/test/runner.py", line 562, in 
run_checks
    call_command('check', verbosity=self.verbosity)
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 130, in call_command
    return command.execute(*args, **defaults)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
330, in execute
    output = self.handle(*args, **options)
  File 
"/usr/lib/python2.7/dist-packages/django/core/management/commands/check.py", 
line 68, in handle
    fail_level=getattr(checks, options['fail_level']),
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
359, in check
    include_deployment_checks=include_deployment_checks,
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
346, in _run_checks
    return checks.run_checks(**kwargs)
  File "/usr/lib/python2.7/dist-packages/django/core/checks/registry.py", line 
81, in run_checks
    new_errors = check(app_configs=app_configs)
  File "/usr/lib/python2.7/dist-packages/django/core/checks/urls.py", line 16, 
in check_url_config
    return check_resolver(resolver)
  File "/usr/lib/python2.7/dist-packages/django/core/checks/urls.py", line 26, 
in check_resolver
    return check_method()
  File "/usr/lib/python2.7/dist-packages/django/urls/resolvers.py", line 254, 
in check
    for pattern in self.url_patterns:
  File "/usr/lib/python2.7/dist-packages/django/utils/functional.py", line 35, 
in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/usr/lib/python2.7/dist-packages/django/urls/resolvers.py", line 405, 
in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/usr/lib/python2.7/dist-packages/django/utils/functional.py", line 35, 
in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/usr/lib/python2.7/dist-packages/django/urls/resolvers.py", line 398, 
in urlconf_module
    return import_module(self.urlconf_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/build/1st/django-picklefield-0.3.2/testproject/testproject/urls.py", 
line 20, in <module>
    url(r'^admin/', admin.site.urls),
  File "/usr/lib/python2.7/dist-packages/django/contrib/admin/sites.py", line 
280, in urls
    return self.get_urls(), 'admin', self.name
  File "/usr/lib/python2.7/dist-packages/django/contrib/admin/sites.py", line 
238, in get_urls
    from django.contrib.contenttypes import views as contenttype_views
  File "/usr/lib/python2.7/dist-packages/django/contrib/contenttypes/views.py", 
line 5, in <module>
    from django.contrib.contenttypes.models import ContentType
  File 
"/usr/lib/python2.7/dist-packages/django/contrib/contenttypes/models.py", line 
139, in <module>
    class ContentType(models.Model):
  File "/usr/lib/python2.7/dist-packages/django/db/models/base.py", line 118, 
in __new__
    "INSTALLED_APPS." % (module, name)
RuntimeError: Model class django.contrib.contenttypes.models.ContentType 
doesn't declare an explicit app_label and isn't in an application in 
INSTALLED_APPS.
debian/rules:17: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: django-picklefield
Source-Version: 1.0.0-1

We believe that the bug you reported is fixed in the latest version of
django-picklefield, 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-picklefield 
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: Thu, 13 Jul 2017 11:45:44 +0200
Source: django-picklefield
Binary: python-django-picklefield python3-django-picklefield
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Michael Fladischer <fl...@debian.org>
Description:
 python-django-picklefield - Pickled object field for Django
 python3-django-picklefield - Pickled object field for Django (Python3 version)
Closes: 865557
Changes:
 django-picklefield (1.0.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix tests by adding django.contrib.contenttypes to INSTALLED_APPS (Closes:
     #865557).
   * Bump Standards-Version to 4.0.0.
   * Use https:// for copyright-format 1.0 URL.
   * Remove unused lintian override as we now check for valid signatures
     on upstream tarballs.
Checksums-Sha1:
 84676fa2f2867f65e323b07fe9670c41b4a0829a 1960 django-picklefield_1.0.0-1.dsc
 6cf14c470f95b6fcc1bea820f3b8e3ab57ce0f4f 12939 
django-picklefield_1.0.0.orig.tar.gz
 06b2172d64657f4eeb4b2eb0e217f866bb33c06c 16980 
django-picklefield_1.0.0-1.debian.tar.xz
 24995ec8a2ef081721d52847da2354c969a859d3 7098 
django-picklefield_1.0.0-1_amd64.buildinfo
 b804ff420afd857468c9f10b16d94b593eaadc1f 15860 
python-django-picklefield_1.0.0-1_all.deb
 78438829698d344bb028475442d5e437337bdce1 15954 
python3-django-picklefield_1.0.0-1_all.deb
Checksums-Sha256:
 32ab21c5cd65d190e08dda92b51c566c7cdc822c50bf2b8c57abfd1d3b3be49a 1960 
django-picklefield_1.0.0-1.dsc
 61e3ba7f6df82d8df9e6be3a8c55ef589eb3bf926c3d25d2b7949b07eae78354 12939 
django-picklefield_1.0.0.orig.tar.gz
 22db1777a539961f6fb0be27b840eff408c7ad47e360abb6f078702931ff9ec6 16980 
django-picklefield_1.0.0-1.debian.tar.xz
 17f0c21977c0ad4d44cf82dde702e482d6cf543274e7d17144d2704b7f1af142 7098 
django-picklefield_1.0.0-1_amd64.buildinfo
 68592e1c8b2ba379e702a20ee164e2ec2127c371ce86a45d1bf2b5d7b5389a14 15860 
python-django-picklefield_1.0.0-1_all.deb
 94c66ddc11a52541b3d368b280f1be481f2afcb02a28219ec90cfc8ea53c6763 15954 
python3-django-picklefield_1.0.0-1_all.deb
Files:
 10593c34c83032973530389bd2f0ca11 1960 python optional 
django-picklefield_1.0.0-1.dsc
 ab4607fa56ef6e4a4a3a6b6ee1834d3d 12939 python optional 
django-picklefield_1.0.0.orig.tar.gz
 ca143c6ae183edb77e20cc012e33d5d6 16980 python optional 
django-picklefield_1.0.0-1.debian.tar.xz
 317aa28c34766dc7df0924940d9543fe 7098 python optional 
django-picklefield_1.0.0-1_amd64.buildinfo
 d2f40dbbef4f97280e1c32b2beb60128 15860 python optional 
python-django-picklefield_1.0.0-1_all.deb
 90efb8cc5cf7c4fb69fc1a0b52e81c1d 15954 python optional 
python3-django-picklefield_1.0.0-1_all.deb

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

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAllnWbAACgkQ/9PIi5l9
0WpHsAf9Hdv0yl0b79+XWTdUdk/1FcYUyDhLI+y9KRKcuByNEBBQdkOa4oDJVoVT
MQpPXVIy8Fs0xvIJxNoq0keGYRrYyAi9rv8ot8BlkhLwfX+WM/k9jcF+xjPhptWt
fQ+cudzxwwq3JfW20aSwXEWK8jhF7QipCUsFFDfw+5rfuoSv6lQHIJebWyS9UXih
qR+Vok6Vj1WnVJNMRE1n+8asAx61e48uUXBd+gILu0xRBODJ/54gM4dbgEUhoves
XDnrTRFV3J/yyHSQ8wIB+yltRl7zndSd5wkHFNUUqFQyGFZyIZfUWXkfzQ2+u0E8
bJ1V/tNLXlVFehMZkrU3qJa434S7ug==
=2zc4
-----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