python-zaqarclient 1.11.0-0ubuntu3 source package in Ubuntu

Changelog

python-zaqarclient (1.11.0-0ubuntu3) eoan; urgency=medium

  * d/tests/unittests: Switch to using nosetests3 as package no longer
    ships Python 2 modules.

 -- James Page <email address hidden>  Mon, 15 Jul 2019 10:15:27 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zaqarclient_1.11.0.orig.tar.gz 83.7 KiB 22186cff039fc1a0fac89f743e99a0cbec32d26452371433db56a5930353cbd4
python-zaqarclient_1.11.0-0ubuntu3.debian.tar.xz 4.4 KiB 8ccdb68c4fdd761604ac670a5d6d60546d6c6d5b0cc7845aeb3e1c29d6b8b08a
python-zaqarclient_1.11.0-0ubuntu3.dsc 3.2 KiB c4e307324ab1c702232a46db9bc1dde684b390f7625f48237b9660a4872f7057

View changes file

Binary packages built by this source

python3-zaqarclient: OpenStack Zaqar Queueing API, client and library - Python 3.x

 Zaqar is a multi-tenant cloud messaging service for web developers. It
 combines the ideas pioneered by Amazon's SQS product with additional semantics
 to support event broadcasting.
 .
 The service features a fully RESTful API, which developers can use to send
 messages between various components of their SaaS and mobile applications, by
 using a variety of communication patterns. Underlying this API is an efficient
 messaging engine designed with scalability and security in mind.
 .
 Other OpenStack components can integrate with Zaqar to surface events to end
 users and to communicate with guest agents that run in the "over-cloud" layer.
 Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to
 their customers.
 .
 By installing python-zaqarclient you get programmatic access to the Zaqar v1.0
 API library. Plus, it installs a plugin to python-openstackclient that allows
 you to perform simple queue operations.
 .
 This package contains the Python 3.x module.