From 4384d8c458cc0ec413b3be8633f8f0cfd785ada8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:39:59 +0100 Subject: [PATCH] automatic version update by autodist [release 3.6.2-1mamba;Mon May 31 2021] --- python-singledispatch.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/python-singledispatch.spec b/python-singledispatch.spec index 8ce815d..634f80c 100644 --- a/python-singledispatch.spec +++ b/python-singledispatch.spec @@ -1,17 +1,17 @@ Name: python-singledispatch -Version: 3.6.1 -Release: 2mamba +Version: 3.6.2 +Release: 1mamba Summary: This library brings functools.singledispatch from Python 3.4 to Python 2.6 Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan -URL: https://pypi.python.org/pypi/singledispatch +URL: https://pypi.org/project/singledispatch/ Source: https://pypi.debian.net/singledispatch/singledispatch-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel -BuildRequires: python-six-py3 +BuildRequires: python3.7dist(six) ## AUTOBUILDREQ-END %description @@ -40,11 +40,14 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -%dir %{python_sitearch}/singledispatch-%{version}-py*.egg-info -%{python_sitearch}/singledispatch-%{version}-py*.egg-info/* +%dir %{python_sitearch}/singledispatch-*-py*.egg-info +%{python_sitearch}/singledispatch-*-py*.egg-info/* %doc README.rst %changelog +* Mon May 31 2021 Automatic Build System 3.6.2-1mamba +- automatic version update by autodist + * Thu Mar 18 2021 Silvan Calarco 3.6.1-2mamba - rebuilt with python3