import python-lxml-4.6.5-2.el9

This commit is contained in:
CentOS Sources 2022-03-01 06:55:14 -05:00 committed by Stepan Oksanichenko
parent 86848f9242
commit c21a3a8dd9

View File

@ -2,7 +2,7 @@
Name: python-%{modname}
Version: 4.6.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
# The lxml project is licensed under BSD
@ -65,6 +65,11 @@ cp -a build/lib.%{python3_platform}-%{python3_version}/* src/
%{python3_sitearch}/%{modname}-*.egg-info/
%changelog
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 4.6.5-2
- Add automatically generated Obsoletes tag with the python39- prefix
for smoother upgrade from RHEL8
- Related: rhbz#1990421
* Thu Jan 06 2022 Charalampos Stratakis <cstratak@redhat.com> - 4.6.5-1
- Update to 4.6.5
- Fixes CVE-2021-43818