commit
519a1dec06
Binary file not shown.
BIN
importlib_metadata-3.7.2.tar.gz
Normal file
BIN
importlib_metadata-3.7.2.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,15 @@
|
|||||||
Name: python-importlib-metadata
|
Name: python-importlib-metadata
|
||||||
Version: 0.23
|
Version: 3.7.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Read metadata from Python packages
|
Summary: Read metadata from Python packages
|
||||||
License: Apache v2.0
|
License: Apache v2.0
|
||||||
URL: https://pypi.org/project/importlib-metadata/
|
URL: https://pypi.org/project/importlib-metadata/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/i/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
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
|
BuildRequires: python3-packaging python3-zipp >= 0.5
|
||||||
|
Requires: python3-zipp >= 0.5
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -34,13 +36,19 @@ importlib_metadata is a library which provides an API for accessing an installed
|
|||||||
%files -n python3-importlib_metadata
|
%files -n python3-importlib_metadata
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%_prefix/lib/python%{python3_version}/site-packages/importlib_metadata/
|
%_prefix/lib/python%{python3_version}/site-packages/importlib_metadata*
|
||||||
%_prefix/lib/python%{python3_version}/site-packages/importlib_metadata-%{version}-py3.*.egg-info/
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 18 2020 gaochao<gaochao52@huawei.com> - 0.23-2
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user