stevedore 1.5.0-1 source package in Ubuntu

Changelog

stevedore (1.5.0-1) experimental; urgency=medium

  * Team upload.
  * New upstream release (Closes: #719965).
    - d/control: Align version requirements with upstream.
    - d/control: Add python3-sphinx to BD's.
    - d/rules: Explicitly configure PYTHONPATH when generating docs.
  * d/watch: Update to use Debian pypi redirector.

 -- James Page <email address hidden>  Fri, 05 Jun 2015 10:24:55 +0100

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Experimental
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stevedore_1.5.0-1.dsc 2.5 KiB 04e73300ead33556011b7991149382ca6143e9d98932814ba0ca7cbcb84dc31e
stevedore_1.5.0.orig.tar.xz 467.4 KiB 4fa781c8cfef8864338b40b96a4c833653c49f9c5fbef912a0d573665906b7c1
stevedore_1.5.0-1.debian.tar.xz 3.9 KiB 798106881d2557926266ef27a4a4fbacf7dc522eedcca0ab2499cf17b56641e1

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: No summary available for python-stevedore-doc in ubuntu wily.

No description available for python-stevedore-doc in ubuntu wily.

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.