Your message dated Mon, 15 Jan 2024 14:38:22 +0000 with message-id <[email protected]> and subject line Bug#966055: fixed in vistrails 3.0~git+9dc22bd.dfsg.1-2 has caused the Debian Bug report #966055, regarding vistrails: Uses old name of sip module 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.) -- 966055: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966055 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: vistrails Version: 3.0~git+9dc22bd-2 Usertags: sip5 Dear Maintainer, You are receiving this bug because your package seems to be using PyQt5 and has Python files with "import sip" lines. With the latest version of PyQt5 in experimental, the private sip module used by PyQt5 is called "PyQt5.sip", not just "sip". I am going to upload this version to unstable around end of August. You may need to update your imports to do something like this: try: from PyQt5 import sip except ModuleNotFoundError: import sip Alternatively, you may import sip after importing PyQt5. So the following will work too: from PyQt5 import QtCore import sip Please see the following link for details: https://www.riverbankcomputing.com/static/Docs/PyQt5/incompatibilities.html#importing-the-sip-module If you use sip for reasons unrelated to PyQt5, you may leave the old import as is, but please bear in mind that sip4 is deprecated. Also, calls like "sip.setapi('QDate', 2)" are not needed at all with PyQt5. They were needed only with PyQt4 and Python 2. It is safe to delete them. For the actual documentation of sip module, see the following link: https://www.riverbankcomputing.com/static/Docs/PyQt5/api/sip/sip-module.html -- Dmitry Shachnev
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: vistrails Source-Version: 3.0~git+9dc22bd.dfsg.1-2 Done: Alastair McKinstry <[email protected]> We believe that the bug you reported is fixed in the latest version of vistrails, 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. Alastair McKinstry <[email protected]> (supplier of updated vistrails 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: SHA256 Format: 1.8 Date: Mon, 15 Jan 2024 13:51:36 +0000 Source: vistrails Architecture: source Version: 3.0~git+9dc22bd.dfsg.1-2 Distribution: unstable Urgency: medium Maintainer: Alastair McKinstry <[email protected]> Changed-By: Alastair McKinstry <[email protected]> Closes: 966055 Changes: vistrails (3.0~git+9dc22bd.dfsg.1-2) unstable; urgency=medium . * Ensure sip loaded from Qt5. Closes: #966055 * Standards-Version: 4.6.2 Checksums-Sha1: d53e4092766b0f7d468c97273fb85d788d929f9d 2079 vistrails_3.0~git+9dc22bd.dfsg.1-2.dsc fd12a81cea678efb53d4e22c1741e336bac4ecd2 19376 vistrails_3.0~git+9dc22bd.dfsg.1-2.debian.tar.xz Checksums-Sha256: e692cdb467620d197f43fd330af235a2720da135f6205cb77eb91904bd28db27 2079 vistrails_3.0~git+9dc22bd.dfsg.1-2.dsc 74ea8fadb00257fbb07cd0e09202caaed95944067f10fa213ff3d24eb07cc099 19376 vistrails_3.0~git+9dc22bd.dfsg.1-2.debian.tar.xz Files: 82488d8c8864aff6385cb13a8a0a1ddd 2079 science optional vistrails_3.0~git+9dc22bd.dfsg.1-2.dsc 2b28e450c83657aae2bfebd42206e44e 19376 science optional vistrails_3.0~git+9dc22bd.dfsg.1-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmWlPegACgkQy+a7Tl2a 06WPYA/+LpvtJ1AAZChYlWXVAdeQvHkdP2lBFvhY10byKtJFGQwiCq/OpiMuVD8Y xk0hVO08gjbP+e6ERYt9C5LkSwBcgCW6y/lR+DswmYmWN5ApLISaUp9wBU0elxaK ehX7VCQ/7DISgk3dfoOgieVbljSc5dOSZMUJbLQ/D6vhwhNhyus5J08En7HuNIdh 5hh1tzoCnPANoRhPf+U7ueJjS6VXLKd0zn1XnPCHfhAcuZVXcwEhdblsa7ClEYvo BnJZgcBIL4kVVRTXiC1GGn9p+nmNOPCz2HjATD8SL2DflMLyLb4c4BpqUox03QGB JoypU3Ai3iwi9k2QO7onG8Gul3npqj/z7S1KXD6nUGL/u7hLdGFdbruF5JY2cxv7 cNnb5PIfHX/YUClIDYr4MF/b/c1/Q4FZB3ae0dxPDnWIzf4y4yxPHxD1IERLHa7h yVew6ePf3rsBcqentMnZhz+7ROL7mgj6jtMmsE073usd133ImndYhSa0Re7A+PMb 2vzupujUX0pkLL2adANZBp7tVAEtEmQrLfoEwbAwX36P7fmhw9DNpnNT1z6Smt7g 1AWTGtfkBaYrIFzDP7IIF68b3HMzW6y2CLNWV3ZopwcYLVmMgjfE1FUrygKN2BHp EzwSeKWuG9QK7TR9I/fqXItg+PYArfqzYy9uL7l12Kc8JGqlo8k= =edOo -----END PGP SIGNATURE-----
--- End Message ---

