Hello community,
here is the log from the commit of package python-injector for openSUSE:Factory
checked in at 2019-06-12 13:17:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-injector (Old)
and /work/SRC/openSUSE:Factory/.python-injector.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-injector"
Wed Jun 12 13:17:32 2019 rev:2 rq:709120 version:0.16.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-injector/python-injector.changes
2019-02-28 21:41:54.169563550 +0100
+++
/work/SRC/openSUSE:Factory/.python-injector.new.4811/python-injector.changes
2019-06-12 13:17:32.572612599 +0200
@@ -1,0 +2,15 @@
+Tue Jun 11 08:26:05 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 0.16.2
+ * Added support for overriding injectable parameters with positional
+ arguments (previously only possible with keyword arguments)
+ * Fixed crashes caused by typed self in method signatures
+ * Dropped Python 3.4 support
+ * Removed previously deprecated constructs: with_injector,
+ Injector.install_into, Binder.bind_scope
+ * Dependencies are no longer injected into Module.configure and
+ raw module functions
+ * Removed unofficial support for injecting into parent class
+ constructors
+
+-------------------------------------------------------------------
Old:
----
0.15.0.tar.gz
New:
----
0.16.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-injector.spec ++++++
--- /var/tmp/diff_new_pack.fZxL88/_old 2019-06-12 13:17:33.308611826 +0200
+++ /var/tmp/diff_new_pack.fZxL88/_new 2019-06-12 13:17:33.312611823 +0200
@@ -19,13 +19,14 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-injector
-Version: 0.15.0
+Version: 0.16.2
Release: 0
Summary: Python dependency injection framework, inspired by Guice
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/alecthomas/injector
Source:
https://github.com/alecthomas/injector/archive/%{version}.tar.gz
+BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -59,7 +60,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} -v
+%python_exec setup.py test
%files %{python_files}
%license COPYING
++++++ 0.15.0.tar.gz -> 0.16.2.tar.gz ++++++
++++ 2114 lines of diff (skipped)