Your message dated Sun, 07 Nov 2021 17:19:53 +0000
with message-id <e1mjlph-0007xk...@fasolo.debian.org>
and subject line Bug#998625: fixed in python-spinners
0.0~git20200220.a73d561-1.1
has caused the Debian Bug report #998625,
regarding python-spinners: 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 ow...@bugs.debian.org
immediately.)
--
998625: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998625
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-spinners
Version: 0.0~git20200220.a73d561-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
(they're far too tightly pinned for Debian):
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:237: cd
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_py-spinners/build'; tox -c
'/<<PKGBUILDDIR>>'/tox.ini --sitepackages -e py39
GLOB sdist-make: /<<PKGBUILDDIR>>/setup.py
py39 create: /<<PKGBUILDDIR>>/.tox/py39
py39 installdeps: -r/<<PKGBUILDDIR>>/requirements-dev.txt
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 ===================================
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
0x7fbe021dd1c0>: 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
0x7fbe021dd910>: 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
0x7fbe021ddd60>: 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
0x7fbe021dd280>: 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
0x7fbe021dde50>: Failed to establish a new connection: [Errno 111] Connection
refused'))': /simple/coverage/
ERROR: Could not find a version that satisfies the requirement coverage==4.4.1
ERROR: No matching distribution found for coverage==4.4.1
=================================== log end ====================================
ERROR: could not install deps [-r/<<PKGBUILDDIR>>/requirements-dev.txt]; v =
InvocationError("'/<<PKGBUILDDIR>>/.tox/py39/bin/python' -m pip install
'-r/<<PKGBUILDDIR>>/requirements-dev.txt'", 1)
___________________________________ summary ____________________________________
ERROR: py39: could not install deps
[-r/<<PKGBUILDDIR>>/requirements-dev.txt]; v =
InvocationError("'/<<PKGBUILDDIR>>/.tox/py39/bin/python' -m pip install
'-r/<<PKGBUILDDIR>>/requirements-dev.txt'", 1)
E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: cd
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_py-spinners/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: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
The easy solution here is to drop the Build-Dep on tox (which exposes a
missing build-dep on setuptools):
diff -Nru python-spinners-0.0~git20200220.a73d561/debian/control
python-spinners-0.0~git20200220.a73d561/debian/control
--- python-spinners-0.0~git20200220.a73d561/debian/control 2021-08-23
21:18:47.000000000 -0700
+++ python-spinners-0.0~git20200220.a73d561/debian/control 2021-11-05
01:10:31.000000000 -0700
@@ -7,7 +7,7 @@
python3-all,
python3-coverage,
python3-nose,
- tox
+ python3-setuptools,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/manrajgrover/py-spinners
SR
--- End Message ---
--- Begin Message ---
Source: python-spinners
Source-Version: 0.0~git20200220.a73d561-1.1
Done: Stefano Rivera <stefa...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-spinners, 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 998...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated python-spinners
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 05 Nov 2021 12:13:21 -0700
Source: python-spinners
Architecture: source
Version: 0.0~git20200220.a73d561-1.1
Distribution: unstable
Urgency: medium
Maintainer: Nobuhiro Iwamatsu <iwama...@debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 998625
Changes:
python-spinners (0.0~git20200220.a73d561-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Drop tox Build-Dep, we're doing build-time tests without it, fixes FTBFS
with dh-python >= 5.20211105. (Closes: #998625)
* Add missing Build-Depends on python3-setuptools.
Checksums-Sha1:
06663bbee28ee8721fea2305453881d9d6c86b46 1428
python-spinners_0.0~git20200220.a73d561-1.1.dsc
3e8a2c31fa17ecf665bef69bd969dfbdbc31f85d 1944
python-spinners_0.0~git20200220.a73d561-1.1.debian.tar.xz
763a5b1499aaaa8ebd0b656c251545ddad933334 5787
python-spinners_0.0~git20200220.a73d561-1.1_source.buildinfo
Checksums-Sha256:
59c448336be7861507dcc4c71b029fac8defc59bbcab672b67c06616b38f2ff9 1428
python-spinners_0.0~git20200220.a73d561-1.1.dsc
977af8c71b2fa1b844722fa6d8dac840381040e3001ca98d266b30070a8663bc 1944
python-spinners_0.0~git20200220.a73d561-1.1.debian.tar.xz
7be7081fa2958d877de18a8930bd3af84f4438a3bc6b7b090c24c8b00582d77e 5787
python-spinners_0.0~git20200220.a73d561-1.1_source.buildinfo
Files:
4d356e4301f4c76b708459d8092e7f26 1428 python optional
python-spinners_0.0~git20200220.a73d561-1.1.dsc
203a60e372c055cfe09bb29da70aeeb5 1944 python optional
python-spinners_0.0~git20200220.a73d561-1.1.debian.tar.xz
07b0eb0a099e64402a766d5c5789130c 5787 python optional
python-spinners_0.0~git20200220.a73d561-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYYWDUBQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2AC1AP95WFGMDG3lfvJMWMmIfSvNauRiGNj+
w2/c0gjj28IatQD/cM1+gTHlK5XrQtpsFpBFc9MW/19C4jIzqi/bQya+dwo=
=U91K
-----END PGP SIGNATURE-----
--- End Message ---