代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/python-importlib-metadata 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%global _empty_manifest_terminate_build 0
Name: python-importlib-metadata
Version: 8.4.0
Release: 1
Summary: Read metadata from Python packages
License: Apache-2.0
URL: https://github.com/python/importlib_metadata
SOurce0: https://files.pythonhosted.org/packages/c0/bd/fa8ce65b0a7d4b6d143ec23b0f5fd3f7ab80121078c465bc02baeaab22dc/importlib_metadata-8.4.0.tar.gz
BuildArch: noarch
BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel
Requires: python3-zipp >= 0.5
Requires: python3-typing-extensions
Requires: python3-sphinx
Requires: python3-ipython
Requires: python3-pytest
Requires: python3-pytest-checkdocs
Requires: python3-pytest-flake8
Requires: python3-pytest-cov
Requires: python3-pytest-enabler
Requires: python3-pytest-perf
Requires: python3-pytest-black
Requires: python3-pytest-mypy
Requires: python3-packaging
Requires: python3-pyfakefs
Requires: python3-importlib-resources
%description
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.
%package -n python3-importlib-metadata
Summary: Read metadata from Python packages
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-toml
BuildRequires: python3-packaging
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: 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.
%package help
Summary: Development documents and examples for importlib-metadata
%description help
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.
%prep
%autosetup -n importlib_metadata-%{version} -p1
%build
%pyproject_build
%install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-importlib-metadata
%{python3_sitelib}/*
%files help
%{_docdir}/*
%changelog
* Mon Sep 02 2024 panzhe <panzhe@kylinos.cn> - 8.4.0-1
- Update to 8.4.0
- Disallow passing of 'dist' to EntryPoints.select.
- Deferred import of inspect for import performance.
* Wed Aug 07 2024 yaoxin <yao_xin001@hoperun.com> - 8.2.0-1
- Update to 8.2.0
* Add SimplePath to importlib_metadata.__all__.
* Prioritize valid dists to invalid dists when retrieving by name.
* Message.__getitem__ now raises a KeyError on missing keys.
* Removed deprecated support for Distribution subclasses not implementing abstract methods.
* When reading installed files from an egg, use relative_to(walk_up=True)
to honor files installed outside of the installation root.
* Deferred select imports in for speedup
* Make MetadataPathFinder.find_distributions a classmethod for consistency with CPython.
* Allow MetadataPathFinder.invalidate_caches to be called as a classmethod.
* Tue Feb 20 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 7.0.1-1
- Update package to version 7.0.1
* Wed Apr 26 2023 xu_ping <707078654@qq.com> - 6.1.0-2
- Adapting to the pyproject.toml compilation mode
* Fri Apr 07 2023 xu_ping <707078654@qq.com> - 6.1.0-1
- Upgrade 6.1.0
* Mon Feb 27 2023 wangkai <wangkai385@h-partners.com> - 4.12.0-2
- Modify the patching method
* Sat Sep 24 2022 guozhengxin <guozhengxin@kylinos.cn> - 4.12.0-1
- Upgrade package to version 4.12.0
* Mon Jul 25 2022 renliang16 <renliang@uniontech.com> - 4.8.3-1
- Upgrade package python3-importlib-metadata to version 4.8.3
* 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
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update spec file
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.23-1
- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。