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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd4045fd90754f123bd36902b87ddfbe23bb85dceb6d3c133e622ab3f0b4b0db
size 50631

3
pynetbox-5.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:532c878e756acf667f9eeb08b1f4138769ba1dcea8259bc705a64fda6679cef0
size 52508

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>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pynetbox
Version: 5.1.2
Version: 5.2.1
Release: 0
Summary: NetBox API client library
License: Apache-2.0