Package: python3-jsonschema
Version: 2.6.0-4
Severity: important

jsonschema.compat has

    try:
        from collections import MutableMapping, Sequence  # noqa
    except ImportError:
        from collections.abc import MutableMapping, Sequence  # noqa

instead of

    try:
        from collections.abc import MutableMapping, Sequence  # noqa
    except ImportError:
        from collections import MutableMapping, Sequence  # noqa

This unnecessarily triggers a DeprecationWarning, which prevents code using
this package from testing cleanly.

The current version (3.0.1) fixes this. Please back-port for Buster.

-- System Information:
Debian Release: 9.9
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental'), (550, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages python3-jsonschema depends on:
ii  python3                3.7.3-1
ii  python3-pkg-resources  40.8.0-1

python3-jsonschema recommends no packages.

Versions of packages python3-jsonschema suggests:
pn  python-jsonschema-doc  <none>

-- no debconf information

Reply via email to