diff --git a/python-lark-parser.spec b/python-lark-parser.spec index d7759a57666d2a77aa2ab68a081a247a28cc1a0f..ea7aab5bbe3d6cc5b6ff3b61eddfda44cc477a01 100644 --- a/python-lark-parser.spec +++ b/python-lark-parser.spec @@ -3,7 +3,7 @@ Summary: Lark is a modern general-purpose parsing library for Python Name: python-%{pypi_name} Version: 1.1.7 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Url: https://github.com/lark-parser/lark Source0: https://github.com/lark-parser/lark/archive/%{version}/%{pypi_name}-%{version}.tar.gz @@ -37,6 +37,8 @@ Features: %package -n python3-%{pypi_name} Summary: Lark is a modern general-purpose parsing library for Python BuildRequires: python3-devel python3-setuptools +Provides: python3.11dist(lark-parser) = %{version} +Provides: python3dist(lark-parser) = %{version} %description -n python3-%{pypi_name} Lark is a modern general-purpose parsing library for Python. @@ -88,6 +90,9 @@ sed -i 's/\r$//' README.md examples/*.py %{python3_sitelib}/lark/ %changelog +* Wed Sep 27 2023 cunshunxia - 1.1.7-2 +- provide dist for compat with python-hypothesmith + * Fri Sep 22 2023 jackeyji - 1.1.7-1 - upgrade to 1.1.7