From b69e5c0beca0776c28235e1b06a3aceb376c6a39 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Sat, 8 Jan 2022 14:57:15 +0800 Subject: [PATCH] Solve the problem that python-jmespath compilation depends on the python3-nose decay package --- python-jmespath.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index 7a30574..93f85b5 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -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 - 0.10.0-2 +- Solve the problem that python-jmespath compilation depends on the python3-nose decay package + * Wed Jul 14 2021 huangtianhua - 0.10.0-1 - Upgrade to 0.10.0 to support OpenStack-W