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