From 3e2cd16ac6b486e860d492b641c10f1a78feb97ffb42e3e8cc868c0a6e9f09f8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 10 Jul 2021 11:40:59 +0000 Subject: [PATCH] - Update to 0.2.6: - license changed to Apache-2.0 - This patch makes autodocsumm compatible with sphinx 4.0 and from now on requires python>=3.6. - implemented support for the :nosignatures: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autodocsumm?expand=0&rev=7 --- autodocsumm-0.2.3.tar.gz | 3 --- autodocsumm-0.2.6.tar.gz | 3 +++ python-autodocsumm.changes | 9 +++++++++ python-autodocsumm.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 autodocsumm-0.2.3.tar.gz create mode 100644 autodocsumm-0.2.6.tar.gz diff --git a/autodocsumm-0.2.3.tar.gz b/autodocsumm-0.2.3.tar.gz deleted file mode 100644 index 6f01cd2..0000000 --- a/autodocsumm-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2dd4d58021346be96127907b625074cc5ba0a1b81967b5db9a4fee845889e66 -size 40083 diff --git a/autodocsumm-0.2.6.tar.gz b/autodocsumm-0.2.6.tar.gz new file mode 100644 index 0000000..02219a3 --- /dev/null +++ b/autodocsumm-0.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bba4a54f7d5a7d5c19a0c2869a117edc03a60262bb0629d4155e3d9285e0cf +size 39645 diff --git a/python-autodocsumm.changes b/python-autodocsumm.changes index 514c61e..15ed054 100644 --- a/python-autodocsumm.changes +++ b/python-autodocsumm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jul 10 11:38:27 UTC 2021 - Matej Cepl + +- Update to 0.2.6: + - license changed to Apache-2.0 + - This patch makes autodocsumm compatible with sphinx 4.0 and + from now on requires python>=3.6. + - implemented support for the :nosignatures: + ------------------------------------------------------------------- Sun Apr 18 12:32:09 UTC 2021 - Ben Greiner diff --git a/python-autodocsumm.spec b/python-autodocsumm.spec index 02028d9..dce478a 100644 --- a/python-autodocsumm.spec +++ b/python-autodocsumm.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-autodocsumm -Version: 0.2.3 +Version: 0.2.6 Release: 0 Summary: Extended sphinx autodoc including automatic autosummaries License: GPL-2.0-only