Your message dated Sun, 03 Feb 2019 11:20:12 +0000 with message-id <[email protected]> and subject line Bug#921170: fixed in soupsieve 1.7.3+dfsg-2 has caused the Debian Bug report #921170, regarding soupsieve: FTBFS in sid (test_namespace_xml_with_namespace fails) 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 [email protected] immediately.) -- 921170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921170 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:soupsieve Version: 1.7.3+dfsg-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in sid but it failed: -------------------------------------------------------------------------------- [...] debian/rules binary-indep dh binary-indep --with python2,python3,pypy --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.7 setup.py config running config I: pybuild base:217: pypy setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python setup.py build running build running build_py creating /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython2_2.7_soupsieve/build/soupsieve copying soupsieve/util.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython2_2.7_soupsieve/build/soupsieve copying soupsieve/css_parser.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython2_2.7_soupsieve/build/soupsieve copying soupsieve/__init__.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython2_2.7_soupsieve/build/soupsieve copying soupsieve/__meta__.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython2_2.7_soupsieve/build/soupsieve copying soupsieve/css_types.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython2_2.7_soupsieve/build/soupsieve copying soupsieve/css_match.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython2_2.7_soupsieve/build/soupsieve I: pybuild base:217: /usr/bin/python3 setup.py build running build running build_py creating /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython3_3.7_soupsieve/build/soupsieve copying soupsieve/util.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython3_3.7_soupsieve/build/soupsieve copying soupsieve/css_parser.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython3_3.7_soupsieve/build/soupsieve copying soupsieve/__init__.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython3_3.7_soupsieve/build/soupsieve copying soupsieve/__meta__.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython3_3.7_soupsieve/build/soupsieve copying soupsieve/css_types.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython3_3.7_soupsieve/build/soupsieve copying soupsieve/css_match.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython3_3.7_soupsieve/build/soupsieve I: pybuild base:217: /usr/bin/pypy setup.py build running build running build_py creating /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/pypy_6.0_soupsieve/build/soupsieve copying soupsieve/util.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/pypy_6.0_soupsieve/build/soupsieve copying soupsieve/css_parser.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/pypy_6.0_soupsieve/build/soupsieve copying soupsieve/__init__.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/pypy_6.0_soupsieve/build/soupsieve copying soupsieve/__meta__.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/pypy_6.0_soupsieve/build/soupsieve copying soupsieve/css_types.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/pypy_6.0_soupsieve/build/soupsieve copying soupsieve/css_match.py -> /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/pypy_6.0_soupsieve/build/soupsieve dh_auto_test -i -O--buildsystem=pybuild I: pybuild base:217: cd /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython2_2.7_soupsieve/build; python2.7 -m pytest tests ============================= test session starts ============================== platform linux2 -- Python 2.7.15+, pytest-3.10.1, py-1.7.0, pluggy-0.8.0 rootdir: /<<BUILDDIR>>/soupsieve-1.7.3+dfsg, inifile: tox.ini collected 227 items tests/test_bs4_cases.py ....F [ 2%] tests/test_extra.py .......... [ 6%] tests/test_level1.py .......................... [ 18%] tests/test_level2.py .................................... [ 33%] tests/test_level3.py ................................................... [ 56%] . [ 56%] tests/test_level4.py ................................................... [ 79%] ....... [ 82%] tests/test_soupsieve.py .................................... [ 98%] tests/test_versions.py .... [100%] =================================== FAILURES =================================== ______________________ test_namespace_xml_with_namespace _______________________ @util.requires_lxml def test_namespace_xml_with_namespace(): """Test namespace selectors with XML.""" xml = BeautifulSoup(NAMESPACE_XML, "xml") > assert xml.select_one("x|Envelope", namespaces=NAMESPACES) E TypeError: select_one() got an unexpected keyword argument 'namespaces' tests/test_bs4_cases.py:142: TypeError ===================== 1 failed, 226 passed in 2.62 seconds ===================== E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd /<<BUILDDIR>>/soupsieve-1.7.3+dfsg/.pybuild/cpython2_2.7_soupsieve/build; python2.7 -m pytest tests dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned exit code 13 make: *** [debian/rules:6: binary-indep] Error 25 dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made in my autobuilder with "dpkg-buildpackage -A" and the failure is reproducible (tried several times). If you need help to reproduce it, please say so. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: soupsieve Source-Version: 1.7.3+dfsg-2 We believe that the bug you reported is fixed in the latest version of soupsieve, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Stefano Rivera <[email protected]> (supplier of updated soupsieve 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 03 Feb 2019 11:51:09 +0100 Source: soupsieve Binary: python-soupsieve pypy-soupsieve python3-soupsieve Architecture: source Version: 1.7.3+dfsg-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Stefano Rivera <[email protected]> Description: pypy-soupsieve - Modern CSS selector implementation for BeautifulSoup (PyPy) python-soupsieve - Modern CSS selector implementation for BeautifulSoup (Python 2.7) python3-soupsieve - modern CSS selector implementation for BeautifulSoup (Python 3) Closes: 921170 Changes: soupsieve (1.7.3+dfsg-2) unstable; urgency=medium . * Build-Depend on py*-bs4 (>= 4.7). (Closes: #921170) Checksums-Sha1: e181552a02484f775fc8f72a06fb923f9ecc89c0 2500 soupsieve_1.7.3+dfsg-2.dsc 36130a66e22ec8724712a326046f1f119f9de909 4604 soupsieve_1.7.3+dfsg-2.debian.tar.xz cd85cfd820e069979ea8d7a1f68b2603766c600e 7198 soupsieve_1.7.3+dfsg-2_source.buildinfo Checksums-Sha256: 00c24d861ab5faec50053a99995556f847805220b11fe4495dbe328d734abe38 2500 soupsieve_1.7.3+dfsg-2.dsc 225cfc212d3dea33db78b400b6364aea5e1a679b68702d687ece92778f063b2f 4604 soupsieve_1.7.3+dfsg-2.debian.tar.xz d78e41b83e8d7dddbf750cdd63b77efa9e1362b5d53e36d22cb4ca779769b5da 7198 soupsieve_1.7.3+dfsg-2_source.buildinfo Files: a6bdbd90e518e3e4d66bc46672462d96 2500 python optional soupsieve_1.7.3+dfsg-2.dsc a67133f5c77ffefa4147065f03deb3af 4604 python optional soupsieve_1.7.3+dfsg-2.debian.tar.xz 443efd0da3756efecaa94ee35a2ff0f0 7198 python optional soupsieve_1.7.3+dfsg-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQFIBAEBCgAyFiEE/zEtpbjiRmXHk+j/6vGSvKo/D1EFAlxWyAkUHHN0ZWZhbm9y QGRlYmlhbi5vcmcACgkQ6vGSvKo/D1GpGwf/U3RMGO3NEZb6tJ0hkTgNJM2yYwOu TdGGBbjKgIhs7I8uEoWOt9Xd6uLY4b55nxNVvjbNG9iBRDXh75CYLo67Q+Rjpeim sx6TasHwh6oVAWLpUv8iiPHjVExddcWe1oJc8GEqc1bGOZo4GcCrChXwCAhI98CL 2jKVtKruy1iMOvMB7bjRNwxLsjch2r4oe1hYavA/E/bb01fRSzNjc0429Cs3Soe6 TYSZ/yL+wL0/F/VFvg8PrDvZIngftBO/jDgO9O2/AOZCIZv1Wr5pV+iRE8e5HHpy AYIlj2kDxWpzdkNRTqr2hqIfJjqVm1MrO8cYM5e+SXoSY3XEnTCVNkyxGw== =wkTC -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
