From 3dd21fd7ba9c3c0f7cfdde895c7c5400c7f26262 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 28 Oct 2023 08:15:10 +0300 Subject: [PATCH] Bootstrap for Python 3.12 (riscv64) Signed-off-by: David Abdurachmanov --- python-lxml.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-lxml.spec b/python-lxml.spec index c25bc4d..9b79f50 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,6 +1,7 @@ +%global _without_extras 1 Name: python-lxml Version: 4.9.3 -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} Summary: XML processing library combining libxml2/libxslt with the ElementTree API # The lxml project is licensed under BSD-3-Clause @@ -100,6 +101,9 @@ cp -a build/lib.%{python3_platform}-*/* src/ %doc README.rst %changelog +* Sat Oct 28 2023 David Abdurachmanov - 4.9.3-2.0.riscv64 +- Bootstrap for Python 3.12 (riscv64) + * Fri Jul 28 2023 Miro HronĨok - 4.9.3-2 - Fix build with Cython 3