forked from pool/python-pynetbox
Accepting request 749045 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/749045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pynetbox?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e171380b36bedb7e0cd6a735fe8193d5809b373897b6905a2de43342761426c7
|
||||
size 44244
|
3
pynetbox-4.1.0.tar.gz
Normal file
3
pynetbox-4.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09525a29f1ac8c1a54772d6e2b94a55b1db6ba6a1c5b07f7af6a6ce232b1f7d5
|
||||
size 46054
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 16 11:18:49 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 4.1.0
|
||||
* Makes use of session in requests
|
||||
* Adds Api.version property to query the NetBox version
|
||||
* Adds .choices() method to endpoint objects that utilizes DRF's
|
||||
OPTIONS method for discovering available choices for fields
|
||||
that use it. This method will eventually replace App.choices()
|
||||
when NetBox retires the /_choices endpoint.
|
||||
* Adds count() method to Endpoint object.
|
||||
* Use requests params to form URL parameters.
|
||||
* Creates a custom model for ChangeObjects and sets its __str__
|
||||
to request_id.
|
||||
* Implements __hash__ method on Record.
|
||||
* Implements JsonField object.
|
||||
* Adds local_context_data field to device model as dict.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 22:21:50 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pynetbox
|
||||
Version: 4.0.8
|
||||
Version: 4.1.0
|
||||
Release: 0
|
||||
Summary: NetBox API client library
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user