From ee5de2f4bc4c252a2583bac60ddcf567204f8d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 22:36:42 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-soupsieve.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-soupsieve.spec b/python-soupsieve.spec index f4498ee..5e23bf1 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,9 +1,8 @@ -%global _without_tests 1 %bcond_with tests Name: python-soupsieve Version: 1.9.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: CSS selector library License: MIT @@ -66,6 +65,9 @@ pytest-3 -v tests -k 'not test_namespace_xml_with_namespace' %license LICENSE.md %changelog +* Sat May 23 2020 Miro Hrončok - 1.9.2-6 +- Rebuilt for Python 3.9 + * Sat May 23 2020 Miro Hrončok - 1.9.2-5 - Bootstrap for Python 3.9