diff --git a/python-yappi.changes b/python-yappi.changes index d560fea..5d017a4 100644 --- a/python-yappi.changes +++ b/python-yappi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jun 4 12:43:04 UTC 2022 - Dirk Müller + +- update to 1.3.5: + * Use PyEval_GetLocals for getting locals in Py3.10 and up. + * Fix cp->coroutines becomes NULL when head is removed + * Remove pypistats dw count + ------------------------------------------------------------------- Sat Oct 16 19:39:15 UTC 2021 - Dirk Müller diff --git a/python-yappi.spec b/python-yappi.spec index fcbb538..9c59642 100644 --- a/python-yappi.spec +++ b/python-yappi.spec @@ -1,7 +1,7 @@ # # spec file for package python-yappi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-yappi -Version: 1.3.3 +Version: 1.3.5 Release: 0 Summary: Yet Another Python Profiler License: MIT diff --git a/yappi-1.3.3.tar.gz b/yappi-1.3.3.tar.gz deleted file mode 100644 index ac21409..0000000 --- a/yappi-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:855890cd9a90d833dd2df632d648de8ccd0a4c3131f1edc8abd004db0625b5e8 -size 58925 diff --git a/yappi-1.3.5.tar.gz b/yappi-1.3.5.tar.gz new file mode 100644 index 0000000..103ae8b --- /dev/null +++ b/yappi-1.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54c25f04aa7c613633b529bffd14e0699a4363f414dc9c065616fd52064a49b +size 58618