Compare commits

..

No commits in common. "65aea00cd7832af71e2c6ded1de3d7eae713fce5" and "81df886e91a3c6323524d7a81559b9f0e87323ba" have entirely different histories.

4 changed files with 3 additions and 20 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-xattr Name: python-xattr
Version: 1.1.0 Version: 0.9.9
Release: 1 Release: 1
Summary: Python wrapper for extended filesystem attributes Summary: Python wrapper for extended filesystem attributes
License: MIT License: MIT
URL: http://github.com/xattr/xattr URL: http://github.com/xattr/xattr
Source0: https://files.pythonhosted.org/packages/82/00/2190aa29d36a7f79484448f01726fe6fb1e7270d1cb1ec39713cee9abe49/xattr-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/91/ac/5898d1811abc88c3710317243168feff61ce12be220b9c92ee045ecd66c4/xattr-0.9.9.tar.gz
%description %description
Extended attributes extend the basic attributes of files and directories in the file system. 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). They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc).
@ -72,8 +72,7 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%check %check
# disable tests %{__python3} setup.py test
#%{__python3} setup.py test
%files -n python3-xattr -f filelist.lst %files -n python3-xattr -f filelist.lst
%dir %{python3_sitearch}/* %dir %{python3_sitearch}/*
@ -82,18 +81,6 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri May 13 2022 OpenStack_SIG <openstack@openeuler.org> - 0.9.9-1
- Upgrade package python3-xattr to version 0.9.9 - Upgrade package python3-xattr to version 0.9.9

View File

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

BIN
xattr-0.9.9.tar.gz Normal file

Binary file not shown.

Binary file not shown.