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.4.1.tar.gz
|
||||||
/jmespath-0.5.0.tar.gz
|
/jmespath-0.5.0.tar.gz
|
||||||
/jmespath-0.9.0.tar.gz
|
/jmespath-0.9.0.tar.gz
|
||||||
|
/jmespath-0.9.3.tar.gz
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
%global pypi_name jmespath
|
%global pypi_name jmespath
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.9.0
|
Version: 0.9.3
|
||||||
Release: 12%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JSON Matching Expressions
|
Summary: JSON Matching Expressions
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -103,6 +103,9 @@ nosetests-%{python3_version}
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user