Compare commits
No commits in common. "378fd95f79735e69c0641d72bc6d7b88b90b891f" and "7d01ffce5722b305f8db6edb95b31499de0523b8" have entirely different histories.
378fd95f79
...
7d01ffce57
@ -1,11 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-yappi
|
Name: python-yappi
|
||||||
Version: 1.6.0
|
Version: 1.3.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Yet Another Python Profiler
|
Summary: Yet Another Python Profiler
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/sumerc/yappi
|
URL: https://github.com/sumerc/yappi
|
||||||
Source0: https://files.pythonhosted.org/packages/21/73/edfceb363d73be11701a50b003f12acb01d7fefc6a22859f3fd030686e50/yappi-1.6.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/4c/18/1b9387c7d3bf0d7aa54773ded7d286bcb8b04ec242404969f6656a385a11/yappi-1.3.2.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: git
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -24,7 +26,7 @@ Yappi, Yet Another Python Profiler, provides multithreading and cpu-time
|
|||||||
support to profile python programs.
|
support to profile python programs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n yappi-%{version} -p1
|
%autosetup -n yappi-%{version} -S git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -52,21 +54,6 @@ export PYTHONPATH=%{buildroot}/%{python3_sitearch}
|
|||||||
%{_bindir}/yappi-3*
|
%{_bindir}/yappi-3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 05 2024 yueyuankun <yueyuankun@kylinos.cn> - 1.6.0-1
|
|
||||||
- Update package to version 1.6.0
|
|
||||||
|
|
||||||
* Wed Dec 07 2022 dingdingaaaaa <dingziwei@kylinos.cn> - 1.4.0-1
|
|
||||||
- Upgrade version to 1.4.0
|
|
||||||
|
|
||||||
* Tue Oct 11 2022 wangjunqi <wangjunqi@kylinos.cn> - 1.3.6-1
|
|
||||||
- Update version to 1.3.6
|
|
||||||
|
|
||||||
* Sat May 07 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 1.3.2-3
|
|
||||||
- Included patch to support python3.10
|
|
||||||
|
|
||||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.3.2-2
|
|
||||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
|
||||||
|
|
||||||
* Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|
||||||
|
|||||||
BIN
yappi-1.3.2.tar.gz
Normal file
BIN
yappi-1.3.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user