!3 Change the software packaging name to python3-black

From: @li-miaomiao_zhr 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2023-07-05 07:45:15 +00:00 committed by Gitee
commit 675f074845
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-black
Name: black
Version: 23.3.0
Release: 2
Release: 3
Summary: The uncompromising code formatter
License: MIT
URL: https://github.com/psf/black
@ -28,11 +28,11 @@ You will save time and mental energy for more important matters.}
%description %_description
%package -n black
%package -n python3-black
Summary: %{summary}
Recommends: black+d = %{version}-%{release}
%description -n black %_description
%description -n python3-black %_description
%prep
@ -64,6 +64,9 @@ done
%{python3_sitelib}/blib2to3/*
%changelog
* Wed Jul 5 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 23.3.0-3
- Change the software packaging name to "python3 black"
* Mon Jun 26 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 23.3.0-2
- add dependency of python-hatch-fancy-pypi-readme