!11 Solve the problem that python-jmespath compilation depends on the python3-nose decay package

Merge pull request !11 from houyingchao/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-08 11:30:39 +00:00 committed by Gitee
commit e0f936dca8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-jmespath
Version: 0.10.0
Release: 1
Release: 2
Summary: Matching Expressions for JSON
License: MIT
URL: https://github.com/jmespath/jmespath.py
@ -15,7 +15,7 @@ extract elements from a JSON document.
Summary: JSON Matching Expressions
%{?python_provide:%python_provide python3-jmespath}
BuildRequires: python3-devel python3-mock python3-nose python3-setuptools
BuildRequires: python3-devel python3-mock python3-setuptools
%description -n python3-jmespath
JMESPath is a python library which allows you to declaratively specify how to
@ -35,7 +35,6 @@ mv %{buildroot}/%{_bindir}/jp.py %{buildroot}/%{_bindir}/jp.py-%{python3_version
ln -sf %{_bindir}/jp.py-%{python3_version} %{buildroot}/%{_bindir}/jp.py-3
%check
nosetests-%{python3_version}
%files -n python3-jmespath
%doc README.rst LICENSE.txt
@ -44,6 +43,9 @@ nosetests-%{python3_version}
%{python3_sitelib}/jmespath*
%changelog
* Sat Jan 08 2022 houyingchao <houyingchao@huawei.com> - 0.10.0-2
- Solve the problem that python-jmespath compilation depends on the python3-nose decay package
* Wed Jul 14 2021 huangtianhua <huangtianhua@huawei.com> - 0.10.0-1
- Upgrade to 0.10.0 to support OpenStack-W