!50 upgrade package for openstack yoga

From: @liksh 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-07-25 09:03:26 +00:00 committed by Gitee
commit b526cd4e11
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
lxml-4.9.1.tar.gz Normal file

Binary file not shown.

View File

@ -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. The latest release works with all CPython versions from 2.7 to 3.7.
Name: python-%{modname} Name: python-%{modname}
Version: 4.7.1 Version: 4.9.1
Release: 2 Release: 1
Summary: XML processing library combining libxml2/libxslt with the ElementTree API Summary: XML processing library combining libxml2/libxslt with the ElementTree API
License: BSD License: BSD
URL: https://github.com/lxml/lxml URL: https://github.com/lxml/lxml
Source0: https://github.com/lxml/lxml/releases/download/lxml-4.7.1/lxml-4.7.1.tar.gz Source0: %_sourcedir/lxml-%{version}.tar.gz
BuildRequires: gcc libxml2-devel libxslt-devel BuildRequires: gcc libxml2-devel libxslt-devel
@ -50,6 +50,9 @@ make test3
%doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
%changelog %changelog
* 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 * Wed Jan 19 2022 shixuantong <shixuantong@huawei.com> - 4.7.1-2
- enable check - enable check