stevedore 0.14.1-1 source package in Ubuntu

Changelog

stevedore (0.14.1-1) unstable; urgency=medium


  * New upstream release.
  * Added a sphinxdoc package, and generates the sphinx documentation in html.
  * Added debian/source/options to ignore the egg-info changes, and removed the
    deletion of it.
  * Do nosetests for all python versions.
  * Canonical VCS fields.
  * Standards-Version: is now 3.9.5.
  * Fixed new upstream VCS URLs in d/control,copyright & rules.

 -- Thomas Goirand <email address hidden>  Sun, 09 Feb 2014 11:53:49 +0800

Upload details

Uploaded by:
Julien Danjou
Uploaded to:
Sid
Original maintainer:
Julien Danjou
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
stevedore_0.14.1-1.dsc 2.2 KiB f234f3f5828ccb79571efd5467812d5e1bff4783b62c9dc2ec5da1e14d4f01c1
stevedore_0.14.1.orig.tar.xz 307.6 KiB 53e9ca7af25d27f3ca48f7c89c1a2ea7a3f5a8a9af2a3cfc40343cb0ab893f53
stevedore_0.14.1-1.debian.tar.xz 3.3 KiB e474d8adf38ded5264cb2bbb383ba81b5db8b17b3dea4f601040f148c3dac242

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 utopic.

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

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.