From f18cc645f0206f939ae2c765048eb5f971a62790 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Mon, 27 Sep 2021 16:05:39 +0800 Subject: [PATCH] Provides python-parse for compatibility --- python-parse.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-parse.spec b/python-parse.spec index 2bfe670..cd0ecdf 100644 --- a/python-parse.spec +++ b/python-parse.spec @@ -1,6 +1,6 @@ Name: python-parse Version: 1.8.4 -Release: 3 +Release: 4 Summary: Python Parse Module License: BSD URL: http://pypi.python.org/pypi/parse @@ -12,6 +12,7 @@ A python module which parses specific strings adopted the format() syntax. %package -n python3-parse Summary: Python3 Parse Module +%{?python_provide:%python_provide python3-parse} BuildRequires: python3-devel %description -n python3-parse @@ -36,6 +37,9 @@ Parse Module for Python3. %{python3_sitelib}/__pycache__/parse.* %changelog +* Mon Sep 27 2021 lingsheng - 1.8.4-4 +- Provides python-parse for compatibility + * Wed Oct 21 2020 wangxiao - 1.8.4-3 - drop python2 subpackage