Bootstrap for Python 3.11 on riscv64

This commit is contained in:
Miro Hrončok 2022-09-21 15:07:18 +02:00
parent 9c1438f59e
commit bec8e14180
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: python-lxml
Version: 4.9.1
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
# The lxml project is licensed under BSD-3-Clause
@ -29,7 +29,7 @@ BuildRequires: python3-devel
# - [html5] Requires html5lib BuildRequires lxml
# - [htmlsoup] Requires beautifulsoup4 Requires lxml
# Hence we provide a bcond to disable this buildtime requirement.
%bcond buildrequire_extras 1
%bcond buildrequire_extras 0
%global _description \
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It\
@ -81,6 +81,9 @@ cp -a build/lib.%{python3_platform}-*/* src/
%doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
%changelog
* Wed Sep 21 2022 Miro Hrončok <mhroncok@redhat.com> - 4.9.1-1.0.riscv64
- Bootstrap for Python 3.11 on riscv64
* Wed Sep 14 2022 Charalampos Stratakis <cstratak@redhat.com> - 4.9.1-1
- Update to 4.9.1
- Fix for CVE-2022-2309