From f9e21de50ba30234a5ec711e37e07e36a5babc91 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:07:15 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 0.5-2mamba;Tue Sep 26 2023] --- python-editables.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-editables.spec b/python-editables.spec index c14cc11..3b40457 100644 --- a/python-editables.spec +++ b/python-editables.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-editables Version: 0.5 -Release: 1mamba +Release: 2mamba Summary: A Python library for creating "editable wheels" Group: System/Libraries Vendor: openmamba @@ -11,8 +11,9 @@ URL: https://github.com/pfmoore/editables Source: https://pypi.debian.net/editables/editables-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 %description %{summary}. @@ -39,6 +40,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Tue Sep 26 2023 Automatic Build System 0.5-2mamba +- rebuilt with python3 = 3.11.5 + * Tue Jul 25 2023 Automatic Build System 0.5-1mamba - automatic version update by autodist