stevedore 1:1.32.0-0ubuntu1 source package in Ubuntu

Changelog

stevedore (1:1.32.0-0ubuntu1) focal; urgency=medium

  * New upstream release for OpenStack Ussuri.

 -- Corey Bryant <email address hidden>  Wed, 11 Mar 2020 16:37:16 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stevedore_1.32.0.orig.tar.gz 498.4 KiB 18afaf1d623af5950cc0f7e75e70f917784c73b652a34a12d90b309451b5500b
stevedore_1.32.0-0ubuntu1.debian.tar.xz 4.9 KiB 914b68dedaa4e96e1f143699ba12f8c50b5f786ff897fc0c98ba0267b7f1e25b
stevedore_1.32.0-0ubuntu1.dsc 2.5 KiB 249dd3fb505c765357cbcc3831710a7fb219bbfffa1f3f8d3983e178e8327825

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.