Rebuilt for Python 3.11
This commit is contained in:
parent
f9ebace7db
commit
31172ad3c5
@ -1,4 +1,3 @@
|
|||||||
%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.
|
||||||
@ -7,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-tomli
|
Name: python-tomli
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A little TOML parser for Python
|
Summary: A little TOML parser for Python
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -91,6 +90,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-3
|
||||||
|
- Rebuilt for Python 3.11
|
||||||
|
|
||||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.0.1-2
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.0.1-2
|
||||||
- Bootstrap for Python 3.11
|
- Bootstrap for Python 3.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user