From e67511205be674aed584f09ef466b780a105efb8 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 20:40:05 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-soupsieve.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-soupsieve.spec b/python-soupsieve.spec index e878cc6..04a3f68 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,8 +1,9 @@ +%global _without_tests 1 %bcond_without tests Name: python-soupsieve Version: 2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CSS selector library License: MIT @@ -66,6 +67,9 @@ pytest-3 -v tests -k 'not test_namespace_xml_with_namespace' %license LICENSE.md %changelog +* Thu Jun 03 2021 Python Maint - 2.2-2 +- Bootstrap for Python 3.10 + * Sat Feb 13 2021 Zbigniew Jędrzejewski-Szmek - 2.2-1 - Latest version (#1927002)