From 90103455c0f860c235ec46087ecd3a0262a9ba94 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:55:43 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-tomli-w.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-tomli-w.spec b/python-tomli-w.spec index 077c2b0..c7a0c5d 100644 --- a/python-tomli-w.spec +++ b/python-tomli-w.spec @@ -1,8 +1,9 @@ +%global _without_check 1 %bcond_without check Name: python-tomli-w Version: 1.0.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Python library for writing TOML # SPDX @@ -72,6 +73,9 @@ sed -i '/pytest-randomly/d' tests/requirements.txt %changelog +* Tue Jun 13 2023 Python Maint - 1.0.0-7 +- Bootstrap for Python 3.12 + * Wed May 31 2023 Miro HronĨok - 1.0.0-6 - On Python 3.11+, do not BuildRequire python3-tomli for tests