From 7f7af8f931ea133afd43e8d099c29e590fdb6d8f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:29:40 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-toml.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-toml.spec b/python-toml.spec index 00b02f0..9301625 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -1,3 +1,4 @@ +%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 \ @@ -7,7 +8,7 @@ toml file. Name: python-%{pypi_name} Version: 0.10.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python Library for Tom's Obvious, Minimal Language License: MIT @@ -74,6 +75,9 @@ toml-test $(pwd)/tests/decoding_test3.sh %changelog +* Mon Jun 13 2022 Python Maint - 0.10.2-7 +- Bootstrap for Python 3.11 + * Fri Jan 21 2022 Fedora Release Engineering - 0.10.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild