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