!123 Provides python3.10dist(pip) and python3dist(pip)
From: @renxichen Reviewed-by: @markeryang, @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
dcb9979158
@ -6,7 +6,7 @@ pip is the package installer for Python. You can use pip to install packages fro
|
||||
%global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d})
|
||||
Name: python-%{srcname}
|
||||
Version: 21.3.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: A tool for installing and managing Python packages
|
||||
License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
|
||||
URL: http://www.pip-installer.org
|
||||
@ -27,6 +27,8 @@ BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-se
|
||||
Requires: python%{python3_pkgversion}-setuptools ca-certificates
|
||||
BuildRequires: python%{python3_pkgversion}-wheel
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
||||
Provides: python%{python3_pkgversion}dist(pip) = %{version}
|
||||
Provides: python%{python3_version}dist(pip) = %{version}
|
||||
%description -n python%{python3_pkgversion}-%{srcname} %{_description}
|
||||
|
||||
%package_help
|
||||
@ -118,6 +120,9 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir}
|
||||
%{python_wheeldir}/%{python_wheelname}
|
||||
|
||||
%changelog
|
||||
* Wed Aug 03 2022 renhongxun <renhongxun@h-partners.com> - 21.3.1-3
|
||||
- provides python3.10dist(pip) and python3dist(pip)
|
||||
|
||||
* Fri Jul 01 2022 dongyuzhen <dongyuzhen@h-partners.com> - 21.3.1-2
|
||||
- Add patches that are deleted during the upgrade
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user