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