14
0

- update to 0.9.0:

* Fix with new version of typing_extensions
  * Handle non-indexed generics

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing-inspect?expand=0&rev=9
This commit is contained in:
2023-08-13 21:39:45 +00:00
committed by Git OBS Bridge
parent f411f8e398
commit f3654c6e0a
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 13 21:39:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.9.0:
* Fix with new version of typing_extensions
* Handle non-indexed generics
-------------------------------------------------------------------
Fri Apr 21 12:38:07 UTC 2023 - Dirk Müller <dmueller@suse.com>