Your message dated Sun, 06 Nov 2016 01:51:11 +0000
with message-id <[email protected]>
and subject line Bug#828207: fixed in python-django-extensions 1.7.4-1
has caused the Debian Bug report #828207,
regarding FTBFS: AttributeError: 'module' object has no attribute 'SubfieldBase'
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 [email protected]
immediately.)


-- 
828207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828207
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-django-extensions
Version: 1.6.7-2
Severity: serious
Justification: FTBFS

Guessing this might be a Django issue with 1.10~beta1-1:

dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest 
--ds=tests.testapp.settings --cov=django_extensions"
I: pybuild base:184: python2.7 -m pytest --ds=tests.testapp.settings 
--cov=django_extensions
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/dist-packages/pytest.py", line 17, in <module>
    raise SystemExit(pytest.main())
  File "/usr/lib/python2.7/dist-packages/_pytest/config.py", line 39, in main
    config = _prepareconfig(args, plugins)
  File "/usr/lib/python2.7/dist-packages/_pytest/config.py", line 118, in 
_prepareconfig
    pluginmanager=pluginmanager, args=args)
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 724, in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 338, in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 333, in <lambda>
    _MultiCall(methods, kwargs, hook.spec_opts).execute()
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 595, in execute
    return _wrapped_call(hook_impl.function(*args), self.execute)
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 249, in _wrapped_call
    wrap_controller.send(call_outcome)
  File "/usr/lib/python2.7/dist-packages/_pytest/helpconfig.py", line 28, in 
pytest_cmdline_parse
    config = outcome.get_result()
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 279, in get_result
    _reraise(*ex)  # noqa
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 264, in __init__
    self.result = func()
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 596, in execute
    res = hook_impl.function(*args)
  File "/usr/lib/python2.7/dist-packages/_pytest/config.py", line 861, in 
pytest_cmdline_parse
    self.parse(args)
  File "/usr/lib/python2.7/dist-packages/_pytest/config.py", line 966, in parse
    self._preparse(args, addopts=addopts)
  File "/usr/lib/python2.7/dist-packages/_pytest/config.py", line 937, in 
_preparse
    args=args, parser=self._parser)
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 724, in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 338, in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 333, in <lambda>
    _MultiCall(methods, kwargs, hook.spec_opts).execute()
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 595, in execute
    return _wrapped_call(hook_impl.function(*args), self.execute)
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 253, in _wrapped_call
    return call_outcome.get_result()
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 279, in get_result
    _reraise(*ex)  # noqa
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 264, in __init__
    self.result = func()
  File "/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", 
line 596, in execute
    res = hook_impl.function(*args)
  File "/usr/lib/python2.7/dist-packages/pytest_django/plugin.py", line 238, in 
pytest_load_initial_conftests
    _setup_django()
  File "/usr/lib/python2.7/dist-packages/pytest_django/plugin.py", line 134, in 
_setup_django
    django.setup()
  File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in 
populate
    app_config.import_models(all_models)
  File "/usr/lib/python2.7/dist-packages/django/apps/config.py", line 199, in 
