From e12b974753139913b4ba5405d4588cf58e07dd8f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 29 Jun 2023 20:10:54 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-tomli-w.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-tomli-w.spec b/python-tomli-w.spec index c7a0c5d..83e8c00 100644 --- a/python-tomli-w.spec +++ b/python-tomli-w.spec @@ -1,9 +1,8 @@ -%global _without_check 1 %bcond_without check Name: python-tomli-w Version: 1.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A Python library for writing TOML # SPDX @@ -73,6 +72,9 @@ sed -i '/pytest-randomly/d' tests/requirements.txt %changelog +* Thu Jun 29 2023 Python Maint - 1.0.0-8 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 1.0.0-7 - Bootstrap for Python 3.12