Upgrade to 0.9.3. Fixes bug #1588131
This commit is contained in:
parent
8944ed0bdd
commit
1438d23c66
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/jmespath-0.4.1.tar.gz
|
||||
/jmespath-0.5.0.tar.gz
|
||||
/jmespath-0.9.0.tar.gz
|
||||
/jmespath-0.9.3.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%global pypi_name jmespath
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.9.0
|
||||
Release: 12%{?dist}
|
||||
Version: 0.9.3
|
||||
Release: 1%{?dist}
|
||||
Summary: JSON Matching Expressions
|
||||
|
||||
License: MIT
|
||||
@ -103,6 +103,9 @@ nosetests-%{python3_version}
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Sat Sep 08 2018 Kevin Fenzi <kevin@scrye.com> - 0.9.3-1
|
||||
- Upgrade to 0.9.3. Fixes bug #1588131
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user