forked from pool/python-librouteros
* Migrate to using setup_method(). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-librouteros?expand=0&rev=19
86 lines
2.8 KiB
Plaintext
86 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Aug 20 04:27:52 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch migrate-to-setup-method.patch:
|
|
* Migrate to using setup_method().
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 23 06:26:04 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Skip a broken test.
|
|
- Switch to autosetup and pyproject macros.
|
|
- Stop using greedy globs in %files.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 29 14:49:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 3.2.1
|
|
* Fix non ASCII API word encoding
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 23 13:40:02 UTC 2022 - pgajdos@suse.com
|
|
|
|
- python-mock is not required for build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 7 03:38:10 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Remove BuildRequires on chainmap, it's a builtin now.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 18 20:54:31 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 3.2.0
|
|
* Ignore character decoding errors
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 18 22:31:34 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 3.1.0
|
|
* Add In operator
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 20 20:44:13 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 3.0.2
|
|
* Fix generator yielding
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 20 17:58:37 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 3.0.1
|
|
* Add typing annotations
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- 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
|