slixmpp 1.7.1-1build1 source package in Ubuntu
Changelog
slixmpp (1.7.1-1build1) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Wed, 16 Mar 2022 18:05:55 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Debian XMPP Maintainers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
slixmpp_1.7.1.orig.tar.gz | 1.0 MiB | 48e66676669ab56af9c5bc838e761d5a7bf7186a0d9fb6f56fc4d88b658dbbd1 |
slixmpp_1.7.1-1build1.debian.tar.xz | 8.2 KiB | 0d78435fa0d0d34ae458fc70238646dd3fa8bd79d14283d5c94145b3eafecf39 |
slixmpp_1.7.1-1build1.dsc | 2.3 KiB | e68b853b8c9c306216aa635c90674b4c2d72d6a2e89cd26df3087f200afd901b |
Available diffs
- diff from 1.7.1-1 (in Debian) to 1.7.1-1build1 (308 bytes)
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