Changelog for
python3-pluggy-0.13.1-7.8.7.noarch.rpm :
* Fri Oct 06 2023 Pablo Suárez Hernández
- Prevent circular dependency issue when building for SLE 15 GA
* Mon Jan 06 2020 Tomáš Chvátal - Update to 0.13.1:
* Improved documentation, especially with regard to references.
* Fri Dec 13 2019 Stefan Brüns - importlib-metadata is only a runtime requirement (in accordance with setup.py), remove it from BuildRequires.
* Fri Sep 13 2019 Tomáš Chvátal - Update to 0.13.0:
* support python 3.8
* Mon Jun 03 2019 Tomáš Chvátal - Update to 0.12.0:
* #215: Switch from pkg_resources to importlib-metadata for entrypoint detection for improved performance and import time. This time with .egg support.
* Mon May 20 2019 Tomáš Chvátal - Update to 0.11.0:
* Small bugfixes only
* Tue Feb 26 2019 Tomáš Chvátal - Update to 0.9.0:
* #189: PluginManager.load_setuptools_entrypoints now accepts a name parameter that when given will load only entry points with that name.
* PluginManager.load_setuptools_entrypoints also now returns the number of plugins loaded by the call, as opposed to the number of all plugins loaded by all calls to this method.
* Mon Feb 25 2019 Tomáš Chvátal - Switch to multibuild in order to avoid build loop
* Tue Feb 12 2019 Tomáš Chvátal - Update to 0.8.1:
* #166: Add stacklevel=2 to implprefix warning so that the reported location of warning is the caller of PluginManager.
* Fri Oct 26 2018 Ondřej Súkup - update to 0.8.0
* Add get_hookimpls() method to hook callers
* Add changelog in long package description and documentation.
* Add a test exemplifying the opt-in nature of spec defined args.
* Encapsulate hook specifications in a type for easier introspection.