automatic version update by autodist [release 0.4-1mamba;Fri Jul 07 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:07:15 +01:00
parent 4570c911e7
commit 6b6b946549

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-editables Name: python-editables
Version: 0.3 Version: 0.4
Release: 1mamba Release: 1mamba
Summary: A Python library for creating "editable wheels" Summary: A Python library for creating "editable wheels"
Group: System/Libraries Group: System/Libraries
@ -39,5 +39,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/* %{python_sitelib}/%{pkgname}/*
%changelog %changelog
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 0.4-1mamba
- automatic version update by autodist
* Sat Oct 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3-1mamba * Sat Oct 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3-1mamba
- package created using the webbuild interface - package created using the webbuild interface