14
0
forked from pool/python-yappi

- Update to 1.3.0:

* Add support for profiling gevent applications
  * A new API has been defined: `set_context_backend` which accepts `greenlet`
    as a backend.
  * Fix various issues

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=15
This commit is contained in:
2020-11-09 04:32:32 +00:00
committed by Git OBS Bridge
parent 7dfd05d9aa
commit 06dba9937d
4 changed files with 14 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-yappi
Version: 1.2.5
Version: 1.3.0
Release: 0
Summary: Yet Another Python Profiler
License: MIT
@@ -27,6 +27,7 @@ URL: https://github.com/sumerc/yappi
Source: https://files.pythonhosted.org/packages/source/y/yappi/yappi-%{version}.tar.gz
BuildRequires: %{python_module contextvars}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module gevent >= 20.6.2}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}