./devel/py-stevedore, Manage dynamic plugins for Python applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.2.0, Package name: py311-stevedore-5.2.0, Maintainer: kamelderouiche

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.


Required to run:
[devel/py-setuptools] [lang/py-six] [devel/py-pbr] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 501.774 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-23 12:39:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-stevedore: updated to 5.2.0

5.2.0

* pre-commit: Integrate bandit
* pre-commit: Bump versions
* reno: Update master for unmaintained/yoga
* Bump hacking
* Update python classifier in setup.cfg
* Update master for stable/2023.2
   2024-01-28 02:59:27 by David H. Gutteridge | Files touched by this commit (1)
Log message:
py-stevedore: add missing tool dependencies (fix bulk builds)
   2024-01-20 09:29:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-stevedore: updated to 5.1.0

5.1.0

* Revert "Moves supported python runtimes from version 3.8 to 3.10"
* Moves supported python runtimes from version 3.8 to 3.10
* Update master for stable/2023.1
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2022-11-11 12:27:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-stevedore: updated to 4.1.1

4.1.1
-----
* Order old importlib-metadata results by group
   2022-10-25 20:34:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-stevedore: updated to 4.1.0

4.1.0
-----
* Fix compatibility with Python 3.12, importlib-metadata 5.0
* Fix compatibility with Python 3.10, 3.9.11
* Add Python3 antelope unit tests
* Update master for stable/zed
* remove unicode from code

4.0.0
-----
* Fix remaining logic to support Python 3.6/7
* Drop python3.6/3.7 support in testing runtime
* Add Python3 zed unit tests
* Update master for stable/yoga
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-11-14 16:13:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-stevedore: updated to 3.5.0

3.5.0
Add Python3 yoga unit tests
Update master for stable/xena
Rely on member access, the preferred access since importlib_metadata 4.8

3.4.0
setup.cfg: Replace dashes with underscores
Fix formatting of release list
Remove lower-constraints remnants
Move flake8 as a pre-commit local target
Add Python3 xena unit tests
Update master for stable/wallaby
Dropping lower constraints testing

3.3.0
Use TOX_CONSTRAINTS_FILE
Use py3 as the default runtime for tox
Adding pre-commit
Fix cache dir flooding when running from /tmp
Add Python3 wallaby unit tests
Update master for stable/victoria

3.2.2
fix supported python versions in documentation

3.2.1
Fix the bug 1892610. There’re some syntax errors in the comment of stevedore code

3.2.0
add property methods to extension for more entry point values

3.1.0
sphinxext: fix warning message for detailed list

3.0.0
add release note before major version update
switch to importlib.metadata package

2.0.1
Remove Travis CI config
Replace external mock with built-in unittest.mock

2.0.0
Stop to use the __future__ module
Switch to newer openstackdocstheme and reno versions
Add Python3 victoria unit tests
Mark sphinx extensions thread safe
Remove dead files
Drop Python 2.7 support
Update master for stable/ussuri