Hello community,

here is the log from the commit of package python-json-rpc for openSUSE:Factory 
checked in at 2018-05-29 10:28:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-json-rpc (Old)
 and      /work/SRC/openSUSE:Factory/.python-json-rpc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-json-rpc"

Tue May 29 10:28:52 2018 rev:1 rq:609898 version:1.11.0

Changes:
--------
New Changes file:

--- /dev/null   2018-05-24 09:31:19.417470950 +0200
+++ /work/SRC/openSUSE:Factory/.python-json-rpc.new/python-json-rpc.changes     
2018-05-29 10:28:56.095905402 +0200
@@ -0,0 +1,18 @@
+-------------------------------------------------------------------
+Wed May 16 15:56:38 UTC 2018 - [email protected]
+
+- Update to version 1.11.0
+  * custom exception functionality
+  * Add handle_request to manager to handle correct request.
+  * Add django backend.
+  * ADD: support for types in methods
+  * Remove redundant json parsing
+  * Add request instance to a reponse object
+  * Fix Flask integration
+- Implement single-spec version
+
+-------------------------------------------------------------------
+Thu Jun  4 00:00:00 UTC 2009 - [email protected]
+
+- Initial import
+

New:
----
  LICENSE.txt
  json-rpc-1.11.0.tar.gz
  python-json-rpc.changes
  python-json-rpc.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-json-rpc.spec ++++++
#
# spec file for package python-json-rpc
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-json-rpc
Version:        1.11.0
Release:        0
License:        MIT
Summary:        JSON-RPC transport implementation
Url:            https://github.com/pavlov99/json-rpc
Group:          Development/Languages/Python
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 devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
# SECTION test requirements
BuildRequires:  %{python_module mock}
BuildRequires:  %{python_module nose}
# /SECTION
BuildArch:      noarch

%python_subpackages

%description
JSON-RPC 2.0 and JSON-RPC 1.0 transport specification implementation.

This implementation does not have any transport functionality
realization, only protocol. Any client or server implementation is
easy based on current code, but requires transport libraries, such as
requests, gevent or zmq.

%prep
%setup -q -n json-rpc-%{version}
cp %{SOURCE10} .

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_exec setup.py test

%files %{python_files}
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/*

%changelog
++++++ LICENSE.txt ++++++
The MIT License (MIT)

Copyright (c) 2013-2017 Kirill Pavlov <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Reply via email to