From 7b2cf99e45c0a308928b61cd3f434c74df4ce1a8 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:54:11 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-sphinxcontrib-jsmath.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-jsmath.spec b/python-sphinxcontrib-jsmath.spec index 80373b8..dd8736e 100644 --- a/python-sphinxcontrib-jsmath.spec +++ b/python-sphinxcontrib-jsmath.spec @@ -1,3 +1,4 @@ +%global _without_check 1 %global pypi_name sphinxcontrib-jsmath # when bootstrapping sphinx, we cannot run tests yet @@ -5,7 +6,7 @@ Name: python-%{pypi_name} Version: 1.0.1 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Sphinx extension for math in HTML via JavaScript License: BSD URL: http://sphinx-doc.org/ @@ -64,6 +65,9 @@ via JavaScript. %changelog +* Tue Jun 13 2023 Python Maint - 1.0.1-20 +- Bootstrap for Python 3.12 + * Fri Jan 20 2023 Fedora Release Engineering - 1.0.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild