Your message dated Tue, 31 Jan 2023 13:56:14 +0000 with message-id <[email protected]> and subject line Bug#982748: fixed in python-pweave 0.30.3-1 has caused the Debian Bug report #982748, regarding python3-pweave: SyntaxWarning: "is not" with a literal. 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.) -- 982748: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982748 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python3-pweave Version: 0.25-3 Severity: normal On installing this package, I get the following warning: Setting up python3-pweave (0.25-3) ... /usr/lib/python3/dist-packages/pweave/__init__.py:47: SyntaxWarning: "is not" with a literal. Did you mean "!="? assert file != "" is not None, "No input specified" This is clearly not what is intended, as the expression parses as: assert ((file != "") and ("" is not None)), "No input specified" Presumably what is intended is: assert file != "", "No input specified" Best wishes, Julian
--- End Message ---
--- Begin Message ---Source: python-pweave Source-Version: 0.30.3-1 Done: Drew Parsons <[email protected]> We believe that the bug you reported is fixed in the latest version of python-pweave, 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. Drew Parsons <[email protected]> (supplier of updated python-pweave 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: Tue, 31 Jan 2023 14:14:08 +0100 Source: python-pweave Architecture: source Version: 0.30.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers <[email protected]> Changed-By: Drew Parsons <[email protected]> Closes: 982748 1029696 Changes: python-pweave (0.30.3-1) unstable; urgency=medium . * Team upload. * New upstream release. - works with scipy 1.10. Closes: #1029696. * Depends: python3-ipykernel * apply Depends: as Build-Depends: * skip failing tests (functionality seems fine, tests need to be made more robust) * run tests with pytest (allows skipping tests) * update debian/tests - skip pdflatex tests (xcolor `ansi-^^Mred' error) - allow stderr for warnings * debian patch fix_init.patch fixes init test of empty input. Closes: #982748 * Standards-Version: 4.6.2 Checksums-Sha1: fd867188a64c4162511b9205224651e6232af615 2390 python-pweave_0.30.3-1.dsc ffd6b107dab24d5c7a1fa4ddaae69cb6cc3550bc 2173323 python-pweave_0.30.3.orig.tar.gz 2d59bb58dc98e32d44516a75912a7afb2524ee9b 7748 python-pweave_0.30.3-1.debian.tar.xz Checksums-Sha256: 59d65a527903487e06f84cd9276755fb3c9e2c92c9680e8c99336f0176b16c73 2390 python-pweave_0.30.3-1.dsc 5e5298d90e06414a01f48e0d6aa4c36a70c5f223d929f2a9c7e2d388451c7357 2173323 python-pweave_0.30.3.orig.tar.gz 8afd2ee7e37840ed6bf78df604594d98d65894752fe7f50078818b0c3490dc2b 7748 python-pweave_0.30.3-1.debian.tar.xz Files: 5c169fa4624f91db510b3e754631dd1d 2390 python optional python-pweave_0.30.3-1.dsc 6c6d0df971527b8aa0686aee3985c7c7 2173323 python optional python-pweave_0.30.3.orig.tar.gz 3b488f1ffe3eaa4875f6d44a5d8cf5c7 7748 python optional python-pweave_0.30.3-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmPZFc8ACgkQVz7x5L1a AfpRxxAAjN03XxIC8wDgKKgTy3fNYLsC9alfC1sds22YpTLEUa5NawxutE2RpLgp adBtbZbQ5b21kQsh8J5DPV3I8LX1oDYwVe720Z+Prs6PaoYmEq+ocsHE4apNgoRE +ygaYqJa8rEKU/8eZ4Xykoap97Cb8CpBCqa6+K6wP1vCelQTSXBa9au/qs5c5byn GXhKOnMN+XlwrsuBWayhEorjWz5cQjiNyEUQ9iwL6/JmIvIFXomb9UZzNnK/nXMG UhuI+LbAjU9SI/61wwTNKmyJXGaQRWvz/lSm9364sXqxTLUaJZH1uYv2TGcJgX5r J111F3UYw2Ou0aurK5i8OZRidbi2z6Q+jX3hd/67A+2oPunfVtx2l9aHYCLBHgGD tSe7hqyjcc58XP27FmRcDMgRjg0XLy760MfBI/HDzPurF5di2azrFrtGqOT0KhNR b4m8IRr+jtB67yDh+QayvPBE7Ng3cbNmVAIpm8U5kV7RAl6DFPRfD7XNiZFRbgeO id+fP0FFkN9woWIy1nnFsCVsDJDOSU5KGhaHzKl8NQKkseYOaH02lIL+f3W4/mlg 8ZViVuOxX/XHm64n2qhAPOY1Xaj+W7cIEHNhNZZ8Nb2orvwfK+HZrUO+fJrv2P6p vGR3IliXRyzKW0EuZC2iiIhmv4BGbf7trmuMeu9Vu9WqaTqaaYY= =g111 -----END PGP SIGNATURE-----
--- End Message ---

