From 4f30a2e311e055030b3b9e3f09f7dad783a03ca0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:26:08 +0100 Subject: [PATCH] rebuilt with python3 3.7.4 [release 1.1.1-2mamba;Thu Aug 08 2019] --- python-markupsafe.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index ec631bf..aea918d 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -1,11 +1,11 @@ Name: python-markupsafe Version: 1.1.1 -Release: 1mamba +Release: 2mamba Summary: Implements a XML/HTML/XHTML Markup safe string for Python Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: openmamba WebBuild System +Packager: Silvan Calarco URL: https://github.com/mitsuhiko/markupsafe Source: https://pypi.debian.net/MarkupSafe/MarkupSafe-%{version}.tar.gz License: BSD @@ -13,6 +13,7 @@ License: BSD BuildRequires: glibc-devel BuildRequires: libpython-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.7.4 Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -46,6 +47,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %doc README.rst %changelog +* Thu Aug 08 2019 Silvan Calarco 1.1.1-2mamba +- rebuilt with python3 3.7.4 + * Mon Feb 25 2019 Automatic Build System 1.1.1-1mamba - automatic version update by autodist