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

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


Branch: CURRENT, Version: 5.4.0, Package name: py312-stevedore-5.4.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.854 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-29 10:00:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-stevedore: updated to 5.4.0

5.4.0

* Add note about requirements lower bounds
* Remove Python 3.8 support
* Run pyupgrade to clean up Python 2 syntaxes
* Declare Python 3.12 support
* Update master for stable/2024.2
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-23 15:22:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-stevedore: updated to 5.3.0

5.3.0

* reno: Update master for unmaintained/zed
* Remove old excludes
* Update master for stable/2024.1
* reno: Update master for unmaintained/xena
* reno: Update master for unmaintained/wallaby
* reno: Update master for unmaintained/victoria
   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+