From 2fe4483e5f5d26dccc3e7c5602bb06b659bfba1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 10:42:31 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-jmespath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index 419ffc4..7965e1a 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON Matching Expressions License: MIT @@ -49,6 +49,9 @@ nosetests-%{python3_version} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Mon Aug 19 2019 Miro HronĨok - 0.9.4-2 +- Rebuilt for Python 3.8 + * Wed Jul 24 2019 Kevin Fenzi - 0.9.4-1 - Upgrade to 0.9.4. - Drop python2 subpackage and fix unversioned command to use python3.