stomper 0.4.3-3 source package in Ubuntu

Changelog

stomper (0.4.3-3) unstable; urgency=medium

  * Adopt package (Closes: #1032679)
  * Strip extraneous dependency on python3-future (Closes: #1058660)

  [ Boyuan Yang ]
  * Orphan package (See #1032679)

 -- Alexandre Detiste <email address hidden>  Mon, 01 Jan 2024 22:24:43 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stomper_0.4.3-3.dsc 2.0 KiB a576805ef0ac44efd4e62b8f617c8b618ddab90bf70172182126c0cf07fdedc1
stomper_0.4.3.orig.tar.gz 28.6 KiB 3b4dbeadbb6d6cb958fe0c245779038ff0a08cd040971b69f770d779761661fa
stomper_0.4.3-3.debian.tar.xz 6.7 KiB f612386eb6bce849fa0970404e5249f29635a25aa50b46d0915ab38918e2a2a6

Available diffs

No changes file available.

Binary packages built by this source

python3-stomper: Python client implementation of the STOMP protocol (Python 3)

 The client is attempting to be transport layer neutral. This module provides
 functions to create and parse STOMP messages in a programmatic fashion. The
 messages can be easily generated and parsed, however its up to the user to do
 the sending and receiving.
 .
 The Streaming Text Oriented Messaging Protocol is a text-based protocol
 vaguely similar to HTTP, intended for message oriented middleware. Its
 protocol specification can be found at
 http://stomp.github.io/
 .
 This package installs the library for Python 3.