update version to 0.7.2

This commit is contained in:
zou_lin77 2021-01-26 11:55:06 +08:00
parent 6bd4b463f4
commit ffb77ca239
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
Summary: Extended attributes library wrapper for Python
Version: 0.7.1
Version: 0.7.2
Release: 1
License: LGPLv2+
URL: http://pyxattr.k1024.org/
Source: https://pyxattr.k1024.org/downloads/%{name}-%{version}.tar.gz
BuildRequires: gcc libattr-devel python3-devel python3-setuptools
BuildRequires: python3-pytest
%description
This is the pyxattr module, a Python extension module which gives access to
@ -33,9 +34,9 @@ cp -a . %{py3dir}
%py3_install
%check
#pushd %{py3dir}
#%{__python3} setup.py test
#popd
export TEST_IGNORE_XATTRS=security.selinux
export PYTHONPATH=%{buildroot}%{python3_sitearch}:$PYTHONPATH
%{__python3} -m pytest tests
%files -n python3-%{name}
%{python3_sitearch}/*.so
@ -45,10 +46,13 @@ cp -a . %{py3dir}
%doc NEWS README.md
%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
* 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
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.6.1-1