Your message dated Wed, 22 Jul 2020 18:18:57 +0000
with message-id <e1jyjkt-000c7g...@fasolo.debian.org>
and subject line Bug#961166: fixed in python-django-extensions 3.0.3-1
has caused the Debian Bug report #961166,
regarding python-django-extensions: FTBFS with Django 3.x
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.)


-- 
961166: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-django-extensions
Version: 2.2.1-1
Severity: normal
User: python-modules-t...@lists.alioth.debian.org
Usertags: django-3.x

Dear maintainer,

The version of Django experimental is currently 3.0.6-1. I have built
the 153 reverse-dependencies in unstable against this version and 114
of these build & pass their testsuite successfully. Unfortunately,
python-django-extensions fails to build. Please see:

    http://bugs.debian.org/960890

... for more information. Please use this bug report for queries
or questions regarding Django 3.x that are not specific to this
particular package in order to reduce duplicated work across all of
the bugs.

  […]

      django.setup()
    File "/usr/lib/python3/dist-packages/django/__init__.py", line 24, in setup
      apps.populate(settings.INSTALLED_APPS)
    File "/usr/lib/python3/dist-packages/django/apps/registry.py", line 122, in 
populate
      app_config.ready()
    File "/usr/lib/python3/dist-packages/django/contrib/admin/apps.py", line 
24, in ready
      self.module.autodiscover()
    File "/usr/lib/python3/dist-packages/django/contrib/admin/__init__.py", 
line 26, in autodiscover
      autodiscover_modules('admin', register_to=site)
    File "/usr/lib/python3/dist-packages/django/utils/module_loading.py", line 
47, in autodiscover_modules
      import_module('%s.%s' % (app_config.name, module_to_search))
    File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
      return _bootstrap._gcd_import(name[level:], package, level)
    File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
    File "<frozen importlib._bootstrap>", line 991, in _find_and_load
    File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
    File "<frozen importlib._bootstrap_external>", line 783, in exec_module
    File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
    File 
"/home/lamby/temp/cdt.20200517001318.QUh0NKOOtV.ags.lamby-debian-experimental.python3-django-extensions/python-django-extensions-2.2.1/django_extensions/admin/__init__.py",
 line 21, in <module>
      from django_extensions.admin.widgets import ForeignKeySearchInput
    File 
"/home/lamby/temp/cdt.20200517001318.QUh0NKOOtV.ags.lamby-debian-experimental.python3-django-extensions/python-django-extensions-2.2.1/django_extensions/admin/widgets.py",
 line 7, in <module>
      from django.contrib.admin.templatetags.admin_static import static
  ModuleNotFoundError: No module named 
'django.contrib.admin.templatetags.admin_static'
  E: pybuild pybuild:352: test: plugin custom failed with: exit code=1: 
python3.8 -m pytest --ds=tests.testapp.settings --cov=django_extensions 
django_extensions
  dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.8 
--system=custom "--test-args={interpreter} -m pytest 
--ds=tests.testapp.settings --cov=django_extensions django_extensions" returned 
exit code 13
  make[1]: *** [debian/rules:12: override_dh_auto_test] Error 25
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20200517001318.QUh0NKOOtV.ags.lamby-debian-experimental.python3-django-extensions/python-django-extensions-2.2.1'
  make: *** [debian/rules:6: build] Error 2
  dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

  […]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: python-django-extensions.2.2.1-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: python-django-extensions
