Compare commits
10 Commits
7d01ffce57
...
378fd95f79
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
378fd95f79 | ||
|
|
f59f370fe4 | ||
|
|
956e4e282e | ||
|
|
32e71be584 | ||
|
|
0e699db221 | ||
|
|
3b74eb172d | ||
|
|
dde80119b1 | ||
|
|
2b2afafa37 | ||
|
|
1c6827d530 | ||
|
|
18403c25f6 |
@ -1,13 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-yappi
|
Name: python-yappi
|
||||||
Version: 1.3.2
|
Version: 1.6.0
|
||||||
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/4c/18/1b9387c7d3bf0d7aa54773ded7d286bcb8b04ec242404969f6656a385a11/yappi-1.3.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/21/73/edfceb363d73be11701a50b003f12acb01d7fefc6a22859f3fd030686e50/yappi-1.6.0.tar.gz
|
||||||
|
|
||||||
BuildRequires: git
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,7 +24,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} -S git
|
%autosetup -n yappi-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -54,6 +52,21 @@ 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
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
yappi-1.6.0.tar.gz
Normal file
BIN
yappi-1.6.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user