Hello community,

here is the log from the commit of package python-python-jsonrpc-server for 
openSUSE:Factory checked in at 2020-03-20 23:54:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-jsonrpc-server (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-jsonrpc-server.new.3160 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-jsonrpc-server"

Fri Mar 20 23:54:07 2020 rev:4 rq:785451 version:0.3.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-jsonrpc-server/python-python-jsonrpc-server.changes
        2020-03-14 09:55:41.383125522 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-jsonrpc-server.new.3160/python-python-jsonrpc-server.changes
      2020-03-20 23:54:08.084821742 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 20:08:27 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- reactivate python2 build 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-python-jsonrpc-server.spec ++++++
--- /var/tmp/diff_new_pack.F2WIVc/_old  2020-03-20 23:54:12.224824366 +0100
+++ /var/tmp/diff_new_pack.F2WIVc/_new  2020-03-20 23:54:12.224824366 +0100
@@ -17,8 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 %define modname python-jsonrpc-server
+%bcond_without python2
 Name:           python-python-jsonrpc-server
 Version:        0.3.4
 Release:        0
@@ -26,7 +26,7 @@
 License:        MIT
 URL:            https://github.com/palantir/python-jsonrpc-server
 Source:         
https://files.pythonhosted.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM remove_testing_warnings.patch 
gh#palantir/python-jsonrpc-serveri#34 [email protected]
+# PATCH-FIX-UPSTREAM remove_testing_warnings.patch 
gh#palantir/python-jsonrpc-server#34 [email protected]
 # remove warnings about deprecated method logging.Logger.warn
 Patch0:         remove_testing_warnings.patch
 BuildRequires:  %{python_module mock}
@@ -36,7 +36,14 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-ujson
-BuildArch:      noarch
+%if %{with python2}
+BuildRequires:  python2-future >= 0.14.0
+BuildRequires:  python2-futures
+%endif
+%ifpython2
+Requires:       python2-future >= 0.14.0
+Requires:       python2-futures
+%endif
 %python_subpackages
 
 %description
@@ -64,6 +71,7 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pyls_jsonrpc
+%{python_sitelib}/python_jsonrpc_server-%{version}-*.egg-info
 
 %changelog


Reply via email to