dbus-fast 2.21.1-1build1 source package in Ubuntu

Changelog

dbus-fast (2.21.1-1build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:45:26 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
dbus-fast_2.21.1.orig.tar.gz 169.0 KiB dfa7ffd057a7d4990c76c6450e83ce79ab7dcb71e4bd881141b79080d55a772b
dbus-fast_2.21.1-1build1.debian.tar.xz 4.3 KiB 1155b90d2ddab623d8e1ef111bd803abdbfda1edb206cd415971e0f8c54d11a5
dbus-fast_2.21.1-1build1.dsc 2.6 KiB 239dc8efc4b53d82b415d46002ab50007353d97b0cc331390e09a3e7785ad554

View changes file

Binary packages built by this source

python3-dbus-fast: Faster version of dbus-next

 dbus-fast is a Python library for DBus that aims to be a performant fully
 featured high level library primarily geared towards integration of
 applications into Linux desktop and mobile environments.
 .
 Desktop application developers can use this library for integrating their
 applications into desktop environments by implementing common DBus standard
 interfaces or creating custom plugin interfaces.
 .
 Desktop users can use this library to create their own scripts and utilities
 to interact with those interfaces for customization of their desktop
 environment.
 .
 dbus-fast plans to improve over other DBus libraries for Python in the
 following ways:
 .
  - Zero dependencies and pure Python 3.
  - Focus on performance
  - Support for multiple IO backends including asyncio and the GLib main loop.
  - Nonblocking IO suitable for GUI development.
  - Target the latest language features of Python for beautiful services and
    clients.
  - Complete implementation of the DBus type system without ever guessing
    types.
  - Integration tests for all features of the library.
  - Completely documented public API.

python3-dbus-fast-dbgsym: debug symbols for python3-dbus-fast