Hello community,

here is the log from the commit of package python-python-jsonrpc-server for 
openSUSE:Leap:15.2 checked in at 2020-02-23 16:48:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-python-jsonrpc-server (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-python-jsonrpc-server.new.26092 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-jsonrpc-server"

Sun Feb 23 16:48:12 2020 rev:2 rq:778530 version:0.3.4

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-python-jsonrpc-server/python-python-jsonrpc-server.changes
      2020-02-16 18:29:28.306754166 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-python-jsonrpc-server.new.26092/python-python-jsonrpc-server.changes
   2020-02-23 16:48:34.990448938 +0100
@@ -1,0 +2,11 @@
+Fri Feb 21 15:27:32 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix py2/py3 dependencies
+
+-------------------------------------------------------------------
+Fri Feb 14 15:19:37 CET 2020 - Matej Cepl <[email protected]>
+
+- Update to 0.3.4:
+  - Require future only for Python 2
+
+-------------------------------------------------------------------

Old:
----
  python-jsonrpc-server-0.3.2.tar.gz

New:
----
  python-jsonrpc-server-0.3.4.tar.gz

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

Other differences:
------------------
++++++ python-python-jsonrpc-server.spec ++++++
--- /var/tmp/diff_new_pack.eZtiRZ/_old  2020-02-23 16:48:35.310449553 +0100
+++ /var/tmp/diff_new_pack.eZtiRZ/_new  2020-02-23 16:48:35.310449553 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-jsonrpc-server
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:           python-python-jsonrpc-server
-Version:        0.3.2
+Version:        0.3.4
 Release:        0
 Summary:        JSON RPC 2.0 server library
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/palantir/python-jsonrpc-server
 Source:         
https://files.pythonhosted.org/packages/source/p/python-jsonrpc-server/python-jsonrpc-server-%{version}.tar.gz
-BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -34,9 +34,13 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-ujson
 BuildArch:      noarch
+%if %{with python2}
+BuildRequires:  python-future >= 0.14.0
+BuildRequires:  python-futures
+%endif
 %ifpython2
-BuildRequires:  python2-futures
-Requires:       python2-futures
+Requires:       python-future >= 0.14.0
+Requires:       python-futures
 %endif
 %python_subpackages
 

++++++ python-jsonrpc-server-0.3.2.tar.gz -> python-jsonrpc-server-0.3.4.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-jsonrpc-server-0.3.2/PKG-INFO 
new/python-jsonrpc-server-0.3.4/PKG-INFO
--- old/python-jsonrpc-server-0.3.2/PKG-INFO    2019-12-02 17:02:42.000000000 
+0100
+++ new/python-jsonrpc-server-0.3.4/PKG-INFO    2020-01-19 17:34:34.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: python-jsonrpc-server
-Version: 0.3.2
+Version: 0.3.4
 Summary: JSON RPC 2.0 server library
 Home-page: https://github.com/palantir/python-jsonrpc-server
 Author: Palantir Technologies, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-jsonrpc-server-0.3.2/pyls_jsonrpc/_version.py 
new/python-jsonrpc-server-0.3.4/pyls_jsonrpc/_version.py
--- old/python-jsonrpc-server-0.3.2/pyls_jsonrpc/_version.py    2019-12-02 
17:02:42.000000000 +0100
+++ new/python-jsonrpc-server-0.3.4/pyls_jsonrpc/_version.py    2020-01-19 
17:34:34.000000000 +0100
@@ -8,11 +8,11 @@
 
 version_json = '''
 {
- "date": "2019-12-02T11:26:30+0000",
+ "date": "2020-01-19T16:33:35+0000",
  "dirty": false,
  "error": null,
- "full-revisionid": "67b27061dc7e8a393a817060867167ccb0472391",
- "version": "0.3.2"
+ "full-revisionid": "808d078f44ed5f9664952cf605b4620c7fe08221",
+ "version": "0.3.4"
 }
 '''  # END VERSION_JSON
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-jsonrpc-server-0.3.2/python_jsonrpc_server.egg-info/PKG-INFO 
new/python-jsonrpc-server-0.3.4/python_jsonrpc_server.egg-info/PKG-INFO
--- old/python-jsonrpc-server-0.3.2/python_jsonrpc_server.egg-info/PKG-INFO     
2019-12-02 17:02:42.000000000 +0100
+++ new/python-jsonrpc-server-0.3.4/python_jsonrpc_server.egg-info/PKG-INFO     
2020-01-19 17:34:34.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: python-jsonrpc-server
-Version: 0.3.2
+Version: 0.3.4
 Summary: JSON RPC 2.0 server library
 Home-page: https://github.com/palantir/python-jsonrpc-server
 Author: Palantir Technologies, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-jsonrpc-server-0.3.2/python_jsonrpc_server.egg-info/requires.txt 
new/python-jsonrpc-server-0.3.4/python_jsonrpc_server.egg-info/requires.txt
--- old/python-jsonrpc-server-0.3.2/python_jsonrpc_server.egg-info/requires.txt 
2019-12-02 17:02:42.000000000 +0100
+++ new/python-jsonrpc-server-0.3.4/python_jsonrpc_server.egg-info/requires.txt 
2020-01-19 17:34:34.000000000 +0100
@@ -1,8 +1,10 @@
-future>=0.14.0
 
 [:platform_system != "Windows"]
 ujson<=1.35
 
+[:python_version < "3"]
+future>=0.14.0
+
 [:python_version < "3.2"]
 futures
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-jsonrpc-server-0.3.2/setup.py 
new/python-jsonrpc-server-0.3.4/setup.py
--- old/python-jsonrpc-server-0.3.2/setup.py    2019-12-02 17:02:41.000000000 
+0100
+++ new/python-jsonrpc-server-0.3.4/setup.py    2020-01-19 17:34:33.000000000 
+0100
@@ -32,7 +32,7 @@
     # requirements files see:
     # https://packaging.python.org/en/latest/requirements.html
     install_requires=[
-        'future>=0.14.0',
+        'future>=0.14.0; python_version<"3"',
         'futures; python_version<"3.2"',
         'ujson<=1.35; platform_system!="Windows"',
     ],


Reply via email to