stevedore 1:5.0.0-0ubuntu1 source package in Ubuntu

Changelog

stevedore (1:5.0.0-0ubuntu1) lunar; urgency=medium

  * New upstream release for OpenStack Antelope.

 -- Corey Bryant <email address hidden>  Wed, 22 Feb 2023 14:36:08 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stevedore_5.0.0.orig.tar.gz 501.9 KiB 2c428d2338976279e8eb2196f7a94910960d9f7ba2f41f3988511e95ca447021
stevedore_5.0.0-0ubuntu1.debian.tar.xz 5.3 KiB 42c6fd5e1905bb06d00dcf924c5d878dd057f4d79f85d598ea94e3a72a6329f9
stevedore_5.0.0-0ubuntu1.dsc 2.4 KiB f53d6c12bfd51c33f72b9bb34ece4079f355e8132574ee95edad2b0d4db19616

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.