代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/python-zipp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%global _empty_manifest_terminate_build 0
Name: python-zipp
Version: 3.6.0
Release: 1
Summary: Backport of pathlib-compatible object wrapper for zip files
License: MIT
URL: https://github.com/jaraco/zipp
Source0: https://files.pythonhosted.org/packages/source/z/zipp/zipp-%{version}.tar.gz
BuildArch: noarch
%description
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%package -n python3-zipp
Summary: Backport of pathlib-compatible object wrapper for zip files
Provides: python-zipp
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-setuptools_scm
BuildRequires: python3-toml
BuildRequires: boost-iostreams
BuildRequires: python3-pytest
Requires: python3-toml
Requires: python3-setuptools_scm
%description -n python3-zipp
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%package_help
%prep
%autosetup -n zipp-%{version}
# Skip tests that depend on jaraco.itertools
sed -i "/import jaraco.itertools/d" test_zipp.py
sed -i "/func_timeout/d" test_zipp.py
%build
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
%install
%_bindir/python3 setup.py install -O1 --skip-build --root %buildroot
%check
pytest -k "not test_joinpath_constant_time"
%files -n python3-zipp
%defattr(-,root,root)
%license LICENSE
%_prefix/lib/python%{python3_version}/site-packages/zipp*
%_prefix/lib/python%{python3_version}/site-packages/__pycache__/zipp.*
%files help
%defattr(-,root,root)
%doc README.rst
%changelog
* Mon Dec 20 2021 shixuantong <shixuantong@huawei.com> - 3.6.0-1
- Upgrade to version 3.6.0
* Mon Jul 19 2021 liusheng <liusheng2048@gmaili.com> - 3.4.1-1
- Upgrade to version 3.4.1
* Wed Dec 16 2020 zhanzhimin<zhanzhimin@huawei.com> - 0.5.1-3
- Update Source0
* Fri Jun 19 2020 wuchaochao<wuchaochao4@huawei.com> - 0.5.1-2
- Depend on the python version to revise the spec file is variable
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.5.1-1
- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。