python-zaqarclient 0.3.0-1ubuntu1 source package in Ubuntu

Changelog

python-zaqarclient (0.3.0-1ubuntu1) xenial; urgency=medium

  * New upstream release.
  * d/gbp.conf: Set debian-branch to debian/mitaka.
  * d/control: Update uploaders.
  * d/p/fix-wrong-openstackclient-entry-point.patch: Rebased.

 -- Corey Bryant <email address hidden>  Tue, 01 Dec 2015 15:13:44 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Xenial
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zaqarclient_0.3.0.orig.tar.xz 37.2 KiB dbb8eb0102a38f26e199248c0b64164a18f280a46123f8d7122d391358678a92
python-zaqarclient_0.3.0-1ubuntu1.debian.tar.xz 3.8 KiB 68caddbacdec68aea85beb1bc253da3cbb7900b545cde7a8bc0ddcd1ed581390
python-zaqarclient_0.3.0-1ubuntu1.dsc 2.5 KiB ff0aaf785799db0c0b3a8336265b5b4a4fb0ed604401c38799d501e6d6e8f73e

View changes file

Binary packages built by this source

python-zaqarclient: OpenStack Zaqar Queueing API, client and library - Python 2.7

 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 2.7 module.