Change the software packaging name to python3 black

This commit is contained in:
li-miaomiao_zhr 2023-07-05 15:01:38 +08:00
parent 8629e9877b
commit c0b9f986d5

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