Hello community,

here is the log from the commit of package python-tinyrpc for 
openSUSE:Leap:15.2 checked in at 2020-05-21 13:00:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-tinyrpc (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-tinyrpc.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tinyrpc"

Thu May 21 13:00:05 2020 rev:8 rq:807944 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-tinyrpc/python-tinyrpc.changes  
2020-03-15 07:11:47.728978949 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-tinyrpc.new.2738/python-tinyrpc.changes    
    2020-05-21 13:00:12.842909335 +0200
@@ -2,18 +1,0 @@
-Wed Mar 11 07:27:50 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
-
-- Add missed dependency on requests in tests
-
--------------------------------------------------------------------
-Tue Mar 10 10:25:46 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
-
-- Switch to github tarball for tests
-- Run tests
-- Skip python2 build as the 1.0.4 is no longer py2 compatible
-
--------------------------------------------------------------------
-Fri Feb 28 21:43:18 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
-
-- update to 1.0.4:
-  * Tinyrpc now supports the MSGPACK RPC protocol in addition to JSON-RPC.
-
--------------------------------------------------------------------

Old:
----
  1.0.4.tar.gz

New:
----
  tinyrpc-1.0.3.tar.gz

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

Other differences:
------------------
++++++ python-tinyrpc.spec ++++++
--- /var/tmp/diff_new_pack.tVrV3f/_old  2020-05-21 13:00:13.318910371 +0200
+++ /var/tmp/diff_new_pack.tVrV3f/_new  2020-05-21 13:00:13.318910371 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tinyrpc
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -17,20 +17,14 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:           python-tinyrpc
-Version:        1.0.4
+Version:        1.0.3
 Release:        0
 Summary:        A modular transport and protocol neutral RPC library
 License:        MIT
+Group:          Development/Languages/Python
 URL:            https://github.com/mbr/tinyrpc
-Source:         https://github.com/mbr/tinyrpc/archive/%{version}.tar.gz
-BuildRequires:  %{python_module Werkzeug}
-BuildRequires:  %{python_module gevent}
-BuildRequires:  %{python_module msgpack}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module pyzmq}
-BuildRequires:  %{python_module requests}
+Source:         
https://files.pythonhosted.org/packages/source/t/tinyrpc/tinyrpc-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
@@ -59,10 +53,6 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%check
-# test_batch_dispatch - needs old pytest syntax, skip
-%pytest -k 'not test_batch_dispatch'
-
 %files %{python_files}
 %license LICENSE
 %doc README.rst


Reply via email to