Your message dated Thu, 25 Nov 2021 23:04:12 +0000
with message-id <e1mqnmm-0007yv...@fasolo.debian.org>
and subject line Bug#997342: fixed in sorl-thumbnail 12.7.0-1
has caused the Debian Bug report #997342,
regarding sorl-thumbnail: FTBFS: ImportError: cannot import name 
'python_2_unicode_compatible' from 'django.utils.encoding' 
(/usr/lib/python3/dist-packages/django/utils/encoding.py)
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.)


-- 
997342: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997342
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sorl-thumbnail
Version: 12.5.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> mkdir -p tmp-locales
> localedef -i en_US -c -f UTF-8 tmp-locales/en_US.UTF-8
> set -e; \
> for python in python3.9; do \
>     for name in pil pgmagick imagemagick graphicsmagick; do \
>         LOCPATH=/<<PKGBUILDDIR>>/tmp-locales LC_ALL=en_US.UTF-8 PYTHONPATH=. 
> LOCAL_BUILD=1 DJANGO_SETTINGS_MODULE=tests.settings.$name $python -m pytest ; 
> \
>     done; \
> done
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
>     return _run_code(code, main_globals, None,
>   File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
>     exec(code, run_globals)
>   File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 5, in 
> <module>
>     raise SystemExit(pytest.console_main())
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 185, 
> in console_main
>     code = main()
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 143, 
> in main
>     config = _prepareconfig(args, plugins)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 318, 
> in _prepareconfig
>     config = pluginmanager.hook.pytest_cmdline_parse(
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286, in __call__
>     return self._hookexec(self, self.get_hookimpls(), kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92, in 
> _hookexec
>     return self._inner_hookexec(hook, methods, kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83, in 
> <lambda>
>     self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 203, in 
> _multicall
>     gen.send(outcome)
>   File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 100, in 
> pytest_cmdline_parse
>     config: Config = outcome.get_result()
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 80, in 
> get_result
>     raise ex[1].with_traceback(ex[2])
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187, in 
> _multicall
>     res = hook_impl.function(*args)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
> 1003, in pytest_cmdline_parse
>     self.parse(args)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
> 1283, in parse
>     self._preparse(args, addopts=addopts)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
> 1191, in _preparse
>     self.hook.pytest_load_initial_conftests(
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286, in __call__
>     return self._hookexec(self, self.get_hookimpls(), kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92, in 
> _hookexec
>     return self._inner_hookexec(hook, methods, kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83, in 
> <lambda>
>     self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 208, in 
> _multicall
>     return outcome.get_result()
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 80, in 
> get_result
>     raise ex[1].with_traceback(ex[2])
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187, in 
> _multicall
>     res = hook_impl.function(*args)
>   File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 335, in 
> pytest_load_initial_conftests
>     _setup_django()
>   File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 223, in 
> _setup_django
>     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 114, in 
> populate
>     app_config.import_models()
>   File "/usr/lib/python3/dist-packages/django/apps/config.py", line 301, in 
> import_models
>     self.models_module = import_module(models_module_name)
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 850, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File "/<<PKGBUILDDIR>>/sorl/thumbnail/models.py", line 2, in <module>
>     from django.utils.encoding import python_2_unicode_compatible
> ImportError: cannot import name 'python_2_unicode_compatible' from 
> 'django.utils.encoding' 
> (/usr/lib/python3/dist-packages/django/utils/encoding.py)
> make[1]: *** [debian/rules:24: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/sorl-thumbnail_12.5.0-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: sorl-thumbnail
Source-Version: 12.7.0-1
Done: Martin <deba...@debian.org>>

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

Debian distribution maintenance software
pp.
Martin <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: SHA512

Format: 1.8
Date: Thu, 25 Nov 2021 22:35:45 +0000
Source: sorl-thumbnail
Architecture: source
Version: 12.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Martin <deba...@debian.org>>
Closes: 997342
Changes:
 sorl-thumbnail (12.7.0-1) unstable; urgency=medium
 .
   * New release (Closes: #997342).
 .
   [ Håvard Flaget Aasen ]
   * d/watch
     - Update to new repository, changed around version 12.4.0
 .
   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
Checksums-Sha1:
 65ce8b044453358bc83ff2f3738086b22b2894ec 2356 sorl-thumbnail_12.7.0-1.dsc
 e4ab23a70482f8a52ab958e1691f556398d17164 658502 
sorl-thumbnail_12.7.0.orig.tar.gz
 9208837d8b9cc06e9158b1d48d3908273fa9b3a0 6452 
sorl-thumbnail_12.7.0-1.debian.tar.xz
 7bf591acc445646423cd2c50ffa331fb2c265af0 10005 
sorl-thumbnail_12.7.0-1_amd64.buildinfo
Checksums-Sha256:
 28bed78d99542b73986610f200add1e4ba8c27a5407add2d7cd340133c88b13c 2356 
sorl-thumbnail_12.7.0-1.dsc
 a1cd5505393820ff1eff63f192ee89032d47fdbeadae2a3555d79bcd51172a21 658502 
sorl-thumbnail_12.7.0.orig.tar.gz
 7f58899790c5e5f94e86da9f5eff815e51f213e26303899cdfc4cf27cd9b1882 6452 
sorl-thumbnail_12.7.0-1.debian.tar.xz
 629188e3a049666d9ac2c2970a1e50fb74267ecc27627195cecaac42dfbf4a51 10005 
sorl-thumbnail_12.7.0-1_amd64.buildinfo
Files:
 2696b99f067494c6e4f463548b19c64a 2356 python optional 
sorl-thumbnail_12.7.0-1.dsc
 a9fcdb24a6c35141ef179b1ad6274c10 658502 python optional 
sorl-thumbnail_12.7.0.orig.tar.gz
 75c062d63a99e8d59b155936584d9971 6452 python optional 
sorl-thumbnail_12.7.0-1.debian.tar.xz
 1a8c96ac6d9c6dea38f88f6c311fc894 10005 python optional 
sorl-thumbnail_12.7.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAmGgEmwACgkQ4+Chwoa5
Y+pOmBAAn0iKLRhPYlH6mxRWv2C0i4JsqkP11ScuJiVbAMmxbdqh1Z3hlbH7HEvw
Hg4+1R6dQpVga8XwRA3b6fsK5dqKqjRKhsSks+RY88dek/qQBeFXXa4np++bMCZg
wRr87CrBziS3Bm1o08vhfmR+bNdq1JDxMgzAfxLGSwLk1Dnp00KGDbuooTWjllsL
mVeKN21mEKNbGMtLnt+nCaYXX38njouVzvoiz0u5vXYbHoPWRbbJtkByM8k57jdI
+7VqQWkOHNeIHGBMDGwYMQmLsrEgVZZGsftijqNzFs8bMFL0La2HqKAM08Ll7R/i
vUnM3qdH0yzZ5K8CEzvrbwfBj5Vybrkj3VRy9SSgRJwuHG1jb5yFHW+gVgHLHsU6
iGuExpUypsH+4ADwFlb2SZhQbUX32ce6xYWybtBY37LheKxYC0C2Jl901yQm9L+P
TeCKdXAPGrhlvgopvIvWKdHF2i+jBjOCC/LCzPRXSksW2iD9XASDjRwt18ClJw0C
zmp0oERvaNyIexGrcRiv7TFbBLNVhAZJyKdbs3620+XEJLXhIMlN8zmKu44aQMrk
8xwt2mNGPsp6jf6/pbei/FQTzrfXqjusmVtIAeAWiUFu8xBtWRCyN/bDGS/VdtO5
7B4W7KUtt5GmhBV2jXs67WNeJtIaRcxvczsVZ831IjSW2PmqpYA=
=Ylia
-----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