From 200222df6a2c8d7774158aa140fd12d3c560f5c4 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 14 Jun 2022 16:45:02 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- 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 e3980bb..bd23c95 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: 2%{?dist} +Release: 3%{?dist} Summary: A Python library for writing TOML License: MIT @@ -64,6 +63,9 @@ sed -i '/pytest-randomly/d' tests/requirements.txt %changelog +* Tue Jun 14 2022 Python Maint - 1.0.0-3 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 1.0.0-2 - Bootstrap for Python 3.11