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:
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 9 04:31:31 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 16 22:31:45 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
Sun Aug 16 22:31:45 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-yappi
|
Name: python-yappi
|
||||||
Version: 1.2.5
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Yet Another Python Profiler
|
Summary: Yet Another Python Profiler
|
||||||
License: MIT
|
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
|
Source: https://files.pythonhosted.org/packages/source/y/yappi/yappi-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module contextvars}
|
BuildRequires: %{python_module contextvars}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module gevent >= 20.6.2}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad5fa4caf2859e480ffc4ec3e85615a6f7dea852c8f035f2db723f824ed4ba11
|
|
||||||
size 52806
|
|
||||||
3
yappi-1.3.0.tar.gz
Normal file
3
yappi-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a443240f4a776fa1be04430bf423dbf09615c05eba34f4a2a6af344a7ce8ff61
|
||||||
|
size 58200
|
||||||
Reference in New Issue
Block a user