Hello community,
here is the log from the commit of package python-python-jsonrpc-server for
openSUSE:Leap:15.2 checked in at 2020-03-21 16:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-python-jsonrpc-server (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-python-jsonrpc-server.new.3160
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-jsonrpc-server"
Sat Mar 21 16:46:55 2020 rev:4 rq:787003 version:0.3.4
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-python-jsonrpc-server/python-python-jsonrpc-server.changes
2020-03-15 07:12:21.672999263 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-python-jsonrpc-server.new.3160/python-python-jsonrpc-server.changes
2020-03-21 16:50:24.945775654 +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.hipfNG/_old 2020-03-21 16:50:25.373775929 +0100
+++ /var/tmp/diff_new_pack.hipfNG/_new 2020-03-21 16:50:25.377775931 +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