stevedore 1:4.0.0-0ubuntu1 source package in Ubuntu

Changelog

stevedore (1:4.0.0-0ubuntu1) kinetic; urgency=medium

  * New upstream release for OpenStack Zed.
  * d/control: Update standards version to 4.6.1.
  * d/p/fix-compat-with-py310.patch: Cherry-picked from upstream
    review to fix Python 3.10 test failure.

 -- Corey Bryant <email address hidden>  Thu, 08 Sep 2022 20:46:14 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stevedore_4.0.0.orig.tar.gz 501.5 KiB f82cc99a1ff552310d19c379827c2c64dd9f85a38bcd5559db2470161867b786
stevedore_4.0.0-0ubuntu1.debian.tar.xz 6.3 KiB 31042771808e1712692a6e7913fa5ed89fd32bd996d04df19b2bb7f5c7d61e4b
stevedore_4.0.0-0ubuntu1.dsc 2.4 KiB d69107799dbfec906d2b0ef66b1a9404493b296be7a2c9c5de8236a68ab2fdbe

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.