Your message dated Sat, 24 Oct 2015 07:19:31 +0000
with message-id <e1zpt6x-0005gh...@franck.debian.org>
and subject line Bug#802131: fixed in python-django-extensions 1.5.7-1
has caused the Debian Bug report #802131,
regarding python-django-extensions: FTBFS: ImportError: No module named 
'mongoengine'
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.)


-- 
802131: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802131
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-django-extensions
Version: 1.5.0-1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

WARNINGS:
?: (1_7.W001) MIDDLEWARE_CLASSES is not set.
        HINT: Django 1.7 changed the global defaults for the 
MIDDLEWARE_CLASSES. django.contrib.sessions.middleware.SessionMiddleware, 
django.contrib.auth.middleware.AuthenticationMiddleware, and 
django.contrib.messages.middleware.MessageMiddleware were removed from the 
defaults. If your project needs these middleware then you should configure this 
setting.
ERROR

======================================================================
ERROR: django_extensions.mongodb.fields (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: django_extensions.mongodb.fields
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
    package = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in 
_get_module_from_name
    __import__(name)
  File 
"/python-django-extensions-1.5.0/django_extensions/mongodb/fields/__init__.py", 
line 14, in <module>
    from mongoengine.fields import StringField, DateTimeField
ImportError: No module named 'mongoengine'


======================================================================
ERROR: testUUIDFieldManyToManyCreate 
(django_extensions.tests.shortuuid_field.ShortUUIDFieldTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 65, 
in execute
    return self.cursor.execute(sql, params)
  File "/usr/lib/python3/dist-packages/django/db/backends/sqlite3/base.py", 
line 485, in execute
    return Database.Cursor.execute(self, query, params)
sqlite3.IntegrityError: UNIQUE constraint failed: 
django_extensions_shortuuidtestmanytomanymodel.shortuuidtestmodel_pk_ptr_id

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File 
"/python-django-extensions-1.5.0/django_extensions/tests/shortuuid_field.py", 
line 37, in testUUIDFieldManyToManyCreate
    j = 
ShortUUIDTestManyToManyModel.objects.create(uuid_field=six.u('vytxeTZskVKR7C7WgdSP3e'))
  File "/usr/lib/python3/dist-packages/django/db/models/manager.py", line 92, 
in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/django/db/models/query.py", line 372, in 
create
    obj.save(force_insert=True, using=self.db)
  File "/usr/lib/python3/dist-packages/django/db/models/base.py", line 589, in 
save
    force_update=force_update, update_fields=update_fields)
  File "/usr/lib/python3/dist-packages/django/db/models/base.py", line 617, in 
save_base
    updated = self._save_table(raw, cls, force_insert, force_update, using, 
update_fields)
  File "/usr/lib/python3/dist-packages/django/db/models/base.py", line 698, in 
_save_table
    result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
  File "/usr/lib/python3/dist-packages/django/db/models/base.py", line 731, in 
_do_insert
    using=using, raw=raw)
  File "/usr/lib/python3/dist-packages/django/db/models/manager.py", line 92, 
in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/django/db/models/query.py", line 921, in 
_insert
    return query.get_compiler(using=using).execute_sql(return_id)
  File "/usr/lib/python3/dist-packages/django/db/models/sql/compiler.py", line 
921, in execute_sql
    cursor.execute(sql, params)
  File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 65, 
in execute
    return self.cursor.execute(sql, params)
  File "/usr/lib/python3/dist-packages/django/db/utils.py", line 94, in __exit__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/usr/lib/python3/dist-packages/django/utils/six.py", line 658, in 
reraise
    raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 65, 
in execute
    return self.cursor.execute(sql, params)
  File "/usr/lib/python3/dist-packages/django/db/backends/sqlite3/base.py", 
line 485, in execute
    return Database.Cursor.execute(self, query, params)
django.db.utils.IntegrityError: UNIQUE constraint failed: 
django_extensions_shortuuidtestmanytomanymodel.shortuuidtestmodel_pk_ptr_id

...

FAILED (failures=1, errors=6)
 OK
Superuser created successfully.
Destroying test database for alias 'default' (':memory:')...

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/python-django-extensions.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

--- End Message ---
--- Begin Message ---
Source: python-django-extensions
Source-Version: 1.5.7-1

We believe that the bug you reported is fixed in the latest version of
python-django-extensions, 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 802...@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-extensions 
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: Sat, 24 Oct 2015 14:46:20 +1100
Source: python-django-extensions
Binary: python-django-extensions python3-django-extensions
Architecture: source all
Version: 1.5.7-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-extensions - Useful extensions for Django projects
 python3-django-extensions - Useful extensions for Django projects
