From 0e1ee829e64be02dba8e7522482d649d00ae62e9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 08:19:17 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-lxml.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 1cfcf6a..ed69d6d 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,6 @@ -%global _without_extras 1 Name: python-lxml Version: 4.9.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: XML processing library combining libxml2/libxslt with the ElementTree API # The lxml project is licensed under BSD-3-Clause @@ -98,6 +97,9 @@ cp -a build/lib.%{python3_platform}-*/* src/ %doc README.rst %changelog +* Fri Jun 16 2023 Python Maint - 4.9.2-7 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 4.9.2-6 - Bootstrap for Python 3.12