remove requirement for importlib-metadata < 5.0.0 [release 6.3.0-2mamba;Tue Mar 07 2023]
This commit is contained in:
parent
51e945ab7f
commit
b9b910ccb5
@ -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 <silvan.calarco@mambasoft.it> 6.3.0-2mamba
|
||||
- remove requirement for importlib-metadata < 5.0.0
|
||||
|
||||
* Wed Jan 18 2023 Automatic Build System <autodist@mambasoft.it> 6.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user