!6 update version to 0.7.2

From: @zou_lin77
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-01-26 18:49:30 +08:00 committed by Gitee
commit 3212abe599
3 changed files with 10 additions and 6 deletions

Binary file not shown.

BIN
pyxattr-0.7.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
Name: pyxattr Name: pyxattr
Summary: Extended attributes library wrapper for Python Summary: Extended attributes library wrapper for Python
Version: 0.7.1 Version: 0.7.2
Release: 1 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
BuildRequires: gcc libattr-devel python3-devel python3-setuptools BuildRequires: gcc libattr-devel python3-devel python3-setuptools
BuildRequires: python3-pytest
%description %description
This is the pyxattr module, a Python extension module which gives access to This is the pyxattr module, a Python extension module which gives access to
@ -33,9 +34,9 @@ cp -a . %{py3dir}
%py3_install %py3_install
%check %check
#pushd %{py3dir} export TEST_IGNORE_XATTRS=security.selinux
#%{__python3} setup.py test export PYTHONPATH=%{buildroot}%{python3_sitearch}:$PYTHONPATH
#popd %{__python3} -m pytest tests
%files -n python3-%{name} %files -n python3-%{name}
%{python3_sitearch}/*.so %{python3_sitearch}/*.so
@ -45,10 +46,13 @@ cp -a . %{py3dir}
%doc NEWS README.md %doc NEWS README.md
%changelog %changelog
* Wed Jul 29 2020 zhangxingliang <zhangxingliang@hauwei.com> - 0.7.1-1 * Tue Jan 26 2021 zoulin <zoulin13@huawei.com> - 0.7.2-1
- update to 0.7.2
* Wed Jul 29 2020 zhangxingliang <zhangxingliang3@huawei.com> - 0.7.1-1
- update to 0.7.1 - update to 0.7.1
* Tue Jul 7 2020 Liquor <lirui130@hauwei.com> - 0.6.1-2 * Tue Jul 7 2020 Liquor <lirui130@huawei.com> - 0.6.1-2
- cancel the check - cancel the check
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.6.1-1 * Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.6.1-1