From 627098066f6c1668993edc99eeda955f52810c24 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 15:11:30 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-lxml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-lxml.spec b/python-lxml.spec index c799720..e84f936 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 4.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD @@ -57,6 +57,9 @@ env WITH_CYTHON=true %py3_build %{python3_sitearch}/%{modname}-*.egg-info/ %changelog +* Wed Jun 02 2021 Python Maint - 4.6.3-2 +- Rebuilt for Python 3.10 + * Thu May 20 2021 Charalampos Stratakis - 4.6.3-1 - Update to 4.6.3 - Fixes CVE-2021-28957