From 06dba9937dc29f7d0941d1866e281e3ef4a97e0893e825aeb9b999d63186fdeb Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 9 Nov 2020 04:32:32 +0000 Subject: [PATCH] - 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 --- python-yappi.changes | 9 +++++++++ python-yappi.spec | 3 ++- yappi-1.2.5.tar.gz | 3 --- yappi-1.3.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 yappi-1.2.5.tar.gz create mode 100644 yappi-1.3.0.tar.gz diff --git a/python-yappi.changes b/python-yappi.changes index 79905ff..7d2280a 100644 --- a/python-yappi.changes +++ b/python-yappi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 9 04:31:31 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-yappi.spec b/python-yappi.spec index 44e4afb..b5a8fe8 100644 --- a/python-yappi.spec +++ b/python-yappi.spec @@ -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} diff --git a/yappi-1.2.5.tar.gz b/yappi-1.2.5.tar.gz deleted file mode 100644 index 5f29eec..0000000 --- a/yappi-1.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad5fa4caf2859e480ffc4ec3e85615a6f7dea852c8f035f2db723f824ed4ba11 -size 52806 diff --git a/yappi-1.3.0.tar.gz b/yappi-1.3.0.tar.gz new file mode 100644 index 0000000..a3d1d41 --- /dev/null +++ b/yappi-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a443240f4a776fa1be04430bf423dbf09615c05eba34f4a2a6af344a7ce8ff61 +size 58200