11
0
forked from pool/python-pluggy

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pluggy?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-02-26 11:53:23 +00:00
committed by Git OBS Bridge
parent 1a133038ef
commit 6ebe2d607b
4 changed files with 11 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-pluggy%{psuffix}
Version: 0.8.1
Version: 0.9.0
Release: 0
Summary: Plugin registration and hook calling mechanisms for Python
License: MIT