Update package to version 1.0.1
This commit is contained in:
parent
c872a4d714
commit
9f8048dc2c
Binary file not shown.
BIN
jmespath-1.0.1.tar.gz
Normal file
BIN
jmespath-1.0.1.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user