This action will force synchronization from src-openEuler/python-setuptools, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
%bcond_with bootstrap%bcond_with tests%global python3_record %{python3_sitelib}/setuptools-%{version}.dist-info/RECORD%global python_whldir %{_datadir}/python-wheels%global python_whlname setuptools-%{version}-py3-none-any.whlName: python-setuptoolsVersion: 68.0.0Release: 2Summary: Easily build and distribute Python packagesLicense: MIT and (BSD or ASL 2.0)URL: https://pypi.python.org/pypi/setuptoolsSource0: %{pypi_source setuptools %{version}}Patch9000: bugfix-eliminate-random-order-in-metadata.patchPatch9001: backport-CVE-2024-6345.patchBuildArch: noarchBuildRequires: python3-devel%if %{with tests}BuildRequires: python3-pip, python3-mockBuildRequires: python3-pytest, python3-pytest-fixture-configBuildRequires: python3-pytest-virtualenv%endif%if %{without bootstrap}BuildRequires: python3-pip, python3-wheel%endifProvides: python-distribute = %{version}-%{release}, %{name}-wheelObsoletes: python-distribute < 0.6.36-2, %{name}-wheel%descriptionSetuptools is a collection of enhancements to the Python distutils that allowyou to more easily build and distribute Python packages, especially ones thathave dependencies on other packages.This package contains a python wheel of setuptools to use with venv.%package -n python3-setuptoolsSummary: Easily build and distribute Python 3 packagesConflicts: python-setuptools < %{version}-%{release}Provides: python%{python3_pkgversion}dist(setuptools) = %{version}Provides: python%{python3_version}dist(setuptools) = %{version}%description -n python3-setuptoolsSetuptools is a collection of enhancements to the Python 3 distutils that allowyou to more easily build and distribute Python 3 packages, especially ones thathave dependencies on other packages.This package also contains the runtime components of setuptools, necessary toexecute the software that requires pkg_resources.py.%package_help%prep%autosetup -n setuptools-%{version} -p1find setuptools pkg_resources -name \*.py | xargs sed -i -e '1 {/^#!\//d}'rm -f setuptools/*.exerm setuptools/tests/test_integration.pychmod -x README.rst%build%if %{without bootstrap}%py3_build_wheel%else%py3_build%endif%install%if %{without bootstrap}%py3_install_wheel %{python_whlname}sed -i '/\/usr\/bin\/easy_install,/d' %{buildroot}%{python3_record}rm -rf %{buildroot}%{python3_sitelib}/{setuptools, pkg_resources}/testssed -i '/^setuptools\/tests\//d' %{buildroot}%{python3_record}find %{buildroot}%{python3_sitelib} -name '*.exe' | xargs rm -frm -r docs/conf.pymkdir -p %{buildroot}%{python_whldir}install -p dist/%{python_whlname} -t %{buildroot}%{python_whldir}%else%py3_install%endif%if %{with tests}%checkPYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore=setuptools/tests/test_virtualenv.py --ignore=pavement.py%endif%files%defattr(-,root,root)%license LICENSE%if %{without bootstrap}%dir %{python_whldir}/%{python_whldir}/%{python_whlname}%endif%files -n python3-setuptools%defattr(-,root,root)%{python3_sitelib}/pkg_resources/%{python3_sitelib}/setuptools*/%{python3_sitelib}/distutils-precedence.pth%{python3_sitelib}/_distutils_hack/%files help%defattr(-,root,root)%doc docs/* CHANGES.rst README.rst%changelog* Mon Jul 15 2024 zhangxianting <zhangxianting@uniontech> - 68.0.0-2- Fix CVE-2024-6345* Sun Apr 7 2024 chenhuihan <chenhuihan@huawei.com> - 68.0.0-1- back package to version 68.0.0* Thu Feb 22 2024 liweigang <izmirvii@gmail.com> - 69.1.0-1- update package to version 69.1.0* Wed Jul 12 2023 sunhui <sunhui@kylinos.cn> - 68.0.0-1- Update package to version 68.0.0* Sat Jan 28 2023 zhuofeng<zhuofeng2@huawei.com> - 66.0.0-1- update version to 66.0.0* Wed Jan 04 2023 zhuofeng <zhuofeng2@huawei.com> - 60.9.3-2- Type:CVE- CVE:CVE-2022-40897- SUG:NA- DESC:fix CVE-2022-40897* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 60.9.3-1- Upgrade version for openstack yoga* Fri Dec 17 2021 shixuantong<shixuantong@huawei.com> - 59.4.0-4- Bootstrap for Python 3.10* Fri Dec 03 2021 shixuantong<shixuantong@huawei.com> - 59.4.0-3- Provide pythonXdist(setuptools) when bootstrapping* Wed Dec 01 2021 shixuantong<shixuantong@huawei.com> - 59.4.0-2- Bootstrap for Python 3.10* Wed Dec 01 2021 shixuantong<shixuantong@huawei.com> - 59.4.0-1- update version to 59.4.0* Thu Nov 25 2021 shixuantong<shixuantong@huawei.com> - 54.2.0-2- add bootstrap for rebuild python3-3.10* Mon Mar 29 2021 shixuantong<shixuantong@huawei.com> - 54.2.0-1- upgrade version to 54.2.0* Mon Nov 2 2020 wangjie<wangjie294@huawei.com> -44.1.1-2- Type:NA- ID:NA- SUG:NA- DESC:remove python2* Wed Sep 2 2020 shixuantong<shixuantong@huawei.com> - 44.1.1 - 1- update version to 44.1.1* Tue Aug 25 2020 wenzhanli<wenzhanli2@huawei.com> - 41.5.0-1- update version and add python2 require* Thu Jun 4 2020 chengzihan <chengzihan2@huawei.com> - 41.2.0-3- bugfix eliminate random order in metadata* Thu Jun 4 2020 chengzihan <chengzihan2@huawei.com> - 41.2.0-2- Upgrade package to version 41.2.0* Wed Oct 30 2019 hexiaowen <hexiaowen@huawei.com> - 40.4.3-4- disable tests* Mon Sep 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 40.4.3-3- Fix python-setuptools-wheel dependency problems* Wed Sep 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 40.4.3-2- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。