Page MenuHomeSolus

Update python-sip to 4.19.16
ClosedPublic

Authored by kyrios123 on Apr 22 2019, 8:07 AM.
Tags
None
Referenced Files
F11032869: D6092.id.diff
Wed, Aug 9, 2:51 PM
F11032867: D6092.id14658.diff
Wed, Aug 9, 2:51 PM
F11032866: D6092.id14829.diff
Wed, Aug 9, 2:51 PM
F11032865: D6092.id14870.diff
Wed, Aug 9, 2:51 PM
F11032864: D6092.id14957.diff
Wed, Aug 9, 2:51 PM
F11025929: D6092.diff
Wed, Aug 9, 1:33 AM
F10988870: D6092.id14829.diff
Mon, Jul 24, 12:52 PM
F10921848: D6092.id14870.diff
Jul 9 2023, 3:18 PM

Details

Summary

Changelog:

  • The reference count displayed by sip.dump() now has the same caveat as sys.getrefcount().
  • Added SIP_NULLPTR to the public API.
  • Added support for size_t.
  • Added sipLong_AsSizeT() to the C API.
  • Added the '=' format characters to sipBuildResult() and sipParseResult().
  • Bug fixes.

Fixes T7647

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
  • Successfully build python3-qt5 against this package (it fails with the version that is currently in the repo)
  • Successfully build openshot-qt against this package
  • cura doesn't throw ValueError: PyCapsule_GetPointer called with incorrect name anymore

Diff Detail

Repository
R2693 python-sip
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This comment was removed by kyrios123.
JoshStrobl added a subscriber: JoshStrobl.

Once above mentioned items have addressed, feel free to push.

package.yml
13

Should consider updating the summaries to have:

python-sip: A tool that creates python 2 bindings for C and C++ libraries
python3-sip: A tool that creates python3 bindings for C and C++ libraries

27–28

Should go after ^python3-sip

This revision now requires changes to proceed.Apr 29 2019, 7:05 PM
kyrios123 edited the test plan for this revision. (Show Details)

Address remarks

JoshStrobl added inline comments.
package.yml
13

Shouldn't that be "python3-sip is a tool"?

This revision now requires changes to proceed.Apr 30 2019, 12:22 PM

python3-sip
python3-sip
python3-sip
...
python3-sip

This revision is now accepted and ready to land.Apr 30 2019, 7:26 PM

landing this because I need it for QT update :)

This revision was automatically updated to reflect the committed changes.