automatic version update by autodist [release 3.0.51-1mamba;Sun Apr 20 2025]

This commit is contained in:
Automatic Build System 2025-04-20 18:30:05 +02:00
parent 647a2d14d1
commit cbccb81116

View File

@ -1,5 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-prompt_toolkit
Version: 3.0.50
Version: 3.0.51
Release: 1mamba
Summary: Library for building powerful interactive command line applications in Python
Group: System/Libraries
@ -27,26 +28,31 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%setup -q -n prompt_toolkit-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
#%if "%{?with_pyver}" != "3"
## Rename any conflicting file outside of python site packages tree
#for f in %{_bindir}/pdm; do
# mv %{buildroot}${f}{,-%{?pyappend}}
#done
#%endif
%files %{?pyappend} -f %{name}.filelist
%files %{?pyappend}
%defattr(-,root,root)
%dir %{python_sitearch}/prompt_toolkit-%{version}-py*.egg-info
%{python_sitearch}/prompt_toolkit-%{version}-py*.egg-info/*
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%doc LICENSE
%changelog
* Sun Apr 20 2025 Automatic Build System <autodist@openmamba.org> 3.0.51-1mamba
- automatic version update by autodist
* Wed Jan 22 2025 Automatic Build System <autodist@openmamba.org> 3.0.50-1mamba
- automatic version update by autodist