From b9b910ccb5ab1996a209ce2cd0e8bf863b412921 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:24:54 +0100 Subject: [PATCH] remove requirement for importlib-metadata < 5.0.0 [release 6.3.0-2mamba;Tue Mar 07 2023] --- python-pydocstyle.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pydocstyle.spec b/python-pydocstyle.spec index 3bb1bdd..d28d793 100644 --- a/python-pydocstyle.spec +++ b/python-pydocstyle.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pydocstyle Version: 6.3.0 -Release: 1mamba +Release: 2mamba Summary: Python docstring style checker Group: System/Libraries Vendor: openmamba @@ -25,6 +25,7 @@ BuildRequires: python3.7dist(snowballstemmer) %prep %setup -q -n pydocstyle-%{version} +sed -i "s|,<5.0.0||" setup.py pyproject.toml PKG-INFO %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -49,6 +50,9 @@ done %{python_sitelib}/%{pkgname}/* %changelog +* Tue Mar 07 2023 Silvan Calarco 6.3.0-2mamba +- remove requirement for importlib-metadata < 5.0.0 + * Wed Jan 18 2023 Automatic Build System 6.3.0-1mamba - automatic version update by autodist