Page MenuHomeSolus

Update python-sip to 4.19.5
ClosedPublic

Authored by kyrios123 on Sep 18 2017, 10:22 AM.
Referenced Files
F11046721: D1031.diff
Thu, Aug 10, 2:01 PM
F10989751: D1031.diff
Mon, Jul 24, 5:08 PM
F10860758: D1031.id3488.diff
Jun 16 2023, 10:05 AM
F10822761: D1031.id3488.diff
Jun 2 2023, 11:48 PM
F10822760: D1031.id3399.diff
Jun 2 2023, 11:48 PM
F10822759: D1031.id2448.diff
Jun 2 2023, 11:48 PM
F10822757: D1031.id.diff
Jun 2 2023, 11:48 PM
F10816052: D1031.id3488.diff
Jun 1 2023, 12:16 AM
Subscribers

Details

Summary
  • Added support for C++11 scoped enums implemented as Python enums.
  • Added enableoverflowchecking() to the sip module.
  • Added sipEnableOverflowChecking() to the C API.
  • Added sipTypeIsScopedEnum() to the C API.
  • Added sipConvertToBool() to the C API.
  • Added sipConvertToEnum() to the C API.
  • Deprecated sipCanConvertToEnum() in the C API.
  • Added sipLong_AsChar(), sipLong_AsSignedChar() and sipLong_AsUnsignedChar() to the C API.
  • Added sipLong_AsShort() and sipLong_AsUnsignedShort() to the C API.
  • Added sipLong_AsInt() and sipLong_AsUnsignedInt() to the C API.
  • Added sipLong_AsLong() and sipLong_AsUnsignedLong() to the C API.
  • Added sipLong_AsLongLong() and sipLong_AsUnsignedLongLong() to the C API.
  • Added support for type hints for properties.
  • Added sipEventType and sipRegisterEventHandler() to the C API.
  • Added sipInstanceDestroyed() to the C API.
  • Added sipPrintObject() to the C API.
  • Bug fixes.

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

Test Plan

Diff Detail

Repository
R2693 python-sip
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

@kyrios123 this needs to be tested for everything that relies on python-qt4 or python-qt5. I've had problems with updating it in the past.

kyrios123 edited the summary of this revision. (Show Details)
kyrios123 edited the test plan for this revision. (Show Details)

bump to 4.19.5

kyrios123 retitled this revision from Update python-sip to 4.19.3 to Update python-sip to 4.19.5.Nov 15 2017, 8:32 PM
kyrios123 edited the test plan for this revision. (Show Details)
kyrios123 edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Nov 18 2017, 7:24 PM
This revision was automatically updated to reflect the committed changes.