From 11fbf0de7cd602efcef7c785575bebe1aa1fbfc23cbfdd4eec6e04dcb5a518f6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 7 Jan 2017 14:19:07 +0000 Subject: [PATCH] Accepting request 449023 from home:bmanojlovic:branches:devel:languages:python - updated to version 1.11.223 - code: Make _extractCorePluginInfo accept Unicode filenames (bug https://sourceforge.net/p/yapsy/bugs/30/) - code: fix default change trigger for ConfigurablePluginManager (see https://sourceforge.net/p/yapsy/support-requests/9/) - code: merge python3 and default branch (contrib delijati) - code: fix exception catching to support flask use case (contrib delijati: https://github.com/tibonihoo/yapsy/pull/4) - code: fix error reporting (contrib frmdstryr: https://github.com/tibonihoo/yapsy/pull/5) - code: allow plugins to run in separate processes (contrib pylanglois: https://github.com/tibonihoo/yapsy/pull/6) - code: fix dangerous usage of mutable objects as default arguments - doc: added an example of fetching yapsy's development version with pip - code: Speed optimisation for the regexp compiled in __init__.py (see https://sourceforge.net/p/yapsy/patches/4/) - code: fix bug "Plugin detection doesn't follow symlinks" (see https://sourceforge.net/p/yapsy/bugs/19/) - doc: add links to coveralls.io for code coverage - code: fix PluginInfo properties (see https://sourceforge.net/p/yapsy/bugs/13/) - code: fix ConfigurablePluginManager.loadplugin ignore callback bug reported at https://sourceforge.net/p/yapsy/bugs/17/ - code: small improvement to the parse error handling (related to https://sourceforge.net/p/yapsy/bugs/12/) - packaging: version name change to comply with PEP440 and resolve pip install problems. - code: fix compatibility with python2.5 - code: fix compatibility with python2.5 - doc: add links to travis-ci and readthedocs.org - code: fix AutoInstall test failures [contrib. Agustin Henze] OBS-URL: https://build.opensuse.org/request/show/449023 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=3 --- Yapsy-1.11.223.tar.gz | 3 +++ Yapsy-1.9.2.tar.gz | 3 --- python-Yapsy.changes | 56 +++++++++++++++++++++++++++++++++++++++++++ python-Yapsy.spec | 6 ++--- 4 files changed, 62 insertions(+), 6 deletions(-) create mode 100644 Yapsy-1.11.223.tar.gz delete mode 100644 Yapsy-1.9.2.tar.gz diff --git a/Yapsy-1.11.223.tar.gz b/Yapsy-1.11.223.tar.gz new file mode 100644 index 0000000..0155c08 --- /dev/null +++ b/Yapsy-1.11.223.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bb39a72461913388d7f3e92ce33816e84fff59946c45e16796eb1fb1d5f2a6 +size 80783 diff --git a/Yapsy-1.9.2.tar.gz b/Yapsy-1.9.2.tar.gz deleted file mode 100644 index 1ebd18f..0000000 --- a/Yapsy-1.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0df3e2d54a895bd54569c7b3f4621a314f0a1ab984569b97d866b5e3329d230a -size 59848 diff --git a/python-Yapsy.changes b/python-Yapsy.changes index 1be9a83..1618d92 100644 --- a/python-Yapsy.changes +++ b/python-Yapsy.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Fri Jan 6 21:09:16 UTC 2017 - boris@steki.net + +- updated to version 1.11.223 +- code: Make _extractCorePluginInfo accept Unicode filenames + (bug https://sourceforge.net/p/yapsy/bugs/30/) +- code: fix default change trigger for ConfigurablePluginManager + (see https://sourceforge.net/p/yapsy/support-requests/9/) +- code: merge python3 and default branch (contrib delijati) +- code: fix exception catching to support flask use case + (contrib delijati: https://github.com/tibonihoo/yapsy/pull/4) +- code: fix error reporting (contrib frmdstryr: + https://github.com/tibonihoo/yapsy/pull/5) +- code: allow plugins to run in separate processes + (contrib pylanglois: https://github.com/tibonihoo/yapsy/pull/6) +- code: fix dangerous usage of mutable objects as default arguments +- doc: added an example of fetching yapsy's development version with pip +- code: Speed optimisation for the regexp compiled in __init__.py + (see https://sourceforge.net/p/yapsy/patches/4/) +- code: fix bug "Plugin detection doesn't follow symlinks" + (see https://sourceforge.net/p/yapsy/bugs/19/) +- doc: add links to coveralls.io for code coverage +- code: fix PluginInfo properties + (see https://sourceforge.net/p/yapsy/bugs/13/) +- code: fix ConfigurablePluginManager.loadplugin ignore callback + bug reported at https://sourceforge.net/p/yapsy/bugs/17/ +- code: small improvement to the parse error handling + (related to https://sourceforge.net/p/yapsy/bugs/12/) +- packaging: version name change to comply with PEP440 and resolve pip install problems. +- code: fix compatibility with python2.5 +- code: fix compatibility with python2.5 +- doc: add links to travis-ci and readthedocs.org +- code: fix AutoInstall test failures [contrib. Agustin Henze] +- code: replace deprecated methods usage (for Python3) +- code: switch from exec to imp.load_module for plugin loading + which also solves https://sourceforge.net/p/yapsy/bugs/9/ +- doc: add explanation about plugin class detection caveat + https://sourceforge.net/p/yapsy/bugs/8/ +- code: fix unicode bug on python2 version, + see https://sourceforge.net/p/yapsy/bugs/10/ +- code: [contrib. Mathieu Havel] "plugin locators" allow to change the + strategy to describe and locate plugins +- code: [contrib. Mathieu Clabaut] multiple categories per plugin + (cf https://bitbucket.org/matclab/yapsy-mcl) +- code: [contrib. Mark Fickett] improve logging +- code: Gather detailed information on plugin load error via a callback +- code: Extra info to plug-in (eg add extra section or embed the ConfigParser + output to the plugin_info), see also https://github.com/tintinweb/yapsy +- code: proper config of the default "plugin locator" can stop plugin + detection from scanning a directory recursively +- code: Enforce a same tab convention everywhere +- doc: update list of project using yapsy +- doc: highlight the existence of tutorial and link to these ones: +- doc: be more helpful to users with an advice/troubleshooting page +- doc: add a CHANGELOG.txt file + ------------------------------------------------------------------- Thu Oct 24 11:17:39 UTC 2013 - speilicke@suse.com diff --git a/python-Yapsy.spec b/python-Yapsy.spec index 0829265..1111763 100644 --- a/python-Yapsy.spec +++ b/python-Yapsy.spec @@ -1,7 +1,7 @@ # # spec file for package python-Yapsy # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-Yapsy -Version: 1.9.2 +Version: 1.11.223 Release: 0 Summary: Yet another plugin system License: BSD-2-Clause Group: Development/Languages/Python Url: http://yapsy.sourceforge.net -Source: http://pypi.python.org/packages/source/Y/Yapsy/Yapsy-%{version}.tar.gz +Source: https://pypi.python.org/packages/8f/02/0f635f65c6ecbc75bd18f07fa9bb29c7823f4098b37623000bfc6e5861f4/Yapsy-1.11.223.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build