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