Obsolete python2 subpackage

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-09-04 11:44:51 +02:00
parent 2fe4483e5f
commit cc7bd4a768

View File

@ -2,7 +2,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.9.4 Version: 0.9.4
Release: 2%{?dist} Release: 3%{?dist}
Summary: JSON Matching Expressions Summary: JSON Matching Expressions
License: MIT License: MIT
@ -24,6 +24,8 @@ BuildRequires: python3-mock
BuildRequires: python3-nose BuildRequires: python3-nose
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Obsoletes: python2-jmespath < 0.9.4-2
%description -n python3-%{pypi_name} %description -n python3-%{pypi_name}
JMESPath allows you to declaratively specify how to extract elements from JMESPath allows you to declaratively specify how to extract elements from
a JSON document. a JSON document.
@ -49,6 +51,9 @@ nosetests-%{python3_version}
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog %changelog
* Wed Sep 4 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.9.4-3
- Obsolete python2 subpackage to fix upgrade path (#1734184)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.4-2 * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.4-2
- Rebuilt for Python 3.8 - Rebuilt for Python 3.8