Source: nbconvert
Version: 6.4.4-1
Severity: serious

Dear Maintainer,

after updating python-bleach to 5.0.0 your package from testing fails
together wich python3-bleach from unstable.

e.g. on amd64
https://ci.debian.net/data/autopkgtest/testing/amd64/n/nbconvert/23478280/log.gz

The error in detail looks like this:

autopkgtest [20:13:04]: test autodep8-python3: set -e ; for py in $(py3versions 
-r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c 
"import nbconvert; print(nbconvert)" ; done
autopkgtest [20:13:04]: test autodep8-python3: [-----------------------
Testing with python3.9:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/nbconvert/__init__.py", line 4, in 
<module>
    from .exporters import *
  File "/usr/lib/python3/dist-packages/nbconvert/exporters/__init__.py", line 
3, in <module>
    from .html import HTMLExporter
  File "/usr/lib/python3/dist-packages/nbconvert/exporters/html.py", line 25, 
in <module>
    from nbconvert.filters.highlight import Highlight2HTML
  File "/usr/lib/python3/dist-packages/nbconvert/filters/__init__.py", line 5, 
in <module>
    from .latex import *
  File "/usr/lib/python3/dist-packages/nbconvert/filters/latex.py", line 17, in 
<module>
    from nbconvert.utils.pandoc import pandoc
  File "/usr/lib/python3/dist-packages/nbconvert/utils/pandoc.py", line 12, in 
<module>
    from nbconvert.utils.version import check_version
  File "/usr/lib/python3/dist-packages/nbconvert/utils/version.py", line 11, in 
<module>
    from packaging.version import Version
ModuleNotFoundError: No module named 'packaging'
autopkgtest [20:13:05]: test autodep8-python3: -----------------------]
autopkgtest [20:13:05]: test autodep8-python3:  - - - - - - - - - - results - - 
- - - - - - - -
autodep8-python3     FAIL non-zero exit status 1
autopkgtest [20:13:05]: @@@@@@@@@@@@@@@@@@@@ summary
command1             FAIL non-zero exit status 2
autodep8-python3     FAIL non-zero exit status 1

It might be enough to add python3-packaging as new dependency?

Regards
Carsten

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.18.0-2-amd64 (SMP w/6 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Reply via email to