Source-Version: 3.0.3-1
Done: Antonio Terceiro <terce...@debian.org>

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 961...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@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: Wed, 22 Jul 2020 14:29:08 -0300
Source: python-django-extensions
Architecture: source
Version: 3.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 961166
Changes:
 python-django-extensions (3.0.3-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 .
   [ Debian Janitor ]
   * Bump debhelper from old 11 to 12.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
 .
   [ Antonio Terceiro ]
   * New upstream version 3.0.3
     - Upstream source drops support for Django < 2 and python2.7
     - Works with Django 3 (Closes: #961166)
   * 0002-Update-reference-to-python-werzeug-package.patch: s/python/python3/
   * Run test suite during build and under autopkgtest
   * Add new build dependency: python3-pip
Checksums-Sha1:
 303f461ab77f7bb443e42458488d9f0423094afe 2724 
python-django-extensions_3.0.3-1.dsc
 f894d65de34bba631e504294d668b59a2c25cdba 249774 
python-django-extensions_3.0.3.orig.tar.gz
 dfdb8a9dad4be4b3d0f9e96048b58f98705f726c 392036 
python-django-extensions_3.0.3-1.debian.tar.xz
 aa4a2bab605fb64ef8b579a8798df2aa298be248 8626 
python-django-extensions_3.0.3-1_amd64.buildinfo
Checksums-Sha256:
 0fab37b7ad0f1fdaa852be0c0f4f4adab5fdf8bdc4fe13d8bb978c57b7a78732 2724 
python-django-extensions_3.0.3-1.dsc
 28c8db041d400862404b30bf553610258b5edf02985c5aed33ad07478195808e 249774 
python-django-extensions_3.0.3.orig.tar.gz
 20abb6059ffcabcbc59903bc3dc9f12dad9fdcb4b04221a3fa855660b05c8735 392036 
python-django-extensions_3.0.3-1.debian.tar.xz
 338e904a8da48d593f26298c9d297bf11c5ea56e7bad0588c3f4c54d05b41daf 8626 
python-django-extensions_3.0.3-1_amd64.buildinfo
Files:
 8fcc9c6a8e70abb8443b0dad8b448983 2724 python optional 
python-django-extensions_3.0.3-1.dsc
 3bbcfdc7ea8e0ad637c694fa87aa994c 249774 python optional 
python-django-extensions_3.0.3.orig.tar.gz
 d87b86f981daf96226b3fb31f95fcc44 392036 python optional 
python-django-extensions_3.0.3-1.debian.tar.xz
 51cbcd272e0de99086e7b714fc47d023 8626 python optional 
python-django-extensions_3.0.3-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAl8YgNoACgkQ/A2xu81G
C961Kw/+LcdICYIKMDlPXbV7cMsaMUmVZpH+o4NuCXwyUbc+ytYYwUNIYhJOqWzt
YxsrXF+aLcb+0NbFR+ec/a7i2Ogsdrr6QkuZh1/NJCEidoC3XiUL/g8ubwO6/VUJ
g7OToMjkWZslW9b2PXy2EKP5uL2eyfyDCVhW1J3jMnt30WfMkRFVElG/sp1641Bs
q+uuMFQ6HI6tPQeZLJ4vxHlZuwM/Iil17F6xP6722dLegyds2g6KyqIsV0maLQnj
QbwBfIgL8/mx0/miC+dG/EIhuDgFHwaA84k5JjaCjrCtsuRsj4TUVupdm9OnZFzv
sDiki/DvyHQr8AbhJ+z3BuqB357Jh6Yun3qaimC3gYHPknaJ6LCiTCf3a4eaAJPu
VyF/1UBncpG3+MkXhnjuO+3Tb9h6QgdB0exxTJM31q/pjAIE67qe3av5QgDi0PN3
rzhWP6Opf81QLrxgpVsBSlQdOay/K43LGsf1MktuPjx2q3WdMUwgfSeUNPwYlMQT
SSjYkpS4o9W4CFA+r01eCWLKw8IOqyOyLmAsnqjM20EidIzotDzwgAWzBJqM/GKB
tOHEYrQqn8XepOBKYxCEhuk1WNFOFTaCCT1tXec14K/J1rmu1I475SHxocYI2waQ
3eoDYECIrdup1+Zeer7FfKJnzW9TSAk5mACB+xPUeRvps2FSPyE=
=CLRW
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to