From 31172ad3c5ec616ad35e59a589bd4f482dae0962 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:41:40 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-tomli.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-tomli.spec b/python-tomli.spec index d479d88..36e8920 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 # This package buildrequires flit_core to build the wheel, but flit_core requires tomli. # To bootstrap, we copy the files to appropriate locations manually and create a minimal dist-info metadata. # Note that as a pure Python package, the wheel contains no pre-built binary stuff. @@ -7,7 +6,7 @@ Name: python-tomli Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A little TOML parser for Python License: MIT @@ -91,6 +90,9 @@ grep '^Requires-Dist:' %{buildroot}%{python3_sitelib}/tomli-%{version}.dist-info %changelog +* Mon Jun 13 2022 Python Maint - 2.0.1-3 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 2.0.1-2 - Bootstrap for Python 3.11