Hello community,

here is the log from the commit of package python-tinyrpc for 
openSUSE:Leap:15.2 checked in at 2020-03-15 07:11:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-tinyrpc (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-tinyrpc.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tinyrpc"

Sun Mar 15 07:11:34 2020 rev:7 rq:784580 version:1.0.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-tinyrpc/python-tinyrpc.changes  
2020-03-06 12:40:57.862745790 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-tinyrpc.new.3160/python-tinyrpc.changes    
    2020-03-15 07:11:47.728978949 +0100
@@ -1,0 +2,12 @@
+Wed Mar 11 07:27:50 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Add missed dependency on requests in tests
+
+-------------------------------------------------------------------
+Tue Mar 10 10:25:46 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Switch to github tarball for tests
+- Run tests
+- Skip python2 build as the 1.0.4 is no longer py2 compatible
+
+-------------------------------------------------------------------

Old:
----
  tinyrpc-1.0.4.tar.gz

New:
----
  1.0.4.tar.gz

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

Other differences:
------------------
++++++ python-tinyrpc.spec ++++++
--- /var/tmp/diff_new_pack.9u6AXQ/_old  2020-03-15 07:11:48.008979116 +0100
+++ /var/tmp/diff_new_pack.9u6AXQ/_new  2020-03-15 07:11:48.008979116 +0100
@@ -17,14 +17,20 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-tinyrpc
 Version:        1.0.4
 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://files.pythonhosted.org/packages/source/t/tinyrpc/tinyrpc-%{version}.tar.gz
+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}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
@@ -53,6 +59,10 @@
 %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

++++++ tinyrpc-1.0.4.tar.gz -> 1.0.4.tar.gz ++++++
++++ 5236 lines of diff (skipped)


Reply via email to