Compare commits
No commits in common. "23459166b1eb538ddbdef034502db91b9d227c8b" and "32cb194f7635a42e37c64f2c36b313662c1fdde9" have entirely different histories.
23459166b1
...
32cb194f76
BIN
importlib_metadata-0.23.tar.gz
Normal file
BIN
importlib_metadata-0.23.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,13 @@
|
|||||||
Name: python-importlib-metadata
|
Name: python-importlib-metadata
|
||||||
Version: 4.8.3
|
Version: 0.23
|
||||||
Release: 1
|
Release: 2
|
||||||
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-packaging python3-zipp >= 0.5
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -13,10 +15,7 @@ importlib_metadata is a library which provides an API for accessing an installed
|
|||||||
|
|
||||||
%package -n python3-importlib_metadata
|
%package -n python3-importlib_metadata
|
||||||
Summary: Read metadata from Python packages
|
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
|
%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.
|
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.
|
||||||
|
|
||||||
@ -35,31 +34,13 @@ 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
|
||||||
* Thu Oct 27 2022 Ge Wang <wangge20@h-partners.com> - 4.8.3-1
|
|
||||||
- Update to version 4.8.3
|
|
||||||
|
|
||||||
* Mon Oct 24 2022 zhangruifang <zhangruifang1@h-partners.com> - 4.8.2-2
|
|
||||||
- Do not pack open-source test case files
|
|
||||||
|
|
||||||
* Mon Dec 20 2021 shixuantong <shixuantong@huawei.com> - 4.8.2-1
|
|
||||||
- update version to 4.8.2
|
|
||||||
|
|
||||||
* 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
|
|
||||||
- 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