diff --git a/python-voluptuous.spec b/python-voluptuous.spec index 4938ddd..3f3e95d 100644 --- a/python-voluptuous.spec +++ b/python-voluptuous.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-voluptuous Version: 0.12.1 -Release: 1 +Release: 2 Summary: A Python data validation library License: BSD 3-Clause URL: https://github.com/alecthomas/voluptuous @@ -18,7 +18,6 @@ Provides: python-voluptuous # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-nose %description -n python3-voluptuous Voluptuous, despite the name, is a Python data validation library. It is primarily intended for validating data coming into Python as @@ -67,8 +66,9 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -nosetests-3 +# Test rely on nose library which has been removed from openEuler already. +# %check +# nosetests-3 %files -n python3-voluptuous -f filelist.lst %dir %{python3_sitelib}/* @@ -77,6 +77,9 @@ nosetests-3 %{_docdir}/* %changelog +* Tue Mar 01 2022 wangxiyuan - 0.12.1-2 +- Remove test related part + * Tue Aug 03 2021 OpenStack_SIG - 0.12.1-1 - Upgrade version to 0.12.1