rebuilt with python3 = 3.11.5 [release 0.5-2mamba;Tue Sep 26 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:07:15 +01:00
parent f1ecd9abcf
commit f9e21de50b

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-editables Name: python-editables
Version: 0.5 Version: 0.5
Release: 1mamba Release: 2mamba
Summary: A Python library for creating "editable wheels" Summary: A Python library for creating "editable wheels"
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,8 +11,9 @@ URL: https://github.com/pfmoore/editables
Source: https://pypi.debian.net/editables/editables-%{version}.tar.gz Source: https://pypi.debian.net/editables/editables-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11.5
%description %description
%{summary}. %{summary}.
@ -39,6 +40,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/* %{python_sitelib}/%{pkgname}/*
%changelog %changelog
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 0.5-2mamba
- rebuilt with python3 = 3.11.5
* Tue Jul 25 2023 Automatic Build System <autodist@mambasoft.it> 0.5-1mamba * Tue Jul 25 2023 Automatic Build System <autodist@mambasoft.it> 0.5-1mamba
- automatic version update by autodist - automatic version update by autodist