15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-injector?expand=0&rev=11
This commit is contained in:
2020-04-09 05:22:43 +00:00
committed by Git OBS Bridge
parent fa2e5d263b
commit 8aba040a06
4 changed files with 15 additions and 5 deletions

View File

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

3
0.18.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 9 05:21:45 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <tchvatal@suse.com>

View File

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