diff --git a/python-yappi.spec b/python-yappi.spec index 9192822..9bd204f 100644 --- a/python-yappi.spec +++ b/python-yappi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-yappi -Version: 1.3.6 +Version: 1.4.0 Release: 1 Summary: Yet Another Python Profiler License: MIT URL: https://github.com/sumerc/yappi -Source0: https://files.pythonhosted.org/packages/2f/36/702901b5a01804e40066d4096cb3f1af924948eda8b1bfcc969a4dec032a/yappi-1.3.6.tar.gz +Source0: https://files.pythonhosted.org/packages/88/4a/e16c320be27ea5ed9015ebe4a5fe834e714a0f0fc9cf46a20b2f87bf4fe3/yappi-1.4.0.tar.gz BuildRequires: gcc %description @@ -52,6 +52,9 @@ export PYTHONPATH=%{buildroot}/%{python3_sitearch} %{_bindir}/yappi-3* %changelog +* Wed Dec 07 2022 dingdingaaaaa - 1.4.0-1 +- Upgrade version to 1.4.0 + * Tue Oct 11 2022 wangjunqi - 1.3.6-1 - Update version to 1.3.6 diff --git a/yappi-1.3.6.tar.gz b/yappi-1.3.6.tar.gz deleted file mode 100644 index ac0fbfe..0000000 Binary files a/yappi-1.3.6.tar.gz and /dev/null differ diff --git a/yappi-1.4.0.tar.gz b/yappi-1.4.0.tar.gz new file mode 100644 index 0000000..a3247b7 Binary files /dev/null and b/yappi-1.4.0.tar.gz differ