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