diff --git a/python-slugify.spec b/python-slugify.spec index 7bf85c6..c1831ef 100644 --- a/python-slugify.spec +++ b/python-slugify.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-slugify Version: 8.0.1 -Release: 2mamba +Release: 3mamba Summary: A generic slugifier utility, inspired by Django’s slugify template filter Group: System/Libraries Vendor: openmamba @@ -11,10 +11,11 @@ URL: https://pypi.org/project/slugify/ Source: https://pypi.debian.net/python-slugify/python-slugify-%{version}.tar.gz License: Public Domain ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(setuptools) -BuildRequires: python3.7dist(text-unidecode) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) +BuildRequires: python3.11dist(text-unidecode) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -55,6 +56,9 @@ sed -i "\,%{_bindir},d" %{name}.filelist %{python_sitearch}/python_%{pkgname}-%{version}-py*.egg-info/* %changelog +* Tue Sep 26 2023 Automatic Build System 8.0.1-3mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Fri Apr 07 2023 Sdk Build System 8.0.1-2mamba - rebuilt with python 3.10