同步操作将从 src-openEuler/python-lxml 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%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.Name: python-lxmlVersion: 6.0.2Release: 1Summary: XML processing library combining libxml2/libxslt with the ElementTree APILicense: BSD-3-Clause AND MIT-CMU AND MITURL: https://github.com/lxml/lxmlSource0: %{pypi_source lxml}%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-CythonRequires: libxml2 >= %(rpm -q --queryformat="%%{VERSION}" libxml2)Requires: libxslt >= %(rpm -q --queryformat="%%{VERSION}" libxslt)%description -n python3-lxml%{_description}%package helpSummary: Development documents and examples for lxmlProvides: python3-lxml-docBuildarch: noarch%description help%{_description}%prep%autosetup -n lxml-%{version} -p1%build%py3_build%install%py3_install%checkmake test%files -n python3-lxml%license doc/licenses/*.txt LICENSES.txt%{python3_sitearch}/*%files help%doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt%changelog* Mon Oct 20 2025 lilu <lilu@kylinos.cn> -6.0.2-1- update to version 6.0.2* fix the bug compiling with libxml2 2.15.0 failed* fix the bug setting decompress=True in the parser had no effect in libxml2 2.15* Fri Aug 22 2025 Funda Wang <fundawang@yeah.net> - 6.0.1-1- update to 6.0.1* Mon Aug 04 2025 Funda Wang <fundawang@yeah.net> - 6.0.0-2- fix build* Sun Jul 27 2025 Funda Wang <fundawang@yeah.net> - 6.0.0-1- update to version 6.0.0* Tue May 06 2025 Funda Wang <fundawang@yeah.net> - 5.4.0-1- update to version 5.4.0* Mon Sep 09 2024 lixiaoyong <lixiaoyong@kylinos.cn> - 5.3.0-1- upgrade version to 5.3.0- GH#421: Nested CDATA sections are no longer rejected but split on output to represent ]]> correctly. Patch by Gertjan Klein- LP#2060160: Attribute values serialised differently in xmlfile.element() and xmlfile.write()- LP#2058177: The ISO-Schematron implementation could fail on unknown prefixes. Patch by David Lakin* Wed Aug 28 2024 zhuofeng <zhuofeng2@huawei.com> - 5.2.2-2- fix failed test* 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。