forked from pool/python-librouteros
Accepting request 746393 from home:mnhauke:network:automation
- 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)
OBS-URL: https://build.opensuse.org/request/show/746393
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-librouteros?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
7880da50fc
commit
9d62b4f16f
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 19:51:02 UTC 2019 - Martin Hauke <mardnh@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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 12 08:26:33 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user