From d086213a5687b9afe410b03a859bb38e369397a694abd37daeacc7a871b6175e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jun 2020 17:36:18 +0000 Subject: [PATCH] - update to 1.2.5: * Fix tag/ctx_id filtering on get_func_stats * Add filter_callback to get_func_stats() for filtering function/module descriptors * FIX: issues related to invalid conversion from long->ptr in Win32 * Optimize tstate->dict retrieval * Various other fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=11 --- python-yappi.changes | 10 ++++++++++ python-yappi.spec | 2 +- yappi-1.2.3.tar.gz | 3 --- yappi-1.2.5.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 yappi-1.2.3.tar.gz create mode 100644 yappi-1.2.5.tar.gz diff --git a/python-yappi.changes b/python-yappi.changes index 1e22431..c13d790 100644 --- a/python-yappi.changes +++ b/python-yappi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 2 17:34:36 UTC 2020 - Dirk Mueller + +- update to 1.2.5: + * Fix tag/ctx_id filtering on get_func_stats + * Add filter_callback to get_func_stats() for filtering function/module descriptors + * FIX: issues related to invalid conversion from long->ptr in Win32 + * Optimize tstate->dict retrieval + * Various other fixes + ------------------------------------------------------------------- Fri May 15 12:52:55 UTC 2020 - Petr Gajdos diff --git a/python-yappi.spec b/python-yappi.spec index f8def71..5c9ccce 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.3 +Version: 1.2.5 Release: 0 Summary: Yet Another Python Profiler License: MIT diff --git a/yappi-1.2.3.tar.gz b/yappi-1.2.3.tar.gz deleted file mode 100644 index 1891df1..0000000 --- a/yappi-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8db9bc607610d6da4e27e87ec828ebddec4bdaac89ca07ebfe9a153b0641580 -size 45640 diff --git a/yappi-1.2.5.tar.gz b/yappi-1.2.5.tar.gz new file mode 100644 index 0000000..5f29eec --- /dev/null +++ b/yappi-1.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5fa4caf2859e480ffc4ec3e85615a6f7dea852c8f035f2db723f824ed4ba11 +size 52806