From 1139bf244003a4ca5f9c742fb597157cadb35b3f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:03:29 +0100 Subject: [PATCH] automatic version update by autodist [release 0.3.2-1mamba;Sat May 29 2021] --- python-distlib.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-distlib.spec b/python-distlib.spec index 78ec590..a2e41f1 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -1,5 +1,5 @@ Name: python-distlib -Version: 0.3.1 +Version: 0.3.2 Release: 1mamba Summary: Low-level parts of packaging/distutils2 which implement the relevant PEPs Group: System/Libraries @@ -10,11 +10,10 @@ URL: https://bitbucket.org/pypa/distlib/src/master/ Source: https://pypi.debian.net/distlib/distlib-%{version}.zip License: Python Software Foundation License ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 python-distlib' to get the list of build requirements. +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -50,5 +49,8 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Sat May 29 2021 Automatic Build System 0.3.2-1mamba +- automatic version update by autodist + * Mon Jan 25 2021 Silvan Calarco 0.3.1-1mamba - package created using the webbuild interface