diff --git a/python-numpydoc.spec b/python-numpydoc.spec index 4a14a62..01920bb 100644 --- a/python-numpydoc.spec +++ b/python-numpydoc.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-numpydoc -Version: 1.6.0 -Release: 2mamba +Version: 1.7.0 +Release: 1mamba Summary: Sphinx extension to support docstrings in Numpy format Group: System/Libraries Vendor: openmamba @@ -12,7 +12,6 @@ Source: https://pypi.debian.net/numpydoc/numpydoc-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel -BuildRequires: python3.11dist(jinja2) BuildRequires: python3.11dist(sphinx) BuildRequires: python3.11dist(tabulate) ## AUTOBUILDREQ-END @@ -56,6 +55,9 @@ done %{python_sitelib}/%{pkgname}/* %changelog +* Thu Mar 28 2024 Automatic Build System 1.7.0-1mamba +- automatic version update by autodist + * Thu Mar 14 2024 Silvan Calarco 1.6.0-2mamba - obsolete python-numpydoc-py310