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