From 91aa683523539d59b46ecc473a21e62f643a07af Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 17 Jun 2022 12:33:41 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-toml.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-toml.spec b/python-toml.spec index 9301625..cbf7075 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global pypi_name toml %global desc TOML aims to be a minimal configuration file format that's easy to read due to \ obvious semantics. TOML is designed to map unambiguously to a hash table. TOML \ @@ -8,7 +7,7 @@ toml file. Name: python-%{pypi_name} Version: 0.10.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python Library for Tom's Obvious, Minimal Language License: MIT @@ -75,6 +74,9 @@ toml-test $(pwd)/tests/decoding_test3.sh %changelog +* Fri Jun 17 2022 Python Maint - 0.10.2-8 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 0.10.2-7 - Bootstrap for Python 3.11