sip4 4.19.25+dfsg-5 source package in Ubuntu

Changelog

sip4 (4.19.25+dfsg-5) unstable; urgency=medium

  * Team upload.
  * Fix FTBFS with Python 3.11 (Closes: #1023913)
  * Fix use-after-free bug in siplib (Closes: #998897)

 -- Scott Talbert <email address hidden>  Sun, 13 Nov 2022 13:36:22 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sip4_4.19.25+dfsg-5.dsc 2.2 KiB 8bf9eaf6b01e6df46ed3d64cb40adff273a66a79242f3ddfb062628c5dc2c4c6
sip4_4.19.25+dfsg.orig.tar.xz 397.4 KiB d738e5e9d64b27cd046c288bbf6121088ba6f70ecf410603a68c6e0ed7f67f51
sip4_4.19.25+dfsg-5.debian.tar.xz 17.5 KiB d051ece955c390205b67b156bbfb05da48c6688d200e94aecdc91994b2ebaf73

No changes file available.

Binary packages built by this source

python-sip-doc: Python/C++ bindings generator documentation

 SIP is a tool for generating bindings for C++ classes with some ideas
 borrowed from SWIG, but capable of tighter bindings because of its
 specificity towards C++ and Python.
 .
 SIP was originally designed to generate Python bindings for KDE and so
 has explicit support for the signal slot mechanism used by the Qt/KDE
 class libraries.
 .
 Features:
     - connecting Qt signals to Python functions and class methods
     - connecting Python signals to Qt slots
     - overloading virtual member functions with Python class methods
     - protected member functions
     - abstract classes
     - enumerated types
     - global class instances
     - static member functions.
 .
 This package contains the html documentation.

python3-sip: Python 3/C++ bindings generator runtime library

 SIP is a tool for generating bindings for C++ classes with some ideas
 borrowed from SWIG, but capable of tighter bindings because of its
 specificity towards C++ and Python.
 .
 This package provides SIP with support for Python 3

python3-sip-dbgsym: debug symbols for python3-sip
python3-sip-dev: Python 3/C++ bindings generator development files

 SIP is a tool for generating bindings for C++ classes with some ideas
 borrowed from SWIG, but capable of tighter bindings because of its
 specificity towards C++ and Python.
 .
 SIP was originally designed to generate Python bindings for KDE and so
 has explicit support for the signal slot mechanism used by the Qt/KDE
 class libraries.
 .
 Features:
     - connecting Qt signals to Python functions and class methods
     - connecting Python signals to Qt slots
     - overloading virtual member functions with Python class methods
     - protected member functions
     - abstract classes
     - enumerated types
     - global class instances
     - static member functions.
 .
 This package contains sipdistutils and the development headers needed to
 develop Python 3 bindings with sip.

sip-dev: Python/C++ bindings generator code generator application

 SIP is a tool for generating bindings for C++ classes with some ideas
 borrowed from SWIG, but capable of tighter bindings because of its
 specificity towards C++ and Python.
 .
 SIP was originally designed to generate Python bindings for KDE and so
 has explicit support for the signal slot mechanism used by the Qt/KDE
 class libraries.
 .
 Features:
     - connecting Qt signals to Python functions and class methods
     - connecting Python signals to Qt slots
     - overloading virtual member functions with Python class methods
     - protected member functions
     - abstract classes
     - enumerated types
     - global class instances
     - static member functions.
 .
 This package contains the code generator tool needed to develop Python and
 Python 3 bindings with sip.

sip-dev-dbgsym: debug symbols for sip-dev