From 5b607876278299592c22da287a709ae09cc49c1d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 20:52:53 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-soupsieve.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 04a3f68..5395174 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,9 +1,8 @@ -%global _without_tests 1 %bcond_without tests Name: python-soupsieve Version: 2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CSS selector library License: MIT @@ -67,6 +66,9 @@ pytest-3 -v tests -k 'not test_namespace_xml_with_namespace' %license LICENSE.md %changelog +* Thu Jun 03 2021 Python Maint - 2.2-3 +- Rebuilt for Python 3.10 + * Thu Jun 03 2021 Python Maint - 2.2-2 - Bootstrap for Python 3.10