Your message dated Fri, 05 Nov 2021 12:33:47 +0000 with message-id <[email protected]> and subject line Bug#997027: fixed in python-vispy 0.6.6-2 has caused the Debian Bug report #997027, regarding python-vispy: FTBFS with sphinx 4.2.0 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.) -- 997027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997027 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: python-vispy Version: 0.6.6-1 Severity: serious Tags: ftbfs patch Hi Maintainer python-vispy FTBFS with sphinx 4.2.0 since add_stylesheet was deprecated. It can be fixed by the simple patch below. Regards Graham --- a/doc/conf.py +++ b/doc/conf.py @@ -349,9 +349,9 @@ def setup(app): # Add custom CSS - app.add_stylesheet('css/font-mfizz.css') - app.add_stylesheet('css/font-awesome.css') - app.add_stylesheet('style.css') + app.add_css_file('css/font-mfizz.css') + app.add_css_file('css/font-awesome.css') + app.add_css_file('style.css') # ----------------------------------------------------------------------------- # Source code links
--- End Message ---
--- Begin Message ---Source: python-vispy Source-Version: 0.6.6-2 Done: Nilesh Patra <[email protected]> We believe that the bug you reported is fixed in the latest version of python-vispy, 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. Nilesh Patra <[email protected]> (supplier of updated python-vispy 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 17:48:14 +0530 Source: python-vispy Architecture: source Version: 0.6.6-2 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers <[email protected]> Changed-By: Nilesh Patra <[email protected]> Closes: 997027 Changes: python-vispy (0.6.6-2) unstable; urgency=medium . * Team Upload. * Add patch to fix FTBFS (Closes: #997027) Checksums-Sha1: 29afbe536302164adbb4ed330f066652f7f5d19c 2365 python-vispy_0.6.6-2.dsc 59a701dd11eaee12a39c395890fccafb05bfb03c 78176 python-vispy_0.6.6-2.debian.tar.xz aa2dd78713a4994af995673a7fe5be2300b71197 8646 python-vispy_0.6.6-2_amd64.buildinfo Checksums-Sha256: b285a16507a60161aebed6dfc6268a2908e55136c695c65da9da435624561ce3 2365 python-vispy_0.6.6-2.dsc 4242227aaa46c62858ed5e839b78598ca131210f6761eca1222df2f2e18c16d3 78176 python-vispy_0.6.6-2.debian.tar.xz 5bbfd7ab9e984e957026604b0ae46515a30752cb870170d13e4ac9b234ba9947 8646 python-vispy_0.6.6-2_amd64.buildinfo Files: 00b1d3feed8b43a2dcc13d165bccb791 2365 python optional python-vispy_0.6.6-2.dsc 2dc71153eab052884c733db4a3c0c220 78176 python optional python-vispy_0.6.6-2.debian.tar.xz e3d4bab7ba7db9f628d3039fd11d62dc 8646 python optional python-vispy_0.6.6-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJGBAEBCgAwFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmGFIl0SHG5pbGVzaEBk ZWJpYW4ub3JnAAoJEAC650s0M2nxuEcP/0df53caEnhDrnRC7lHjcLlhKllLIcy3 WGiD4/KkwyJMzS9HuL3tztlTg/ewZyMviiEg+ItkxwAAHdmzpRZ2MNq+Dey9TVuK KVnM9wzka2tDgI2sKJhVB675EE4tlJg8pnjM6t5F8aZFWaszFm2HOUZbkdZozZMY yXItkSoWEQ0ads803GIIHM4zKyl+9ISOIy/oQWkqbAoPy4E6xq7LCXfxHNPA0VKK zf30TZQoyHxQfoswHoiaM86q4g7V6F5SwxjYLBcWapPYNlWs06CKi9ujnEmNT64w u/YxdZwnUxYiqk3Dtct8cvntL9k15MLwFUz36HT6UXk1qHvxzx80hchb8Bref2Y5 M4PgKEXUpn5cbu3FgVXtViLDZ5VYI3Enw1ZqjFwV1JiZBq5iZ/0CB9VfxC/sbSNX sB4BUaBTd68pDQAuzmGlEwDxqf+bWOjsjA1laG/DAqen3QCofeDvOQuFnyl6120D F3niBfxBsb6gEHxbRMy+qzxArb84csfGI3IsIt5355eg8OePdorzKAcPegEG2Bnf 5zvxv88NN3RdPnsBL6VV+XQpxjkDrTCo5wB+UId9nplPI6PVIVBDUTtanzyL1lTp 4llelR7XJzYT4x/PK9wNHb8xAeB14YkM2DPVJTT3E7UKL8qKhudeMxkSsKGAshw9 ysFxlJGF+/ea =iffM -----END PGP SIGNATURE-----
--- End Message ---

