From 54f5b2c6d141dce3e882266af1a33fe02c9cc5da Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:26:08 +0100 Subject: [PATCH] rebuilt with distdeps [release 2.0.0a1-2mamba;Sat Apr 03 2021] --- python-markupsafe.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index fd27126..ab3170e 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -1,6 +1,6 @@ Name: python-markupsafe Version: 2.0.0a1 -Release: 1mamba +Release: 2mamba Summary: Implements a XML/HTML/XHTML Markup safe string for Python Group: System/Libraries Vendor: openmamba @@ -11,11 +11,8 @@ Source: https://pypi.debian.net/MarkupSafe/MarkupSafe-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython3-devel >= 3.7.4 -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -40,13 +37,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build --single-version-externally-managed \ --record=%{name}.filelist -#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/MarkupSafe-%{version}-py*.egg-info +%{python_sitearch}/MarkupSafe-%{version}-py*.egg-info/* %doc README.rst %changelog +* Sat Apr 03 2021 Silvan Calarco 2.0.0a1-2mamba +- rebuilt with distdeps + * Wed Sep 09 2020 Automatic Build System 2.0.0a1-1mamba - automatic update by autodist