From bec8e14180b65a9fc499e6ce0079242633da6833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 21 Sep 2022 15:07:18 +0200 Subject: [PATCH] Bootstrap for Python 3.11 on riscv64 --- python-lxml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 7170e82..a976447 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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 - 4.9.1-1.0.riscv64 +- Bootstrap for Python 3.11 on riscv64 + * Wed Sep 14 2022 Charalampos Stratakis - 4.9.1-1 - Update to 4.9.1 - Fix for CVE-2022-2309