diff --git a/jmespath-0.10.0.tar.gz b/jmespath-0.10.0.tar.gz new file mode 100644 index 0000000..4992371 Binary files /dev/null and b/jmespath-0.10.0.tar.gz differ diff --git a/jmespath-0.9.0.tar.gz b/jmespath-0.9.0.tar.gz deleted file mode 100644 index d2439d8..0000000 Binary files a/jmespath-0.9.0.tar.gz and /dev/null differ diff --git a/python-jmespath.spec b/python-jmespath.spec index a350e33..7a30574 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -1,6 +1,6 @@ Name: python-jmespath -Version: 0.9.0 -Release: 14 +Version: 0.10.0 +Release: 1 Summary: Matching Expressions for JSON License: MIT URL: https://github.com/jmespath/jmespath.py @@ -44,6 +44,9 @@ nosetests-%{python3_version} %{python3_sitelib}/jmespath* %changelog +* Wed Jul 14 2021 huangtianhua - 0.10.0-1 +- Upgrade to 0.10.0 to support OpenStack-W + * Thu Nov 19 2020 caodongxia - 0.9.0-14 - Remove python2 subPackage