15
0

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
This commit is contained in:
2024-10-24 15:48:32 +00:00
committed by Git OBS Bridge
parent 79bf71de0d
commit 7af8cf2a80
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Oct 24 11:58:10 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- 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 <adrian.glaubitz@suse.com>