From cc7bd4a768dbb991076b7901ad33bbff7b781ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 4 Sep 2019 11:44:51 +0200 Subject: [PATCH] Obsolete python2 subpackage --- python-jmespath.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index 7965e1a..110288c 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.9.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: JSON Matching Expressions License: MIT @@ -24,6 +24,8 @@ BuildRequires: python3-mock BuildRequires: python3-nose BuildRequires: python3-setuptools +Obsoletes: python2-jmespath < 0.9.4-2 + %description -n python3-%{pypi_name} JMESPath allows you to declaratively specify how to extract elements from a JSON document. @@ -49,6 +51,9 @@ nosetests-%{python3_version} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Wed Sep 4 2019 Zbigniew Jędrzejewski-Szmek - 0.9.4-3 +- Obsolete python2 subpackage to fix upgrade path (#1734184) + * Mon Aug 19 2019 Miro Hrončok - 0.9.4-2 - Rebuilt for Python 3.8