From ea9a78b0e93f9f7d8b57055d08e1bdf3f71e82424a292cd30755b33c6f2c2710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:16:47 +0000 Subject: [PATCH] Accepting request 1006808 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- 0.19.0.tar.gz | 3 --- 0.20.1.tar.gz | 3 +++ python-injector.changes | 15 +++++++++++++++ python-injector.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 0.19.0.tar.gz create mode 100644 0.20.1.tar.gz diff --git a/0.19.0.tar.gz b/0.19.0.tar.gz deleted file mode 100644 index 3dadb5b..0000000 --- a/0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecc568a4ccb405b7f759db3fdd7c65a6f0435e3ee67ab6149e244f3c214e55bb -size 44208 diff --git a/0.20.1.tar.gz b/0.20.1.tar.gz new file mode 100644 index 0000000..39fbd79 --- /dev/null +++ b/0.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4111f322485980a1191b5a886088ad2ae0c41837fe0ad05d961fe4ecdb673519 +size 45116 diff --git a/python-injector.changes b/python-injector.changes index 7ebefc3..fdef2d0 100644 --- a/python-injector.changes +++ b/python-injector.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 29 02:41:09 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-injector.spec b/python-injector.spec index e270d65..07bbad4 100644 --- a/python-injector.spec +++ b/python-injector.spec @@ -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