diff --git a/python-pyproject-metadata.spec b/python-pyproject-metadata.spec index 2cb488b..17e42e0 100644 --- a/python-pyproject-metadata.spec +++ b/python-pyproject-metadata.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pyproject-metadata Version: 0.7.1 -Release: 1mamba +Release: 2mamba Summary: PEP 621 metadata parsing Group: System/Libraries Vendor: openmamba @@ -11,9 +11,10 @@ URL: https://github.com/FFY00/python-pyproject-metadata Source: http://pypi.debian.net/pyproject-metadata/pyproject-metadata-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython310-devel -BuildRequires: python3.10dist(packaging) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(packaging) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -48,5 +49,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Fri Sep 29 2023 Silvan Calarco 0.7.1-2mamba +- rebuilt with python3 == 3.11 + * Sat Sep 09 2023 Silvan Calarco 0.7.1-1mamba - package created using the webbuild interface