Hello community, here is the log from the commit of package python-tinyrpc for openSUSE:Factory checked in at 2020-03-10 12:33:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tinyrpc (Old) and /work/SRC/openSUSE:Factory/.python-tinyrpc.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tinyrpc" Tue Mar 10 12:33:38 2020 rev:8 rq:783287 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tinyrpc/python-tinyrpc.changes 2020-03-03 10:15:34.246567246 +0100 +++ /work/SRC/openSUSE:Factory/.python-tinyrpc.new.26092/python-tinyrpc.changes 2020-03-10 12:33:50.680844320 +0100 @@ -1,0 +2,7 @@ +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.Wh7gUV/_old 2020-03-10 12:33:51.708844826 +0100 +++ /var/tmp/diff_new_pack.Wh7gUV/_new 2020-03-10 12:33:51.716844830 +0100 @@ -17,14 +17,19 @@ %{?!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 setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes @@ -53,6 +58,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)
