Your message dated Sat, 25 Jul 2020 09:49:14 +0000 with message-id <[email protected]> and subject line Bug#966031: fixed in git-cola 3.7-2 has caused the Debian Bug report #966031, regarding git-cola: 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.) -- 966031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966031 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: git-cola Version: 3.7-1 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: git-cola Source-Version: 3.7-2 Done: Laszlo Boszormenyi (GCS) <[email protected]> We believe that the bug you reported is fixed in the latest version of git-cola, 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. Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated git-cola 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: Sat, 25 Jul 2020 11:15:00 +0200 Source: git-cola Architecture: source Version: 3.7-2 Distribution: unstable Urgency: medium Maintainer: Laszlo Boszormenyi (GCS) <[email protected]> Changed-By: Laszlo Boszormenyi (GCS) <[email protected]> Closes: 966031 Changes: git-cola (3.7-2) unstable; urgency=medium . * Remove python3-sip dependency (closes: #966031). Checksums-Sha1: 7551b205ce75b8e8c4fa3ef7259decf8a50258cc 1836 git-cola_3.7-2.dsc fa21b5ba7a59aa59fb6b529ab62db99d3058a8e6 7984 git-cola_3.7-2.debian.tar.xz Checksums-Sha256: 99cf9a4f8d2e58c331d4f1bb39c967fff7ae12446af2c54491b14de2371eead2 1836 git-cola_3.7-2.dsc b9fb3b0f0cc8dc30a9b67f5519093ef9c56c14ccc65ce27ea8590caad3e8cdee 7984 git-cola_3.7-2.debian.tar.xz Files: 9d22fba282847ab76c578c208a00eb8b 1836 vcs optional git-cola_3.7-2.dsc cb1d6b14bf9f754b7a8f25ea83fe6ff4 7984 vcs optional git-cola_3.7-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAl8b+uAACgkQ3OMQ54ZM yL9tqhAAufkpIeFYajrd42LocJoThWIyq/YLPsIoFZCEWkDCkk0c6Pl5BV49GQYS HS0hWZ1t1/Hsd8Dc8pILWd+TFmgozqqtjNhzBJEFXSYAYfSrE3SKdvXicTIjcrbJ tMXlYKhrBda8iLJQGlKl0Q1PCUkFFsuMogIRJZaP9eCJlBtZCk21J8EKRxHyHvUm fLmdzHwIdRRyAlELvnHMM0MMB6tpEDLlELqpluB2n4OutL35onoWexk44j8ygwqO oQoNr4mKcOzyZFwixGz+yACxPB18gecxIT+r0pTpXftazYnSVp8xfp3ttWsYFA1h d8ySaAtXhMqzsQsAYKJvWXAJELodwagMdN2nDWbAOOIB4+ciDdXl+0oh6wYfWZOA u0Hzxrv7H67Ys3Fa7yedmSVHdhhNxcjzj/pbwRHdyCtYifaT17M7sMWJjoNwodvS xj8N8b1Dgb9Nl8EXaKHanazcsY0AfPD0hmfIXojri5cRfW2DMACCzQFrsuw4gPMQ CFEZhS5vkgjjQmkldtZeG5iraEtAwUQb1oCFhJxaoTIiXR99SSIhB6rLPk4qXHQ6 pss2ZDl1Bn9FWVftHOcKjSixMP+Pf8kUg5cfuRP+7te1hDCaLfYCEdyHQ3Ypb0py NrzXPyOOZWBNwdHk20gsVBOyOtPqasRawhftuODgthAmzn8Oyog= =JyNp -----END PGP SIGNATURE-----
--- End Message ---

