stevedore 1.5.0-2 source package in Ubuntu

Changelog

stevedore (1.5.0-2) unstable; urgency=medium

  [ Ivan Udovichenko ]
  * d/control: Add python-pkg-resources as a dependency.
    https://github.com/openstack/stevedore/blob/1.5.0/stevedore/extension.py#L4

  [ Thomas Goirand ]
  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Fri, 16 Oct 2015 12:38:43 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
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
stevedore_1.5.0-2.dsc 2.5 KiB d68d932fbecb9146364a27b1a03d80d1a897993dec3b700c419f877747ca2070
stevedore_1.5.0.orig.tar.xz 467.4 KiB 4fa781c8cfef8864338b40b96a4c833653c49f9c5fbef912a0d573665906b7c1
stevedore_1.5.0-2.debian.tar.xz 4.0 KiB 382c10864c68d03cfcab0b0b0ee472b9dd40ed0e19210ae7a3be0c1e6f30b799

Available diffs

No changes file available.

Binary packages built by this source

python-stevedore: manage dynamic plugins for Python applications - python2

 Python makes loading code dynamically easy, allowing you to configure and
 extend your application by discovering and loading extensions (plugins) at
 runtime. Many applications implement their own library for doing this, using
 __import__ or importlib. stevedore avoids creating yet another extension
 mechanism by building on top of setuptools entry points. The code for managing
 entry points tends to be repetitive, though, so stevedore provides manager
 classes for implementing common patterns for using dynamically loaded
 extensions.
 .
 This package provides the Python 2.x module.

python-stevedore-doc: manage dynamic plugins for Python applications - doc

 Python makes loading code dynamically easy, allowing you to configure and
 extend your application by discovering and loading extensions (plugins) at
 runtime. Many applications implement their own library for doing this, using
 __import__ or importlib. stevedore avoids creating yet another extension
 mechanism by building on top of setuptools entry points. The code for managing
 entry points tends to be repetitive, though, so stevedore provides manager
 classes for implementing common patterns for using dynamically loaded
 extensions.
 .
 This package contains the documentation.

python3-stevedore: manage dynamic plugins for Python applications - python3

 Python makes loading code dynamically easy, allowing you to configure and
 extend your application by discovering and loading extensions (plugins) at
 runtime. Many applications implement their own library for doing this, using
 __import__ or importlib. stevedore avoids creating yet another extension
 mechanism by building on top of setuptools entry points. The code for managing
 entry points tends to be repetitive, though, so stevedore provides manager
 classes for implementing common patterns for using dynamically loaded
 extensions.
 .
 This package provides the Python 3.x module.