diff --git a/lxml-4.5.2.tgz b/lxml-4.5.2.tgz deleted file mode 100644 index a2af70623141134fba0238cc91c1ef80582fea89..0000000000000000000000000000000000000000 Binary files a/lxml-4.5.2.tgz and /dev/null differ diff --git a/lxml-4.6.2.tar.gz b/lxml-4.6.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..75bd7eefdbfc5fa2a97665c20f657d2e70b464dd Binary files /dev/null and b/lxml-4.6.2.tar.gz differ diff --git a/python-lxml.spec b/python-lxml.spec index d5385f4786ebf1bf309a670f41301b8def4952fe..cedcb0330c37bbf3b515ed0d513568ce2fc4b819 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -6,12 +6,12 @@ the simplicity of a native Python API, mostly compatible but superior to the wel The latest release works with all CPython versions from 2.7 to 3.7. Name: python-%{modname} -Version: 4.5.2 -Release: 2 +Version: 4.6.2 +Release: 1 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD -URL: http://lxml.de -Source0: http://lxml.de/files/%{modname}-%{version}.tgz +URL: https://files.pythonhosted.org +Source0: https://files.pythonhosted.org/packages/db/f7/43fecb94d66959c1e23aa53d6161231dca0e93ec500224cf31b3c4073e37/lxml-4.6.2.tar.gz BuildRequires: gcc libxml2-devel libxslt-devel @@ -49,7 +49,10 @@ export WITH_CYTHON=true %files help %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -%changelog +%changelog +* Mon Feb 1 2021 wangjie - 4.6.2-1 +- upgrade 4.6.2-1 + * Fri Oct 30 2020 wuchaochao - 4.5.2-2 - Type:bufix - CVE:NA