diff --git a/python-jmespath.spec b/python-jmespath.spec index 0de8b46..184a636 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.9.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: JSON Matching Expressions License: MIT @@ -53,6 +53,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Wed Jun 30 2021 Pavel Cahyna - 0.9.4-10 +- Remove the python-nose dependency, replace by pytest + * Fri Apr 16 2021 Mohan Boddu - 0.9.4-9 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937