!10 升级到3.7.2版本

From: @tong_1001
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-07-29 03:10:42 +00:00 committed by Gitee
commit 519a1dec06
3 changed files with 13 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,15 @@
Name: python-importlib-metadata
Version: 0.23
Release: 2
Version: 3.7.2
Release: 1
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
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
@ -34,13 +36,19 @@ importlib_metadata is a library which provides an API for accessing an installed
%files -n python3-importlib_metadata
%defattr(-,root,root)
%license LICENSE
%_prefix/lib/python%{python3_version}/site-packages/importlib_metadata/
%_prefix/lib/python%{python3_version}/site-packages/importlib_metadata-%{version}-py3.*.egg-info/
%_prefix/lib/python%{python3_version}/site-packages/importlib_metadata*
%files help
%defattr(-,root,root)
%doc README.rst
%changelog
* Mon Jul 26 2021 shixuantong <shixuantong@huawei.com> - 3.7.2-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 3.7.2
* Thu Jun 18 2020 gaochao<gaochao52@huawei.com> - 0.23-2
- Type:enhancement
- ID:NA