import_models
    self.models_module = import_module(models_module_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "tests/testapp/models.py", line 10, in <module>
    from django_extensions.db.fields.json import JSONField
  File "django_extensions/db/fields/json.py", line 65, in <module>
    class JSONField(six.with_metaclass(models.SubfieldBase, models.TextField)):
AttributeError: 'module' object has no attribute 'SubfieldBase'

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: python-django-extensions
Source-Version: 1.7.4-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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brian May <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 06 Nov 2016 09:53:52 +1100
Source: python-django-extensions
Binary: python-django-extensions python3-django-extensions 
python-django-extensions-doc
Architecture: source all
Version: 1.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Brian May <[email protected]>
Description:
 python-django-extensions - Useful extensions for Django projects (Python 2 
version)
 python-django-extensions-doc - Useful extensions for Django projects 
(Documentation)
 python3-django-extensions - Useful extensions for Django projects (Python 3 
version)
Closes: 828207 828665
Changes:
 python-django-extensions (1.7.4-1) unstable; urgency=medium
 .
   * New upstream version.
   * Fixes Django 1.10 issues. Closes: #828665, #828207.
Checksums-Sha1:
 2f1235a7f93a44c89b6fd3c44d462280c5c31856 2699 
python-django-extensions_1.7.4-1.dsc
 b78d9f349415a0f3f442a06ea8d71d1fad84b799 176156 
python-django-extensions_1.7.4.orig.tar.gz
 ce5740d7910bfc9355dcdc6db9688871cb9b155c 392636 
python-django-extensions_1.7.4-1.debian.tar.xz
 b27bae4d41e22bcccb0c69126cdab23b5e70aeb0 387716 
python-django-extensions-doc_1.7.4-1_all.deb
 20d74c39747994dc892d4073dc250a8fb9895042 118564 
python-django-extensions_1.7.4-1_all.deb
 094c5be18552211cd3c469ea4f38458b68b8167f 118378 
python3-django-extensions_1.7.4-1_all.deb
Checksums-Sha256:
 4b9039f512a72e48da4cd0b91637c22cbc16e9e5a524d09d60bdbc667f8084e4 2699 
python-django-extensions_1.7.4-1.dsc
 74e965288bef1936e08cf4b5967c9a4efb7fc79a79ae07112aeffc759a92c270 176156 
python-django-extensions_1.7.4.orig.tar.gz
 ded141702b19529053e19c70af610a24118c8ea9c0e01d51a56a663b2b387b06 392636 
python-django-extensions_1.7.4-1.debian.tar.xz
 a2d43d78794b7536e0d298660f4fc415c80e92c5d9943139a0d957f3f17cf9bc 387716 
python-django-extensions-doc_1.7.4-1_all.deb
 47cd4ef754f295d06480ad7e0dcf203f7d99f3a1bdaaba41663f0caddeabefc0 118564 
python-django-extensions_1.7.4-1_all.deb
 6f7d2ed4fd403fee175e3b7bd6587f58f6bb36aea63da94eeed07d772f8f521c 118378 
python3-django-extensions_1.7.4-1_all.deb
Files:
 30584c9130c8c47b3442d7c1fbd5d85e 2699 python optional 
python-django-extensions_1.7.4-1.dsc
 69e811a5142bc09bad79b099171ebef3 176156 python optional 
python-django-extensions_1.7.4.orig.tar.gz
 ff3b1c734b8d87a6ee2ecb565d30d856 392636 python optional 
python-django-extensions_1.7.4-1.debian.tar.xz
 75a513eea5fd1f8de8f885aede7f0119 387716 doc optional 
python-django-extensions-doc_1.7.4-1_all.deb
 029b7cf8c6a81dd1575d984a6392df6f 118564 python optional 
python-django-extensions_1.7.4-1_all.deb
 aae6c7e6c7e957f69fa13509676f8c6a 118378 python optional 
python3-django-extensions_1.7.4-1_all.deb

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

iQIcBAEBCAAGBQJYHokIAAoJEBeEV3+BH26sB4gP/0ScoL9e5S29arRc/T7x/6cf
vZRE9wWY0GUjxxUpzRFQARO8JuqSJnwUW9fLjWF1aTpyGOQkgvreTI9uF/TmRoPP
I1xu8RptiBVLGpDFjGhfdyue2ce/2a8zb61PCIYrcwtlMD8AfqZZJP7VQDIwuv6Q
7lgeBPdWLBrV8d13MSwOBGYJ/pgz8BDgu+FoAZ31O3ai1E9S84mLG3vxh8V3RJpK
QklDUcchVMa31K1jm+CCTSo/gV8Juioh5anEV1EKS02+NH7/rqLDSvqroj3Tktkm
tnlMk80YvGQIy1a+xinfO5fUO+xow7oDn3s8kMhxd5XS3DKBm7CN+X95v+cvu/Zi
xVGSCx+Yr9qG3/u84gAljp0qrDXc6Mhn7MVq5NUWmffVdFX0BvNUSJQCNeGPapY/
49bNQNCzuuD5zNfBqzLXLH6mO8nmkYtw/LwdPlLd5jTv0LOPzphdKCLnKnQ9Bdl1
RdJn/YsYloMGJljuxX8AcmaXvnqufyJR8P3PhhQESbvK6yA1+xGA6uZolXP0vuWM
bwNW6JNNI1XP+WQEs8rtaiHntfddBbnco6hyKRWplh4mLMkKhk8oknSiXU8E8OIq
EPuF0FMF2kxouqDh18g05QX8dczeJlYQVNuqmr1d6fYhFOpVlLi/xjEffiOPddvX
iA265hSOU/fuPXW4fELU
=Cz0q
-----END PGP SIGNATURE-----

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

Reply via email to