Hello community,

here is the log from the commit of package python-librouteros for 
openSUSE:Factory checked in at 2019-11-08 15:27:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-librouteros (Old)
 and      /work/SRC/openSUSE:Factory/.python-librouteros.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-librouteros"

Fri Nov  8 15:27:18 2019 rev:2 rq:746479 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-librouteros/python-librouteros.changes    
2019-10-28 16:59:05.413665850 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-librouteros.new.2990/python-librouteros.changes
  2019-11-08 15:27:19.295097379 +0100
@@ -1,0 +2,20 @@
+Thu Nov  7 19:51:02 UTC 2019 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 3.0.0
+  * Introduce query support.
+  * Path object for easy query and common operations.
+  * yield each item instead of returning tuple of items. Greatly
+    reduces memory usage.
+  * Drop pre python 3.6 support.
+  * Replace pylava with pylint.
+  * Add yapf formatter.
+  * Replace py.path with builtin pathlib.
+  * connect() accepts only one login_method parameter.
+  * Drop socker exceptions wrapping.
+  * Remove ConnectionError exception.
+  * Renamed LibError to LibRouterosError.
+  * Changed exceptions inheritance.
+  * Removed joinPath()
+- Do not longer build against python2 (upstream dropped support)
+
+-------------------------------------------------------------------

Old:
----
  librouteros-2.4.0.tar.gz

New:
----
  librouteros-3.0.0.tar.gz

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

Other differences:
------------------
++++++ python-librouteros.spec ++++++
--- /var/tmp/diff_new_pack.Y3Tb3Z/_old  2019-11-08 15:27:20.263098467 +0100
+++ /var/tmp/diff_new_pack.Y3Tb3Z/_new  2019-11-08 15:27:20.263098467 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package python-librouteros
 #
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017-2019, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,12 +18,13 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-librouteros
-Version:        2.4.0
+Version:        3.0.0
 Release:        0
 Summary:        Python implementation of MikroTik RouterOS API
-Group:          Development/Languages/Python
 License:        GPL-2.0-or-later
+Group:          Development/Languages/Python
 URL:            https://github.com/luqasz/librouteros
 Source:         
https://github.com/luqasz/librouteros/archive/%{version}.tar.gz#/librouteros-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}

++++++ librouteros-2.4.0.tar.gz -> librouteros-3.0.0.tar.gz ++++++
++++ 3043 lines of diff (skipped)


Reply via email to