From 6ebe2d607b4bc979f35a7a2ab1f4ef8cb35d6af0ddd02cca85f36069fa0f2abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 26 Feb 2019 11:53:23 +0000 Subject: [PATCH] - 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 --- pluggy-0.8.1.tar.gz | 3 --- pluggy-0.9.0.tar.gz | 3 +++ python-pluggy.changes | 7 +++++++ python-pluggy.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pluggy-0.8.1.tar.gz create mode 100644 pluggy-0.9.0.tar.gz diff --git a/pluggy-0.8.1.tar.gz b/pluggy-0.8.1.tar.gz deleted file mode 100644 index 8b6f096..0000000 --- a/pluggy-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ddc32f03971bfdf900a81961a48ccf2fb677cf7715108f85295c67405798616 -size 53375 diff --git a/pluggy-0.9.0.tar.gz b/pluggy-0.9.0.tar.gz new file mode 100644 index 0000000..eb9af66 --- /dev/null +++ b/pluggy-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ecf9ce9db2fce065a7a0586e07cfb4ac8614fe96edf628a264b1c70116cf8f +size 54035 diff --git a/python-pluggy.changes b/python-pluggy.changes index bd526d3..d27aa3a 100644 --- a/python-pluggy.changes +++ b/python-pluggy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 26 11:51:44 UTC 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 08:23:41 UTC 2019 - Tomáš Chvátal diff --git a/python-pluggy.spec b/python-pluggy.spec index 2265e9c..7044a8f 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -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