!19 Update package to version 1.0.1

From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-04-05 13:14:20 +00:00 committed by Gitee
commit da1c52917a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
jmespath-1.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-jmespath
Version: 0.10.0
Release: 2
Version: 1.0.1
Release: 1
Summary: Matching Expressions for JSON
License: MIT
URL: https://github.com/jmespath/jmespath.py
Source0: https://pypi.python.org/packages/source/j/jmespath/jmespath-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/00/2a/e867e8531cf3e36b41201936b7fa7ba7b5702dbef42922193f05c8976cd6/jmespath-1.0.1.tar.gz
BuildArch: noarch
%description
@ -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-setuptools
BuildRequires: python3-devel python3-mock python3-setuptools python3-pytest
%description -n python3-jmespath
JMESPath is a python library which allows you to declaratively specify how to
@ -44,6 +44,9 @@ python3 -m unittest discover -v
%{python3_sitelib}/jmespath*
%changelog
* Fri Mar 31 2023 wubijie <wubijie@kylinos.cn> - 1.0.1-1
- Update package to version 1.0.1
* Fri Apr 29 2022 houyingchao <houyingchao@h-partners.com> - 0.10.0-2
- Remove dependency on python-nose