Add the package extra file
This commit is contained in:
parent
98742aa0c4
commit
7305143d82
@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 23.3.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: The uncompromising code formatter
|
||||
License: MIT
|
||||
URL: https://github.com/psf/black
|
||||
@ -59,14 +59,15 @@ done
|
||||
%{_bindir}/black-%{python3_version}
|
||||
%{_bindir}/blackd
|
||||
%{_bindir}/blackd-%{python3_version}
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
%{python3_sitelib}/black-%{version}.dist-info/*
|
||||
%{python3_sitelib}/_black_version.py
|
||||
%{python3_sitelib}/black/*
|
||||
%{python3_sitelib}/blackd/*
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
%{python3_sitelib}/black*
|
||||
%{python3_sitelib}/blib2to3/*
|
||||
|
||||
%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
|
||||
- Fix the black package name
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user