stevedore 1:3.5.0-0ubuntu1 source package in Ubuntu

Changelog

stevedore (1:3.5.0-0ubuntu1) jammy; urgency=medium

  * New upstream release for OpenStack Yoga.
  * d/control: Bump debhelper compat to 13.

 -- Corey Bryant <email address hidden>  Wed, 01 Dec 2021 16:04:24 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stevedore_3.5.0.orig.tar.gz 501.5 KiB f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335
stevedore_3.5.0-0ubuntu1.debian.tar.xz 5.2 KiB 8e0b48fe08fb5d0c4cdc087a11628e878418992bea1a3a125708bb79243291c2
stevedore_3.5.0-0ubuntu1.dsc 2.5 KiB 0ae1188b1bd4b587aa50dd50cdbf188fd60dd67f485e51041f49032244fe9c89

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.