From 1df80fea6ca71a4cff77879471d601c612385e6b Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Wed, 30 Jun 2021 21:14:21 +0200 Subject: [PATCH] Bump Release, update changelog Related: rhbz1916775 --- python-jmespath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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