Closes: 802131
Changes:
 python-django-extensions (1.5.7-1) UNRELEASED; urgency=medium
 .
   * New upstream version.
   * Fixes FTBFS error. Closes: #802131.
Checksums-Sha1:
 13ff487ea6e7cbb50e252e67b015b60ec25d08e8 2589 
python-django-extensions_1.5.7-1.dsc
 f78aceda831e465278703af8787ea9c0eb5aec01 202862 
python-django-extensions_1.5.7.orig.tar.gz
 a88feaa2022093db2ee2d569d0e6a34cbab567a3 70800 
python-django-extensions_1.5.7-1.debian.tar.xz
 f2e205fbb60647fc0788d22a135333bd96006af5 115764 
python-django-extensions_1.5.7-1_all.deb
 713f6ec2ab5a073175faa535198a1e4b756c08fc 115572 
python3-django-extensions_1.5.7-1_all.deb
Checksums-Sha256:
 61ae201e1db911f9ef5132b9d270d288488b73640ab4bd254ed31ba2380c6e88 2589 
python-django-extensions_1.5.7-1.dsc
 a088a3ab2cd14686cdf16ae13e7cc855b1f71a48eb2cc59878f5f9bcbba13ed2 202862 
python-django-extensions_1.5.7.orig.tar.gz
 2bacd15e126053acb870e373f8d51eec68f1ea5750198f21108372616a7c40a1 70800 
python-django-extensions_1.5.7-1.debian.tar.xz
 bcd7c07dcb5fbb7919d445a34c39d93affe0308d47fa5e45a56d7509ddf80604 115764 
python-django-extensions_1.5.7-1_all.deb
 a4590c04e6d18a36efec2430d9ddff00ae34e0138690b94e461ceeddd6e2aa68 115572 
python3-django-extensions_1.5.7-1_all.deb
Files:
 5f22c3c8b597cd5ed7485c31eb3ac20b 2589 python optional 
python-django-extensions_1.5.7-1.dsc
 4e86cec9aa6f660dde010d8d9b483199 202862 python optional 
python-django-extensions_1.5.7.orig.tar.gz
 0d22af5cb2ba61f3374efcfc3f0445e4 70800 python optional 
python-django-extensions_1.5.7-1.debian.tar.xz
 e60d8adb97e65c9800615c5083482080 115764 python optional 
python-django-extensions_1.5.7-1_all.deb
 8e46a6eac8d3843a4f7933f67faba0e1 115572 python optional 
python3-django-extensions_1.5.7-1_all.deb

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

iQIcBAEBCAAGBQJWKy2CAAoJEJyE7hq50CY2ZaQP/1YT/UmjNBy57JgBBkMH28u9
O2BJm0M09Vy3G7/aEI6VcdCu8Pv7COaazERns+Fbi751Ow8gyUAVWgWPIZzGuVZt
4y+IJgb92LpsEG0Hv7V7KI+zRuge7Se29VKuFgEyo+mb1jIcAtD6Ovazb0b+JKXI
nky1s8TxwmJC93y41/oxGZ+L8TBQOhFslvyOPgWhpD4tWZmuIcdwijI5kpwypW/j
xt36UHCy1rTYDBEtZP662n4jhU9o3HjawVPQ3B9ay1GvLRa60CXvAYytZzBUq+Zb
UQ+mNmzqzDNyo/33/JkdrqSk3wwx/Xjd/J7zHxUHgFlg6fpgAO5ZJlirp1Bs/nnS
U3xilXZqkxpfecJXxSXbYtTkXKU8Cv6zQThHoiLeoLp4fGE367tj6vBydrHp5nhH
1anm8fSCvfi6Zfbl8sPKmn/zDHoH94y38JekjBaUE4tOMx6J/cYOP/nImUsFb921
ROXzvmMd1Oye5EZSZ2am0lbwvv7SE0lGTvagApkHONFmMGa1hlbB7WLVgmZKTa4x
zA5nuImZZqyp/N13W7aMLh0NBolO86PfO1FZdGMrHkFBLduFrFhGEI9svB3ShRtf
M2lLd7v4Ze/oIQ5U7Z/WlYb002JRgbCROcoGEAREWQ+YDSRfJefhMF2ybyhLZiX8
8qeeaymSnWbHkjt1res0
=aLCG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to