Update to 4.9.3 (rhbz#2219811)
This commit is contained in:
parent
4452ba9aa0
commit
79d3d026da
6 changed files with 11 additions and 67 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: python-lxml
|
||||
Version: 4.9.2
|
||||
Release: 9%{?dist}
|
||||
Version: 4.9.3
|
||||
Release: 1%{?dist}
|
||||
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
|
||||
|
||||
# The lxml project is licensed under BSD-3-Clause
|
||||
|
|
@ -27,10 +27,6 @@ Patch: https://github.com/lxml/lxml/pull/380.patch
|
|||
# Upstream issue: https://bugs.launchpad.net/lxml/+bug/2016939
|
||||
Patch: Skip-failing-test-test_html_prefix_nsmap.patch
|
||||
|
||||
# Avoid using the deprecated "imp" module (removed in Python 3.12)
|
||||
Patch: https://github.com/lxml/lxml/commit/07db761f9f.patch
|
||||
Patch: https://github.com/lxml/lxml/commit/c6b7e621e4.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
|
|
@ -100,6 +96,9 @@ cp -a build/lib.%{python3_platform}-*/* src/
|
|||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* Fri Jul 21 2023 Lumír Balhar <lbalhar@redhat.com> - 4.9.3-1
|
||||
- Update to 4.9.3 (rhbz#2219811)
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue