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