From 52b134aa9423df995107b98fda7de5fde04fbdfd Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:40:51 +0100 Subject: [PATCH] automatic version update by autodist [release 6.1.2-1mamba;Thu Apr 28 2022] --- python-slugify.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-slugify.spec b/python-slugify.spec index 77586f6..3ed7294 100644 --- a/python-slugify.spec +++ b/python-slugify.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-slugify -Version: 6.1.1 +Version: 6.1.2 Release: 1mamba Summary: A generic slugifier utility, inspired by Django’s slugify template filter Group: System/Libraries @@ -12,6 +12,7 @@ Source: https://pypi.debian.net/python-slugify/python-slugify-%{version}. License: Public Domain ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(setuptools) BuildRequires: python3.7dist(text-unidecode) ## AUTOBUILDREQ-END @@ -45,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/python_%{pkgname}-%{version}-py*.egg-info/* %changelog +* Thu Apr 28 2022 Automatic Build System 6.1.2-1mamba +- automatic version update by autodist + * Mon Feb 28 2022 Automatic Build System 6.1.1-1mamba - automatic version update by autodist