!5 Add the package extra file to be provided

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-07-11 01:54:52 +00:00 committed by Gitee
commit 1dfb953a79
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 23.3.0 Version: 23.3.0
Release: 4 Release: 5
Summary: The uncompromising code formatter Summary: The uncompromising code formatter
License: MIT License: MIT
URL: https://github.com/psf/black URL: https://github.com/psf/black
@ -59,14 +59,15 @@ done
%{_bindir}/black-%{python3_version} %{_bindir}/black-%{python3_version}
%{_bindir}/blackd %{_bindir}/blackd
%{_bindir}/blackd-%{python3_version} %{_bindir}/blackd-%{python3_version}
%{python3_sitelib}/__pycache__/*
%{python3_sitelib}/black-%{version}.dist-info/*
%{python3_sitelib}/_black_version.py %{python3_sitelib}/_black_version.py
%{python3_sitelib}/black/* %{python3_sitelib}/__pycache__/*
%{python3_sitelib}/blackd/* %{python3_sitelib}/black*
%{python3_sitelib}/blib2to3/* %{python3_sitelib}/blib2to3/*
%changelog %changelog
* Mon Jul 10 2023 Dongxing Wang <dxwangk@isoftstone.com> - 23.3.0-5
- Add the black extra package file list
* Fri Jul 7 2023 Dongxing Wang <dxwangk@isoftstone.com> - 23.3.0-4 * Fri Jul 7 2023 Dongxing Wang <dxwangk@isoftstone.com> - 23.3.0-4
- Fix the black package name - Fix the black package name