Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
65aea00cd7
!13 Update version to 1.1.0
From: @wangqiang95 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
2024-03-06 10:55:23 +00:00
wangqiang
4eca7a240c Update to 1.1.0 2024-03-05 00:11:10 +08:00
openeuler-ci-bot
82afb6ce21
!12 Update package to version 1.0.0
From: @desert-sailor 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
2024-01-11 07:25:00 +00:00
desert-sailor
c02d27287b Update package to version 1.0.0 2024-01-10 11:06:49 +08:00
openeuler-ci-bot
f3652df8f2
!11 Update package to version 0.10.1
From: @wubijie123 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2022-12-12 08:37:50 +00:00
wubijie
3a1526c2d2 Update package to version 0.10.1 2022-12-12 16:19:47 +08:00
openeuler-ci-bot
59f9a7efff
!10 add yaml file
From: @tjwangxm 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2022-08-01 00:51:17 +00:00
wangxiaomeng
5d28f4a733 add yaml file 2022-07-21 18:00:48 +08:00
openeuler-ci-bot
cb51b427f2
!9 【轻量级 PR】:Disable test
From: @huangtianhua 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2022-07-06 03:53:43 +00:00
huangtianhua
95404ef84b
Disable test 2022-07-06 03:28:12 +00:00
4 changed files with 20 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-xattr
Version: 0.9.9
Version: 1.1.0
Release: 1
Summary: Python wrapper for extended filesystem attributes
License: MIT
URL: http://github.com/xattr/xattr
Source0: https://files.pythonhosted.org/packages/91/ac/5898d1811abc88c3710317243168feff61ce12be220b9c92ee045ecd66c4/xattr-0.9.9.tar.gz
Source0: https://files.pythonhosted.org/packages/82/00/2190aa29d36a7f79484448f01726fe6fb1e7270d1cb1ec39713cee9abe49/xattr-%{version}.tar.gz
%description
Extended attributes extend the basic attributes of files and directories in the file system.
They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc).
@ -72,7 +72,8 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
%{__python3} setup.py test
# disable tests
#%{__python3} setup.py test
%files -n python3-xattr -f filelist.lst
%dir %{python3_sitearch}/*
@ -81,6 +82,18 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Mar 05 2024 wangqiang <wangqiang1@kylinos.cn> - 1.1.0-1
- Update to 1.1.0
* Wed Jan 10 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.0.0-1
- Update package to version 1.0.0
* Mon Dec 12 2022 wubijie <wubijie@kylinos.cn> - 0.10.1-1
- Update package to version 0.10.1
* Wed Jul 06 2022 OpenStack_SIG <openstack@openeuler.org> - 0.9.9-2
- Disable test
* Fri May 13 2022 OpenStack_SIG <openstack@openeuler.org> - 0.9.9-1
- Upgrade package python3-xattr to version 0.9.9

4
python-xattr.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: xattr/xattr
tag_prefix: "^v"
separator: "."

Binary file not shown.

BIN
xattr-1.1.0.tar.gz Normal file

Binary file not shown.