From pykde Thu Nov 30 21:17:50 2023 From: Phil Thompson Date: Thu, 30 Nov 2023 21:17:50 +0000 To: pykde Subject: Re: [SIP] sip-build error since 6.8.0 release due to a typo Message-Id: X-MARC-Message: https://marc.info/?l=pykde&m=170137906208505 On 30/11/2023 18:17, Antoine Lambert wrote: > Hi, > > I am using SIP to generate Python bindings for a personal project > hosted on > https://github.com/anlambert/talipot > (a fork of a graph visualization software I was working on during my > PhD). > > Since the release of SIP 6.8.0, most of my CI builds are failing due to > that sip-build error when bindings code > is generated, this is clearly due to a typo in > sipbuild/generator/outputs/code.py > file. > > File > "/home/anlambert/.virtualenvs/swh/lib/python3.11/site-packages/sipbuild/generator/outputs/code.py", > line 8411, in _class_docstring > if klass.docstring is None or klass.docstring.signature is not > SocstringSignature.DISCARDED: > > ^^^^^^^^^^^^^^^^^^ > > NameError: name 'SocstringSignature' is not defined. Did you mean: > 'DocstringSignature'? > > Best regards. Fixed in tonight's snapshot. Thanks, Phil