Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
378fd95f79
!8 [sync] PR-6: Update package to version 1.6.0
From: @openeuler-sync-bot 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-03-19 09:57:58 +00:00
yueyuankun
f59f370fe4 Update package to version 1.6.0
(cherry picked from commit a7ad5e6d42f81faa73db7a5c09134a6c23cd22f4)
2024-03-19 17:47:24 +08:00
openeuler-ci-bot
956e4e282e
!5 upgrade version to 1.4.0
From: @dingdingaaaaa 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-12-08 01:31:59 +00:00
dingdingaaaaa
32e71be584 Upgrade version to 1.4.0 2022-12-07 11:29:59 +08:00
openeuler-ci-bot
0e699db221
!4 Update package
From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-10-11 10:33:34 +00:00
Wangjunqi123
3b74eb172d update version to 1.3.6 2022-10-11 16:34:15 +08:00
openeuler-ci-bot
dde80119b1
!3 解决python-yappi在master工程编译失败
From: @xigaoxinyan 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-05-09 06:59:05 +00:00
xigaoxinyan
2b2afafa37 included patch to support python3.10 2022-05-07 17:10:52 +08:00
openeuler-ci-bot
1c6827d530 !2 python-yappi delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-08-13 02:17:54 +00:00
chenyanpanHW
18403c25f6
delete -S git from %autosetup, and delete BuildRequires git 2021-07-30 23:32:00 +08:00
3 changed files with 18 additions and 5 deletions

View File

@ -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

Binary file not shown.