!25 update to 0.8.1

From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2023-07-12 08:36:09 +00:00 committed by Gitee
commit e42caebcba
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pyxattr-0.8.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
Name: pyxattr Name: pyxattr
Summary: Extended attributes library wrapper for Python Summary: Extended attributes library wrapper for Python
Version: 0.8.0 Version: 0.8.1
Release: 3 Release: 1
License: LGPLv2+ License: LGPLv2+
URL: http://pyxattr.k1024.org/ URL: http://pyxattr.k1024.org/
Source: https://pyxattr.k1024.org/downloads/%{name}-%{version}.tar.gz Source: https://pyxattr.k1024.org/downloads/%{name}-%{version}.tar.gz
@ -50,9 +50,12 @@ rm -rf check-xattr-support
%{python3_sitearch}/pyxattr* %{python3_sitearch}/pyxattr*
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%doc NEWS README.md %doc README.md
%changelog %changelog
* Wed Jul 12 2023 dillon chen <dillon.chen@gmail.com> - 0.8.1-1
- update version to 0.8.1
* Wed Jul 5 2023 zhangruifang <zhangruifang1@h-partners.com> - 0.8.0-3 * Wed Jul 5 2023 zhangruifang <zhangruifang1@h-partners.com> - 0.8.0-3
- check if the build environment supports attr before executing test - check if the build environment supports attr before executing test