From 7af8cf2a80ff9503d28db507ce46a4abe519a082d3be68aae0a23bebba346cf1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 24 Oct 2024 15:48:32 +0000 Subject: [PATCH] Accepting request 1218035 from home:nkrapp:branches:devel:languages:python - Update to 0.2.14 * Fix ObjectMember related deprecation/removal by @theOehrly * Type hint mixin base class, fix some more minor style and typing issues by @theOehrly * Don't document class attributes that are an alias to another object by @theOehrly * Autoexception support by @Chilipp OBS-URL: https://build.opensuse.org/request/show/1218035 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autodocsumm?expand=0&rev=31 --- autodocsumm-0.2.13.tar.gz | 3 --- autodocsumm-0.2.14.tar.gz | 3 +++ python-autodocsumm.changes | 9 +++++++++ python-autodocsumm.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 autodocsumm-0.2.13.tar.gz create mode 100644 autodocsumm-0.2.14.tar.gz diff --git a/autodocsumm-0.2.13.tar.gz b/autodocsumm-0.2.13.tar.gz deleted file mode 100644 index b7a28bb..0000000 --- a/autodocsumm-0.2.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d3c0b9779f1d56bb7c3ddac1039262c12db468215370c54d815cae0e4bcb2fd -size 47634 diff --git a/autodocsumm-0.2.14.tar.gz b/autodocsumm-0.2.14.tar.gz new file mode 100644 index 0000000..dd04912 --- /dev/null +++ b/autodocsumm-0.2.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ed39e787e743fc65938371282123d2b22072b171ddd4facb8e6ea82397cd12 +size 48570 diff --git a/python-autodocsumm.changes b/python-autodocsumm.changes index 9a237b7..b8f7fcf 100644 --- a/python-autodocsumm.changes +++ b/python-autodocsumm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Oct 24 11:58:10 UTC 2024 - Nico Krapp + +- Update to 0.2.14 + * Fix ObjectMember related deprecation/removal by @theOehrly + * Type hint mixin base class, fix some more minor style and typing issues by @theOehrly + * Don't document class attributes that are an alias to another object by @theOehrly + * Autoexception support by @Chilipp + ------------------------------------------------------------------- Mon Aug 26 13:21:57 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-autodocsumm.spec b/python-autodocsumm.spec index 555f9a9..fc5186f 100644 --- a/python-autodocsumm.spec +++ b/python-autodocsumm.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-autodocsumm -Version: 0.2.13 +Version: 0.2.14 Release: 0 Summary: Extended sphinx autodoc including automatic autosummaries License: Apache-2.0