stevedore 1:5.1.0-ok1 source package in openKylin

Changelog

stevedore (1:5.1.0-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:35:36 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stevedore_5.1.0.orig.tar.gz 502.1 KiB a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c
stevedore_5.1.0-ok1.debian.tar.xz 2.5 KiB 4a804133811c9115f678de3d256c46a9acb2e89c22f7d098a8c0bfa7549804ce
stevedore_5.1.0-ok1.dsc 2.2 KiB dc41c0bd6998fe27c60ec48212d8eee4445df79fc006bb6c7c5e1df10180d14c

Available diffs

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.