同步操作将从 src-openEuler/python-lxml 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%global _empty_manifest_terminate_build 0%global _description \The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. \It is unique in that it combines the speed and XML feature completeness of these libraries with \the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API. \The latest release works with all CPython versions from 2.7 to 3.7.Name: python-lxmlVersion: 5.2.2Release: 1Summary: XML processing library combining libxml2/libxslt with the ElementTree APILicense: BSDURL: https://github.com/lxml/lxmlSource0: https://files.pythonhosted.org/packages/63/f7/ffbb6d2eb67b80a45b8a0834baa5557a14a5ffce0979439e7cd7f0c4055b/lxml-5.2.2.tar.gz%description%{_description}%package -n python3-lxmlSummary: XML processing library combining libxml2/libxslt with the ElementTree APIProvides: python-lxml = %{version}-%{release}BuildRequires: gccBuildRequires: libxml2-develBuildRequires: libxslt-develBuildRequires: python3-develBuildRequires: python3-setuptoolsBuildRequires: python3-Cython%description -n python3-lxml%{_description}%package helpSummary: Development documents and examples for lxmlProvides: python3-lxml-doc%description help%{_description}%prep%autosetup -n lxml-%{version} -p1find -type f -name '*.c' -print -delete%build%py3_build%install%py3_installpushd %{buildroot}if [ -d usr/lib ]; thenfind usr/lib -type f -printf "/%h/%f\n" >> filelist.lstfiif [ -d usr/lib64 ]; thenfind usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lstfiif [ -d usr/bin ]; thenfind usr/bin -type f -printf "/%h/%f\n" >> filelist.lstfiif [ -d usr/sbin ]; thenfind usr/sbin -type f -printf "/%h/%f\n" >> filelist.lstfitouch doclist.lstif [ -d usr/share/man ]; thenfind usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lstfipopdmv %{buildroot}/filelist.lst .mv %{buildroot}/doclist.lst .%checkmake test%files -n python3-lxml -f filelist.lst%license doc/licenses/*.txt LICENSES.txt%dir %{python3_sitearch}/*%files help -f doclist.lst%doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt%changelog* Thu May 23 2024 wangxiaomeng <wangxiaomeng@kylinos.cn> - 5.2.2-1- upgrade version to 5.2.2- GH#417: The test_feed_parser test could fail if lxml_html_clean was not installed. It is now skipped in that case.- LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", without SSE 4.2.- If libxml2 uses iconv, the compile time version is available as etree.ICONV_COMPILED_VERSION.* Fri May 10 2024 wangxiaomeng <wangxiaomeng@kylinos.cn> - 5.2.1-1- upgrade version to 5.2.1- LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", but with SSE 4.2 enabled- LP#2059977: "Element.iterfind("//absolute_path")" failed with a "SyntaxError" where it should have issued a warning- GH#416: The documentation build was using the non-standard ``which`` command. Patch by Michał Górny.- The minimum CPU architecture for the Linux x86 binary wheels was upgraded to "sandybridge" (launched 2011), and glibc 2.28 / gcc 12 (manylinux_2_28) wheels were added.- Built with Cython 3.0.10* Tue Apr 23 2024 zhangzikang <zhangzikang@kylinos.cn> - 5.1.0-2- Fix test_elementtree with Expat-2.6.0, resolve check error* Wed Feb 07 2024 dongyuzhen <dongyuzhen@h-partners.com> - 5.1.0-1- upgrade version to 5.1.0:- some incorrect declarations were removed from ``python.pxd``- built with Cython 3.0.7- some redundant and long deprecated methods were removed- character escaping in ``C14N2`` serialisation now uses a single pass over the text instead of searching for each unescaped character separately- early support for Python 3.13a2 was added- support for Python 2.7 and Python versions < 3.6 was removed- parsing ASCII strings is slightly faster- some bugs fixes* Wed Aug 09 2023 zhuofeng <zhuofeng2@huawei.com> - 4.9.3-2- sync fedara patch* Wed Jul 12 2023 sunhui <sunhui@kylinos.cn> - 4.9.3-1- Update package to version 4.9.3* Wed Dec 14 2022 wangjunqi <wangjunqi@kylinos.cn> - 4.9.2-1- Update package to version 4.9.2* Fri Jul 29 2022 renhongxun <renhongxun@h-partners.com> - 4.9.1-3- add amended patch for cve-2022-2309* Mon Jul 25 2022 shixuantong <shixuantong@h-partners.com> - 4.9.1-2- Remove pregenerated Cython C sources* Mon Jul 25 2022 liksh <liks11@chinaunicom.cn> - 4.9.1-1- Upgrade to 4.9.1 for openstack yoga* Wed Jan 19 2022 shixuantong <shixuantong@huawei.com> - 4.7.1-2- enable check* Sat Dec 25 2021 liudabo<liudabo1@huawei.com> - 4.7.1-1- DESC: upgrade python-lxml to 4.7.1* Mon Dec 13 2021 hanxinke<hanxinke@huawei.com> - 4.6.5-1- DESC: upgrade python-lxml to 4.6.5* Wed Apr 14 2021 shixuantong<shixuantong@huawei.com> - 4.6.2-2- fix CVE-2021-28957* Mon Feb 1 2021 wangjie<wangjie294@huawei.com> - 4.6.2-1- upgrade 4.6.2-1* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 4.5.2-2- Type:bufix- CVE:NA- SUG:NA- DESC:remove python2* Thu Jul 23 2020 tianwei <tianwei12@huawei.com> - 4.5.2-1- Package update to release 4.5.2* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.2.3-3- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。