Page MenuHomeSolus

Update python-sip to 4.19.16
ClosedPublic

Authored by kyrios123 on Apr 22 2019, 8:07 AM.
Tags
None
Referenced Files
F10988870: D6092.id14829.diff
Mon, Jul 24, 12:52 PM
F10921848: D6092.id14870.diff
Jul 9 2023, 3:18 PM
F10915555: D6092.id14957.diff
Jul 8 2023, 7:33 AM
F10845535: D6092.diff
Jun 11 2023, 12:49 AM
F10845486: D6092.id14870.diff
Jun 11 2023, 12:39 AM
F10845477: D6092.id.diff
Jun 11 2023, 12:38 AM
F10844720: D6092.id14829.diff
Jun 10 2023, 9:48 PM
F10782199: D6092.diff
May 25 2023, 12:53 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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

28–31

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.