diff --git a/pyxattr-0.7.1.tar.gz b/pyxattr-0.7.1.tar.gz deleted file mode 100644 index d5fed09474bda8491ed5248882697373c28d1ed5..0000000000000000000000000000000000000000 Binary files a/pyxattr-0.7.1.tar.gz and /dev/null differ diff --git a/pyxattr-0.7.2.tar.gz b/pyxattr-0.7.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6032e94ca4e8fdd6e380d6ef9189a6bbd64ca687 Binary files /dev/null and b/pyxattr-0.7.2.tar.gz differ diff --git a/pyxattr.spec b/pyxattr.spec index d1b208c2e20efc398936243eb543ccdcd2c978b0..71baf005762b41299c95eebf69825359743d7be5 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -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 - 0.7.1-1 +* Tue Jan 26 2021 zoulin - 0.7.2-1 +- update to 0.7.2 + +* Wed Jul 29 2020 zhangxingliang - 0.7.1-1 - update to 0.7.1 -* Tue Jul 7 2020 Liquor - 0.6.1-2 +* Tue Jul 7 2020 Liquor - 0.6.1-2 - cancel the check * Tue Aug 27 2019 openEuler Buildteam - 0.6.1-1