2019-11-08 06:35:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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)
|
|
|
|
|
|
2019-10-14 06:42:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 12 08:26:33 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 2.4.0
|
|
|
|
|
- Specfile cleanup
|
|
|
|
|
- Fix license
|
|
|
|
|
- Use tarball from github github
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 7 10:06:30 UTC 2017 - mardnh@gmx.de
|
|
|
|
|
|
|
|
|
|
- Initial package, version 1.0.2
|