stevedore 1:1.31.0-0ubuntu1 source package in Ubuntu

Changelog

stevedore (1:1.31.0-0ubuntu1) eoan; urgency=medium

  * New upstream release for OpenStack Train.
  * d/control: Misc tidy of BD's.
  * d/rules: Switch to pybuild.

 -- James Page <email address hidden>  Thu, 26 Sep 2019 10:37:17 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stevedore_1.31.0.orig.tar.gz 493.6 KiB e0739f9739a681c7a1fda76a102b65295e96a144ccdb552f2ae03c5f0abe8a14
stevedore_1.31.0-0ubuntu1.debian.tar.xz 4.9 KiB 6aa5cd20621eca72b574e66f6269cfe876a329dd72f92e760d7eba4b54977682
stevedore_1.31.0-0ubuntu1.dsc 2.4 KiB 215fb96593ac71f0a59d076461bdb0f6b29e70b387896f7e921fc0ba3aec44ce

View changes file

Binary packages built by this source

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.