Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7e0b31efb7
!30 update to 0.7.1
From: @jack0240 
Reviewed-by: @zhuofeng6, @zhuchunyi 
Signed-off-by: @zhuchunyi
2024-02-28 09:20:37 +00:00
JackWei
b07ec57a85 update to 0.7.1 2024-02-28 16:23:14 +08:00
openeuler-ci-bot
4b011b1374
!29 upgrade version to 0.7.3
From: @zhangkea 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-01-02 02:50:51 +00:00
ut001695
b2652399a8 update version 0.7.3 2023-12-28 10:24:11 +08:00
openeuler-ci-bot
19d84ea713
!25 update to 0.7.1
From: @xiezhipeng1 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2023-01-19 07:58:42 +00:00
Zhipeng Xie
d3fd1dd36e update to 0.7.1
Signed-off-by: Zhipeng Xie <xiezhipeng1@huawei.com>
2023-01-19 14:07:58 +08:00
openeuler-ci-bot
acb91634ee
!24 [sync] PR-23: update to 0.7.0
From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-09 10:15:48 +00:00
zhuofeng
11d18beb1f update to 0.7.0
(cherry picked from commit ffa9d75e9cb1bcad0921839232cd33a596732bfc)
2022-11-05 09:46:23 +08:00
openeuler-ci-bot
d2e0bc54ea
!20 enable check
From: @tong_1001 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-06-21 10:52:15 +00:00
shixuantong
de326c78f5 enable check 2022-06-21 09:29:19 +08:00
3 changed files with 21 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,14 +2,14 @@
Python classes to extract information from the Linux kernel /proc files.
Name: python-linux-procfs
Version: 0.6.3
Release: 2
Version: 0.7.1
Release: 1
Summary: Linux /proc abstraction classes
License: GPLv2
URL: https://rt.wiki.kernel.org/index.php/Tuna
Source: https://git.kernel.org/pub/scm/libs/python/%{name}/%{name}.git/snapshot/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-devel python3-setuptools python3-six
%description %_description
@ -30,6 +30,9 @@ Obsoletes: python2-linux-procfs
%install
%py3_install
%check
%{__python3} bitmasklist_test.py
%files -n python3-linux-procfs
%defattr(0755,root,root,0755)
%{_bindir}/pflags
@ -39,6 +42,21 @@ Obsoletes: python2-linux-procfs
%license COPYING
%changelog
* Wed Feb 28 2024 weihaohao <weihaohao2@huawei.com> - 0.7.1-1
- update to 0.7.1
* Thu Dec 28 2023 zhangkea <zhangkea@uniontech.com> - 0.7.3-1
- update to 0.7.3
* Thu Jan 19 2023 Zhipeng Xie <xiezhipeng1@huawei.com> - 0.7.1-1
- update to 0.7.1
* Wed Nov 02 2022 zhuofeng <zhuofeng2@huawei.com> - 0.7.0-1
- update to 0.7.0
* Tue Jun 21 2022 shixuantong <shixuantong@h-partners.com> - 0.6.3-3
- enable check
* Mon Jun 20 2022 shixuantong <shixuantong@h-partners.com> - 0.6.3-2
- fix file conflict