Your message dated Fri, 05 Nov 2021 09:06:09 +0000 with message-id <[email protected]> and subject line Bug#998624: fixed in python-deprecated 1.2.13-2 has caused the Debian Bug report #998624, regarding python-deprecated: FTBFS with dh-python 5.20211105 due to missing dependencies 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.) -- 998624: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998624 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: python-deprecated Version: 1.2.13-1 Severity: serious Tags: patch ftbfs Justification: fails to build from source dh-python 5.20211105 fixed tox detection based on Build-Depends, which causes it to try to run tox tests on python-deprecated. This fails because the tox.ini specifies dependencies that aren't met: dh_auto_test -O--buildsystem=pybuild I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_deprecated/build; tox -c /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py39 GLOB sdist-make: /<<PKGBUILDDIR>>/setup.py py39 create: /<<PKGBUILDDIR>>/.tox/py39 py39 installdeps: PyTest, PyTest-Cov, coverage < 5 WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration. ERROR: invocation failed (exit code 1), logfile: /<<PKGBUILDDIR>>/.tox/py39/log/py39-1.log ================================== log start =================================== Requirement already satisfied: PyTest in /usr/lib/python3/dist-packages (6.2.5) Requirement already satisfied: PyTest-Cov in /usr/lib/python3/dist-packages (3.0.0) WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5345d5b670>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/coverage/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5345d5b4c0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/coverage/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5345d5b820>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/coverage/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5345d5be20>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/coverage/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f53458501f0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/coverage/ ERROR: Could not find a version that satisfies the requirement coverage<5 ERROR: No matching distribution found for coverage<5 =================================== log end ==================================== ERROR: could not install deps [PyTest, PyTest-Cov, coverage < 5]; v = InvocationError("/<<PKGBUILDDIR>>/.tox/py39/bin/python -m pip install PyTest PyTest-Cov 'coverage < 5'", 1) ___________________________________ summary ____________________________________ ERROR: py39: could not install deps [PyTest, PyTest-Cov, coverage < 5]; v = InvocationError("/<<PKGBUILDDIR>>/.tox/py39/bin/python -m pip install PyTest PyTest-Cov 'coverage < 5'", 1) E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_deprecated/build; tox -c /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py39 dh_auto_test: error: pybuild --test --test-tox -i python{version} -p 3.9 returned exit code 13 make: *** [debian/rules:10: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 The easy solution here is to drop the tox Build-Depends (which exposes a missing Build-Dep on setuptools): diff -Nru python-deprecated-1.2.13/debian/control python-deprecated-1.2.13/debian/control --- python-deprecated-1.2.13/debian/control 2021-08-15 04:07:04.000000000 -0700 +++ python-deprecated-1.2.13/debian/control 2021-11-05 01:03:31.000000000 -0700 @@ -8,9 +8,9 @@ python3-all, python3-pytest, python3-pytest-cov, + python3-setuptools, python3-sphinx, - python3-wrapt, - tox + python3-wrapt Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-deprecated Vcs-Git: https://salsa.debian.org/debian-gis-team/python-deprecated.git SR
--- End Message ---
--- Begin Message ---Source: python-deprecated Source-Version: 1.2.13-2 Done: Bas Couwenberg <[email protected]> We believe that the bug you reported is fixed in the latest version of python-deprecated, 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. Bas Couwenberg <[email protected]> (supplier of updated python-deprecated 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: Fri, 05 Nov 2021 09:38:20 +0100 Source: python-deprecated Architecture: source Version: 1.2.13-2 Distribution: unstable Urgency: medium Maintainer: Debian GIS Project <[email protected]> Changed-By: Bas Couwenberg <[email protected]> Closes: 998624 Changes: python-deprecated (1.2.13-2) unstable; urgency=medium . * Bump Standards-Version to 4.6.0, no changes. * Bump debhelper compat to 12, no changes. * Drop tox from build dependencies, add python3-setuptools. (closes: #998624) Checksums-Sha1: 3c14bc1b1cfd6000bd92845e3744ac2dae6fbf2e 2141 python-deprecated_1.2.13-2.dsc fcf415922dbe8be49bd265994e0e22507a103633 3312 python-deprecated_1.2.13-2.debian.tar.xz 8e51aa9d4de93536ad96e950590dd3871b820dc8 8960 python-deprecated_1.2.13-2_amd64.buildinfo Checksums-Sha256: 427390ba538a8e2434020fd1c53088a75da14c215496e36b91cfad51570b2124 2141 python-deprecated_1.2.13-2.dsc b126698005243dd0185c5f48152eba054fafd26a25b1f87d4d8e0b6d2edaedb7 3312 python-deprecated_1.2.13-2.debian.tar.xz c64c8053d69a32a5f133cefa0b47eb1a8d33f2ad8a52060cbe461fba2bc6df73 8960 python-deprecated_1.2.13-2_amd64.buildinfo Files: 1749b42d794283529946be47fd53faa3 2141 python optional python-deprecated_1.2.13-2.dsc b2271273fa087546e5249dbc03f1886c 3312 python optional python-deprecated_1.2.13-2.debian.tar.xz f527ebd5273a6e55402c0cfb7429e79a 8960 python optional python-deprecated_1.2.13-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmGE8UkACgkQZ1DxCuiN SvEDrA/+KumH2toLxEsRC6agoa9UILMgmUSQZFsmEeHbpimgPpCsgIf7KlmeEbdI SCaB5XjYGWOk/f1v+E+w2AcSQsyRuOYBtnb2M0gSVCn8MSHMBTBr1vrDclkvuKOx cs9EEZoaH6TQ+BS/+ebYXhD1lf1XbMK3Cjw0j0UXsI8ftxV97KxX2ZQyLWtVRRyr n3xAfjcMadgxqorihRrGCr+6Zdal7JoH47DsilYQ9BmOQR624mH05GkQVj5my8BR j7/zQIW07b2WZ1Bja+g3yyUdHXBxa56lqeh8PHFfe4zN31lUJ62z4W2Xijzt5izK XTbHOQMsrA/5VMA4Z7ZRc+2ASh9iS3K6d6oBLpRU+amR6EMPfMT3ZgOCxqR9sYb7 18L6NKDehEEKhkg9N1lWBBQ9KbWugFLaq3oU86evnb2fzHM+yzTQlUHo/95j10uk LSrBCLLE5HNBqBvqzkWmqXfXlOCqBaLzVPfHleceXU1sAKNE2IL87rywdFTM1ju6 O1L85PznUxVqTV4wADcqQUO+BdDJ/VRfngf8pKsTy9l1Kj12UKGJENQy0WVmV3gI eDSB7PVv/RGEc6zC0FTEYmpJDMw58vXLFhXe4esD/Rde67ttRDLCdkZoaEbY8SJY 972w0XBiJjiPVdw17twAXi8w9qKfvDzqbWdLTqZl7OZOITveNeM= =cAKp -----END PGP SIGNATURE-----
--- End Message ---

