Page MenuHomeSolus

Update python3-sip to 4.19.5
ClosedPublic

Authored by kyrios123 on Nov 15 2017, 8:31 PM.
Tags
None
Referenced Files
F11066845: D1390.id.diff
Fri, Aug 11, 6:48 PM
F11066844: D1390.id3489.diff
Fri, Aug 11, 6:48 PM
F11066843: D1390.id3400.diff
Fri, Aug 11, 6:48 PM
F11047645: D1390.diff
Thu, Aug 10, 3:41 PM
F10973068: D1390.id.diff
Fri, Jul 21, 6:03 PM
F10971637: D1390.diff
Fri, Jul 21, 8:00 AM
F10772557: D1390.diff
May 21 2023, 1:31 PM
F10717969: D1390.id.diff
May 4 2023, 11:14 PM
Subscribers
None

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
R2543 python3-sip
Lint
Lint Not Applicable
Unit
Tests Not Applicable