Hello community,
here is the log from the commit of package python-json-rpc for openSUSE:Factory
checked in at 2019-03-26 22:34:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-json-rpc (Old)
and /work/SRC/openSUSE:Factory/.python-json-rpc.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-json-rpc"
Tue Mar 26 22:34:09 2019 rev:3 rq:688769 version:1.12.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-json-rpc/python-json-rpc.changes
2018-12-24 11:38:40.877596433 +0100
+++
/work/SRC/openSUSE:Factory/.python-json-rpc.new.25356/python-json-rpc.changes
2019-03-26 22:34:49.841669816 +0100
@@ -1,0 +2,10 @@
+Tue Mar 26 14:49:45 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.12.1:
+ * ADD: Ability to override function name with decorator convention in
+ dispatcher
+ * REF: Improve function parameter introspection: use more stable
+ approach for python3, allow both args and kwards parameters check at
+ the same time.
+
+-------------------------------------------------------------------
Old:
----
LICENSE.txt
json-rpc-1.11.0.tar.gz
New:
----
json-rpc-1.12.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-json-rpc.spec ++++++
--- /var/tmp/diff_new_pack.Mg1jgp/_old 2019-03-26 22:34:51.137669257 +0100
+++ /var/tmp/diff_new_pack.Mg1jgp/_new 2019-03-26 22:34:51.137669257 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-json-rpc
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,23 +18,21 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-json-rpc
-Version: 1.11.0
+Version: 1.12.1
Release: 0
Summary: JSON-RPC transport implementation
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/pavlov99/json-rpc
+URL: https://github.com/pavlov99/json-rpc
Source:
https://files.pythonhosted.org/packages/source/j/json-rpc/json-rpc-%{version}.tar.gz
-Source10:
https://raw.githubusercontent.com/pavlov99/json-rpc/%{version}/LICENSE.txt
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
# /SECTION
-BuildArch: noarch
-
%python_subpackages
%description
@@ -47,7 +45,6 @@
%prep
%setup -q -n json-rpc-%{version}
-cp %{SOURCE10} .
%build
%python_build
@@ -57,7 +54,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pytest
%files %{python_files}
%doc README.rst
++++++ json-rpc-1.11.0.tar.gz -> json-rpc-1.12.1.tar.gz ++++++
++++ 21604 lines of diff (skipped)