Bootstrap for Python 3.11
This commit is contained in:
parent
a3215ac3c4
commit
f9ebace7db
@ -1,3 +1,4 @@
|
|||||||
|
%global _with_bootstrap 1
|
||||||
# This package buildrequires flit_core to build the wheel, but flit_core requires tomli.
|
# 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.
|
# 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.
|
# Note that as a pure Python package, the wheel contains no pre-built binary stuff.
|
||||||
@ -6,7 +7,7 @@
|
|||||||
|
|
||||||
Name: python-tomli
|
Name: python-tomli
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A little TOML parser for Python
|
Summary: A little TOML parser for Python
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -90,6 +91,9 @@ grep '^Requires-Dist:' %{buildroot}%{python3_sitelib}/tomli-%{version}.dist-info
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.0.1-2
|
||||||
|
- Bootstrap for Python 3.11
|
||||||
|
|
||||||
* Thu Mar 03 2022 Petr Viktorin <pviktori@redhat.com> - 2.0.1-1
|
* Thu Mar 03 2022 Petr Viktorin <pviktori@redhat.com> - 2.0.1-1
|
||||||
- Version 2.0.1
|
- Version 2.0.1
|
||||||
- Removed support for text file objects as load input
|
- Removed support for text file objects as load input
|
||||||
|
Loading…
Reference in New Issue
Block a user