Package Release Info

python-pluggy-0.13.1-7.3.5

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-pluggy

Change Logs

* Mon Jan 06 2020 tchvatal@suse.com
- Update to 0.13.1:
  * Improved documentation, especially with regard to references.
* Fri Dec 13 2019 stefan.bruens@rwth-aachen.de
- importlib-metadata is only a runtime requirement (in accordance
  with setup.py), remove it from BuildRequires.
* Fri Sep 13 2019 tchvatal@suse.com
- Update to 0.13.0:
  * support python 3.8
* Mon Jun 03 2019 tchvatal@suse.com
- 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 tchvatal@suse.com
- Update to 0.11.0:
  * Small bugfixes only
* Tue Feb 26 2019 tchvatal@suse.com
- 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 tchvatal@suse.com
- Switch to multibuild in order to avoid build loop
* Tue Feb 12 2019 tchvatal@suse.com
- Update to 0.8.1:
  * #166: Add stacklevel=2 to implprefix warning so that the reported location of warning is the caller of PluginManager.