From 0946ddf79917cd53b4029d515f35f9efac35ba4c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:20:04 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 1.7.0-2mamba;Fri Sep 29 2023] --- python-poetry-core.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 13df717..77e74ca 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-poetry-core Version: 1.7.0 -Release: 1mamba +Release: 2mamba Summary: Poetry PEP 517 Build Backend Group: System/Libraries Vendor: openmamba @@ -11,8 +11,9 @@ URL: https://github.com/python-poetry/poetry-core Source: http://pypi.debian.net/poetry-core/poetry_core-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython310-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 %description %{summary}. @@ -47,6 +48,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Fri Sep 29 2023 Automatic Build System 1.7.0-2mamba +- rebuilt with python3 = 3.11.5 + * Sun Sep 10 2023 Automatic Build System 1.7.0-1mamba - automatic version update by autodist