diff --git a/0.18.1.tar.gz b/0.18.1.tar.gz deleted file mode 100644 index 8a42fc1..0000000 --- a/0.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3765096e1f4180eb3894ea9ddf0d6d5a15318fcdcd682075ca5be4fb9bbafec1 -size 185558 diff --git a/0.18.3.tar.gz b/0.18.3.tar.gz new file mode 100644 index 0000000..742d801 --- /dev/null +++ b/0.18.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf6e7ebc55fc6594e1721a01e91ff6845ebc96f9b6c9d2857c83b50a7cde357 +size 43256 diff --git a/python-injector.changes b/python-injector.changes index 39f7e09..7a79f33 100644 --- a/python-injector.changes +++ b/python-injector.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 9 05:21:45 UTC 2020 - Steve Kowalik + +- Update to 0.18.3: + * Fixed Python 3.5.3 compatibility + * Added remaining type hints to the codebase so that the client code can + have better static typing safety + * Fixed UnsatisfiedRequirement string representation (this time for real) + * Added forward return type reference support to provider methods + ------------------------------------------------------------------- Wed Dec 11 08:48:54 UTC 2019 - Tomáš Chvátal diff --git a/python-injector.spec b/python-injector.spec index 72160f5..4c50c49 100644 --- a/python-injector.spec +++ b/python-injector.spec @@ -1,7 +1,7 @@ # # spec file for package python-injector # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-injector -Version: 0.18.1 +Version: 0.18.3 Release: 0 Summary: Python dependency injection framework, inspired by Guice License: BSD-3-Clause