Votre espace de travail sur mesure!
In order to see your message, click on the following link: http://link.news-sarouty.ma/v/443/de86ac2aa9610f172b8ac76778a2f8468de5a97f6a48af20
Bug#973169: python-chameleon: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.9 3.8" returned exit code 13
Source: python-chameleon Version: 3.6.2-2 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201027 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > debian/rules build > dh build --with python3 --buildsystem=pybuild > dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) >dh_update_autotools_config -O--buildsystem=pybuild >dh_auto_configure -O--buildsystem=pybuild > dh_auto_configure: warning: Compatibility levels before 10 are deprecated > (level 9 in use) > I: pybuild base:217: python3.9 setup.py config > running config > I: pybuild base:217: python3.8 setup.py config > running config >dh_auto_build -O--buildsystem=pybuild > dh_auto_build: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > I: pybuild base:217: /usr/bin/python3.9 setup.py build > running build > running build_py > creating /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/__init__.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/parser.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/benchmark.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/interfaces.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/astutil.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/nodes.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/loader.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/i18n.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/tal.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/compiler.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/py26.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/metal.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/config.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/program.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/template.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/tales.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/ast25.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/namespaces.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/exc.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/py25.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/codegen.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/utils.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > copying src/chameleon/tokenize.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon > creating > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/tests > copying src/chameleon/tests/test_templates.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/tests > copying src/chameleon/tests/__init__.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/tests > copying src/chameleon/tests/test_doctests.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/tests > copying src/chameleon/tests/test_parser.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/tests > copying src/chameleon/tests/test_loader.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/tests > copying src/chameleon/tests/test_sniffing.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/tests > copying src/chameleon/tests/test_exc.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/tests > copying src/chameleon/tests/test_tokenizer.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/tests > creating /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/zpt > copying src/chameleon/zpt/__init__.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/zpt > copying src/chameleon/zpt/loader.py -> > /<>/.pybuild/cpython3_3.9_chameleon/build/chameleon/zpt > copying src/chameleon/zpt/program.py
Bug#973055: python3-ofxparse: Python 3.8+ DeprecationWarning
Package: python3-ofxparse Version: 0.15+git20161013-1 Severity: normal Dear Maintainer, Using python3-ofxparse (be it with buster,bullseye or sid) with Python 3.8 or 3.9 yields the following warning: ofxparse/ofxparse.py:40: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working return isinstance(candidate, collections.Iterable) This issue was already addressed and fixed here https://github.com/jseutter/ofxparse/issues/155 Thanks in advance for your help, Thomas -- System Information: Debian Release: buster/sid APT prefers bionic-updates APT policy: (500, 'bionic-updates'), (500, 'bionic-security'), (500, 'bionic'), (100, 'bionic-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0-48-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages python3-ofxparse depends on: ii python3 3.6.7-1~18.04 ii python3-bs4 4.6.0-1 ii python3-lxml 4.2.1-1ubuntu0.1 ii python3-six 1.11.0-2 python3-ofxparse recommends no packages. python3-ofxparse suggests no packages. -- no debconf information