!11 Adds provide name python3-importlib-metadata
From: @huangtianhua Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
1cc3350c00
@ -1,15 +1,11 @@
|
||||
Name: python-importlib-metadata
|
||||
Version: 3.7.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Read metadata from Python packages
|
||||
License: Apache v2.0
|
||||
URL: https://pypi.org/project/importlib-metadata/
|
||||
Source0: https://files.pythonhosted.org/packages/source/i/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm python3-toml
|
||||
BuildRequires: python3-packaging python3-zipp >= 0.5
|
||||
Requires: python3-zipp >= 0.5
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -17,7 +13,10 @@ importlib_metadata is a library which provides an API for accessing an installed
|
||||
|
||||
%package -n python3-importlib_metadata
|
||||
Summary: Read metadata from Python packages
|
||||
|
||||
provides: python3-importlib-metadata
|
||||
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm python3-toml
|
||||
BuildRequires: python3-packaging python3-pbr python3-pip python3-zipp >= 0.5
|
||||
Requires: python3-zipp >= 0.5
|
||||
%description -n python3-importlib_metadata
|
||||
importlib_metadata is a library which provides an API for accessing an installed package’s metadata (see PEP 566), such as its entry points or its top-level name.
|
||||
|
||||
@ -43,6 +42,9 @@ importlib_metadata is a library which provides an API for accessing an installed
|
||||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* Mon Aug 2 2021 huangtianhua <huangtianhua@huawei.com> - 3.7.2-2
|
||||
- Adds provide name python3-importlib-metadata and adds pbr/pip as buildrequires
|
||||
|
||||
* Mon Jul 26 2021 shixuantong <shixuantong@huawei.com> - 3.7.2-1
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user