diff --git a/python-tomli.spec b/python-tomli.spec index bcc2cfc..d479d88 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -1,3 +1,4 @@ +%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. @@ -6,7 +7,7 @@ Name: python-tomli Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A little TOML parser for Python License: MIT @@ -90,6 +91,9 @@ grep '^Requires-Dist:' %{buildroot}%{python3_sitelib}/tomli-%{version}.dist-info %changelog +* Mon Jun 13 2022 Python Maint - 2.0.1-2 +- Bootstrap for Python 3.11 + * Thu Mar 03 2022 Petr Viktorin - 2.0.1-1 - Version 2.0.1 - Removed support for text file objects as load input