Compare commits
10 Commits
81df886e91
...
65aea00cd7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65aea00cd7 | ||
|
|
4eca7a240c | ||
|
|
82afb6ce21 | ||
|
|
c02d27287b | ||
|
|
f3652df8f2 | ||
|
|
3a1526c2d2 | ||
|
|
59f9a7efff | ||
|
|
5d28f4a733 | ||
|
|
cb51b427f2 | ||
|
|
95404ef84b |
@ -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
4
python-xattr.yaml
Normal 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
BIN
xattr-1.1.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user