forked from pool/python-injector
Accepting request 1006808 from home:yarunachalam:branches:devel:languages:python
- Update to 0.20.1
- Added support for PEP 604 union types (Python 3.10+), thanks to David Pärsson
- Fixed building with pypandoc 1.8+, thanks to Søren Fuglede Jørgensen
- Update to 0.20.0
- Fixed handling of Union combined with Annotated, thanks to Tobias Nilsson
- Fixed AssitedBuilder/child Injector interaction, thanks to Erik Cederberg
- Made get_bindings() and injections work even if a injectee's return type
annotation is a forward reference that can't be resolved
Backwards incompatible:
- Dropped Python 3.6 support
OBS-URL: https://build.opensuse.org/request/show/1006808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-injector?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 02:41:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 0.20.1
|
||||
- Added support for PEP 604 union types (Python 3.10+), thanks to David Pärsson
|
||||
- Fixed building with pypandoc 1.8+, thanks to Søren Fuglede Jørgensen
|
||||
|
||||
- Update to 0.20.0
|
||||
- Fixed handling of Union combined with Annotated, thanks to Tobias Nilsson
|
||||
- Fixed AssitedBuilder/child Injector interaction, thanks to Erik Cederberg
|
||||
- Made get_bindings() and injections work even if a injectee's return type
|
||||
annotation is a forward reference that can't be resolved
|
||||
Backwards incompatible:
|
||||
- Dropped Python 3.6 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 13:55:04 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user