15
0

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:
2022-09-29 09:16:47 +00:00
committed by Git OBS Bridge
parent 4d917605c8
commit ea9a78b0e9
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecc568a4ccb405b7f759db3fdd7c65a6f0435e3ee67ab6149e244f3c214e55bb
size 44208

3
0.20.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4111f322485980a1191b5a886088ad2ae0c41837fe0ad05d961fe4ecdb673519
size 45116

View File

@@ -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>

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-injector
Version: 0.19.0
Version: 0.20.1
Release: 0
Summary: Python dependency injection framework, inspired by Guice
License: BSD-3-Clause