From 0883d022e9c2769b5dfa5e60ad472168e0eee887 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:40:43 +0100 Subject: [PATCH] automatic version update by autodist [release 3.5.1-1mamba;Sat Nov 11 2023] --- python-Markdown.spec | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/python-Markdown.spec b/python-Markdown.spec index 833ecd9..117b8aa 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,6 +1,7 @@ +%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-Markdown -Version: 3.4.1 -Release: 2mamba +Version: 3.5.1 +Release: 1mamba Summary: a Python implementation of John Gruber’s Markdown Group: System/Libraries Vendor: openmamba @@ -11,7 +12,6 @@ Source: https://pypi.debian.net/Markdown/Markdown-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel -BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba @@ -26,30 +26,31 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %setup -q -n Markdown-%{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 0%{?with_pyver} -mv %{buildroot}%{_bindir}/markdown_py{,%{?pyappend}} -sed -i "s|%{_bindir}/markdown_py|%{_bindir}/markdown_py%{?pyappend}|" %{name}.filelist +%if "%{?with_pyver}" != "3" +# Rename any conflicting file outside of python site packages tree +for f in %{_bindir}/markdown_py; do + mv %{buildroot}${f}{,-%{?pyappend}} +done %endif -%files %{?pyappend} -f %{name}.filelist +%files %{?pyappend} %defattr(-,root,root) -%dir %{python_sitearch}/Markdown-%{version}-py*.egg-info -%{python_sitearch}/Markdown-%{version}-py*.egg-info/* +%{_bindir}/markdown_py* +%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info +%{python_sitelib}/%{pkgname}-%{version}.dist-info/* +%dir %{python_sitelib}/markdown +%{python_sitelib}/markdown/* %changelog +* Sat Nov 11 2023 Automatic Build System 3.5.1-1mamba +- automatic version update by autodist + * Tue Sep 26 2023 Automatic Build System 3.4.1-2mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba