From 16deba1a8c196e00573d44133f8fc59a4a11d3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl> Date: Mon, 19 Aug 2019 22:38:17 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-soupsieve.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 8b2de1c..8f6b032 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -2,7 +2,7 @@ Name: python-soupsieve Version: 1.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CSS selector library License: MIT @@ -87,5 +87,8 @@ pytest-3 -v tests -k 'not test_namespace_xml_with_namespace' %license LICENSE.md %changelog +* Mon Aug 19 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.2-2 +- Rebuilt for Python 3.8 + * Mon Jun 10 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.2-1 - Initial packaging