From 548a5b96b31eddb69a5a0e2c0a700cb11cb06d6e405929ee3a5ce32f666b7cef Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 15:42:37 +0000 Subject: [PATCH] - update to 0.2.11: * Support Sphinx 7 and Python 3.11 * Allow Sphinx v6 * install versioneer * remove OrderedDict OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autodocsumm?expand=0&rev=18 --- autodocsumm-0.2.10.tar.gz | 3 +++ autodocsumm-0.2.9.tar.gz | 3 --- python-autodocsumm.changes | 9 +++++++++ python-autodocsumm.spec | 3 ++- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 autodocsumm-0.2.10.tar.gz delete mode 100644 autodocsumm-0.2.9.tar.gz diff --git a/autodocsumm-0.2.10.tar.gz b/autodocsumm-0.2.10.tar.gz new file mode 100644 index 0000000..5bc114d --- /dev/null +++ b/autodocsumm-0.2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1d041d5386593a3c50df87b88459e0921cb1ba8bf374975ccc930a53f9234c +size 46850 diff --git a/autodocsumm-0.2.9.tar.gz b/autodocsumm-0.2.9.tar.gz deleted file mode 100644 index 29ce349..0000000 --- a/autodocsumm-0.2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c4a633748b178ec9974108c262c20c0691f0ac3ee39414cfc4bd9feda6699bc -size 40248 diff --git a/python-autodocsumm.changes b/python-autodocsumm.changes index f05912b..63e0103 100644 --- a/python-autodocsumm.changes +++ b/python-autodocsumm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 4 15:40:33 UTC 2023 - Dirk Müller + +- update to 0.2.11: + * Support Sphinx 7 and Python 3.11 + * Allow Sphinx v6 + * install versioneer + * remove OrderedDict + ------------------------------------------------------------------- Fri Apr 21 12:22:26 UTC 2023 - Dirk Müller diff --git a/python-autodocsumm.spec b/python-autodocsumm.spec index 1a127b3..f08811e 100644 --- a/python-autodocsumm.spec +++ b/python-autodocsumm.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-autodocsumm -Version: 0.2.9 +Version: 0.2.10 Release: 0 Summary: Extended sphinx autodoc including automatic autosummaries License: GPL-2.0-only @@ -28,6 +28,7 @@ URL: https://github.com/Chilipp/autodocsumm Source: https://github.com/Chilipp/autodocsumm/archive/v%{version}.tar.gz#/autodocsumm-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module versioneer} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx >= 2.2