Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
7ef396f113
!21 upgrade to version 5.9.5
From: @zjyabsa 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-06-08 01:20:52 +00:00
zjyabsa
63ffb9272c upgrade to version 5.9.5 2023-06-07 05:23:08 -04:00
openeuler-ci-bot
2dc6fb9df8
!19 Update package psutil of version 5.9.0
From: @A_L_I_E_Z 
Reviewed-by: @huangtianhua, @han-guangyu, @small_leek, @ruebb 
Signed-off-by: @small_leek, @ruebb
2022-07-15 08:26:56 +00:00
A_L_I_E_Z
dba6098ab1 Update package psutil of version 5.9.0 2022-06-13 08:24:22 +00:00
openeuler-ci-bot
073fa81703 !6 udpate psutil version to 5.8.0
From: @ffrog
Reviewed-by: @huangtianhua
Signed-off-by:
2021-08-13 06:04:44 +00:00
FFrog
427ec7247c update version to 5.8.0 2021-08-10 21:29:40 +08:00
openeuler-ci-bot
93b5d29d16 !4 Remove python2-psutil subpackage
Merge pull request !4 from ultra_planet/master
2020-08-05 15:01:22 +08:00
lingsheng
d5294ab2c6 Remove python2-psutil subpackage 2020-08-05 14:50:46 +08:00
openeuler-ci-bot
09334626bd !3 Fix yaml file error
Merge pull request !3 from lyn/master
2020-07-17 15:11:44 +08:00
lyn1001
d3bc5a28b9 fix yaml file error 2020-07-17 15:06:12 +08:00
openeuler-ci-bot
846cb2fbdb !2 Fix yaml file error
Merge pull request !2 from lyn/master
2020-07-17 14:43:02 +08:00
4 changed files with 16 additions and 24 deletions

Binary file not shown.

BIN
psutil-5.9.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: python-psutil
Version: 5.4.3
Release: 7
Version: 5.9.5
Release: 1
Summary: A library for retrieving information on running processes and system utilization in Python
License: BSD
URL: https://github.com/giampaolo/psutil
Source0: https://github.com/giampaolo/psutil/archive/release-%{version}.tar.gz#/psutil-%{version}.tar.gz
BuildRequires: gcc python2-devel python3-devel procps-ng python2-mock python3-mock python2-ipaddress
BuildRequires: gcc python3-devel procps-ng python3-mock
%description
psutil (process and system utilities) is a cross-platform library for retrieving information
@ -15,18 +15,6 @@ It is useful mainly for system monitoring, profiling and limiting process resour
management of running processes.It implements many functionalities offered by classic UNIX
command line tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others.
%package -n python2-psutil
Summary: A library for retrieving information on running processes and system utilization in Python2
%{?python_provide:%python_provide python2-psutil}
Obsoletes: python-psutil < 3.1.1-3
%description -n python2-psutil
psutil (process and system utilities) is a cross-platform library for retrieving information
on running processes and system utilization (CPU, memory, disks, network, sensors) in Python2.
It is useful mainly for system monitoring, profiling and limiting process resources and
management of running processes.It implements many functionalities offered by classic UNIX
command line tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others.
%package -n python3-psutil
Summary: A library for retrieving information on running processes and system utilization in Python3
%{?python_provide:%python_provide python3-psutil}
@ -48,19 +36,11 @@ find psutil -name \*.py | while read file; do
done
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%files -n python2-psutil
%license LICENSE
%doc CREDITS HISTORY.rst README.rst
%{python2_sitearch}/psutil/
%{python2_sitearch}/*.egg-info
%files -n python3-psutil
%license LICENSE
%doc CREDITS HISTORY.rst README.rst
@ -68,5 +48,17 @@ done
%{python3_sitearch}/*.egg-info
%changelog
* Wed Jun 07 2023 zjyabsa <jyzhangcf@isoftstone.com@openeuler.org> - 5.9.5-1
- Update version to 5.9.5
* Mon Jun 13 2022 OpenStack_SIG <openstack@openeuler.org> - 5.9.0-1
- Update version to 5.9.0
* Thu Jul 15 2021 OpenStack_SIG <openstack@openeuler.org> - 5.8.0-1
- Update version to 5.8.0
* Wed Aug 05 2020 lingsheng <lingsheng@huawei.com> - 5.4.3-8
- Remove python2-psutil subpackage
* Sat Nov 23 2019 zhouyihang <zhouyihang1@huawei.com> - 5.4.3-7
- Package init

View File

@ -1,5 +1,5 @@
git_url: https://github.com/giampaolo/psutil.git
version_control: github
src_repo: giampaolo/psutil
tag_prefix: "resease-"
tag_prefix: "release-"
seperator: "."