15
0
forked from pool/python-Yapsy

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
This commit is contained in:
2017-01-07 14:19:07 +00:00
committed by Git OBS Bridge
parent cc2c00d787
commit 11fbf0de7c
4 changed files with 62 additions and 6 deletions

View File

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