slixmpp 1.8.4-3 source package in Ubuntu

Changelog

slixmpp (1.8.4-3) unstable; urgency=medium

  * Skip some tests for Python < 3.12, that trigger a segfault in
    Python 3.10 and 3.11 (bug #1040057)
  * Build-depend on libidn-dev instead of libidn11-dev

 -- Martin <email address hidden>  Thu, 12 Oct 2023 15:45:15 +0000

Upload details

Uploaded by:
Debian XMPP Maintainers
Uploaded to:
Sid
Original maintainer:
Debian XMPP Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
slixmpp_1.8.4-3.dsc 2.3 KiB 1a371a74f702ad0aace2743d87ab7ca81bb5da4d9b8d4ccb47325fb12fac4a3b
slixmpp_1.8.4.orig.tar.gz 601.3 KiB 07cfc0f1f4c9aa1b56de66be72639d7c059eaa12c5844a7aab25bff6a917d37a
slixmpp_1.8.4-3.debian.tar.xz 8.3 KiB e7d7a8f0b7c83638efdcae6fd5cffa1d9f555814ab737df4797ab7f731fe9218

Available diffs

No changes file available.

Binary packages built by this source

python-slixmpp-doc: Threadless, event-based XMPP Python library (documentation)

 Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the
 core of the library by entirely removing all threads from the library and
 using an event-based approach instead.
 .
 This is the documentation package.

python3-slixmpp: Threadless, event-based XMPP Python 3 library

 Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the
 core of the library by entirely removing all threads from the library and
 using an event-based approach instead.
 .
 Features of this library:
  * No threads. See http://blog.louiz.org/slixmpp. All parts of the API relying
    on threads are removed.
  * No support for Python < 3.4. This allows one to remove a lot of workaround
    and other hacks.
  * No backward compatibility with old SleekXMPP version. For example things
    like “addHandler = add_handler” are removed.
 .
 You should use this library only if you would prefer not to use threads in
 your application. If threads don’t really bother you, or if you need Python
 2 support, then you should use SleekXMPP instead.

python3-slixmpp-lib: Threadless, event-based XMPP Python 3 library (optional binary module)

 Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the
 core of the library by entirely removing all threads from the library and
 using an event-based approach instead.
 .
 This is an optional package that installs a binary extension module to
 improve performance on critical modules.

python3-slixmpp-lib-dbgsym: debug symbols for python3-slixmpp-lib