typo in sip 6.7.3
Jürgen E. Fischer
jef at norbit.de
Tue Nov 1 12:45:34 GMT 2022
Hi,
6.7.3 introduced pyi.py with a typo which breaks qgis builds on debian unstable:
diff -ur orig/sip-6.7.3/sipbuild/generator/outputs/pyi.py sip-6.7.3/sipbuild/generator/outputs/pyi.py
--- orig/sip-6.7.3/sipbuild/generator/outputs/pyi.py 2022-10-28 17:38:08.000000000 +0200
+++ sip-6.7.3/sipbuild/generator/outputs/pyi.py 2022-11-01 10:57:48.647858090 +0100
@@ -495,7 +495,7 @@
defined)
s = _indent(indent)
- s += f'def {prop.name.name}{sinature}: ...\n'
+ s += f'def {prop.name.name}{signature}: ...\n'
pf.write(s)
break
Jürgen
--
Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50
Software Engineer D-26506 Norden https://www.norbit.de
QGIS release manager (PSC) Germany IRC: jef on Libera|OFTC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20221101/c3276089/attachment.sig>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Pflichtangaben
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20221101/c3276089/attachment.ksh>
More information about the PyQt
mailing list