14
0

Accepting request 859460 from home:mnhauke:network:automation

- Update to version 5.2.1
  * fix tests

- Update to version 5.2.0
  * Adds support for the /dcim/interfaces/:id/trace endpoint via
    the .trace() method on an interface record.
  * Add support for /api/users/ endpoints in NetBox 2.9+.
    Add Api.status() to be used with NetBox 2.10.0+.

OBS-URL: https://build.opensuse.org/request/show/859460
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=39
This commit is contained in:
2020-12-30 18:49:05 +00:00
committed by Git OBS Bridge
parent 7d8a5488f4
commit 373932c099
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Dec 30 16:14:45 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 5.2.1
* fix tests
-------------------------------------------------------------------
Wed Dec 30 08:10:49 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 5.2.0
* Adds support for the /dcim/interfaces/:id/trace endpoint via
the .trace() method on an interface record.
* Add support for /api/users/ endpoints in NetBox 2.9+.
Add Api.status() to be used with NetBox 2.10.0+.
-------------------------------------------------------------------
Sat Dec 26 21:03:56 UTC 2020 - Martin Hauke <mardnh@gmx.de>