From b440730c4f8b49e35a3d645f645cf72ed8be13a7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 12:58:08 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-sphinxcontrib-websupport.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-websupport.spec b/python-sphinxcontrib-websupport.spec index e827545..61f456f 100644 --- a/python-sphinxcontrib-websupport.spec +++ b/python-sphinxcontrib-websupport.spec @@ -1,9 +1,10 @@ +%global _without_optional_tests 1 %bcond_without optional_tests %global pypi_name sphinxcontrib-websupport Name: python-%{pypi_name} Version: 1.2.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Sphinx API for Web Apps License: BSD @@ -69,6 +70,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/ %changelog +* Thu Jun 03 2021 Python Maint - 1.2.4-4 +- Bootstrap for Python 3.10 + * Wed Mar 10 2021 Miro HronĨok - 1.2.4-3 - Update runtime and buildtime dependencies