14
0

Accepting request 935798 from home:mnhauke:network:automation

- Update to version 6.3.0
  * Handle list results in DetailEndpoint.create().
  * Define Permissions.constraints as JSON field to fix #398.
  * Fixes manual pagination (#412) and argless filter.
  * Makes .filter() with no args equivalent to .all(), 7.0 will
    remove the latter.
  * Add Api.create_token() (for NetBox 3.0+)
  * Add custom model name lookup to fix.

OBS-URL: https://build.opensuse.org/request/show/935798
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=51
This commit is contained in:
2021-12-05 20:34:21 +00:00
committed by Git OBS Bridge
parent 6138fedc51
commit 52b5b8e50b
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b9dc004fc5b2a9ba3d7b3d14f2feaa46ceba83b20d7f339957757700a806da6
size 60233

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a562422a36ea14f1d32715a6bde904f8e7f49a7bd55d43b47cd9ac3dc408471
size 61479

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Dec 5 14:59:12 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 6.3.0
* Handle list results in DetailEndpoint.create().
* Define Permissions.constraints as JSON field to fix #398.
* Fixes manual pagination (#412) and argless filter.
* Makes .filter() with no args equivalent to .all(), 7.0 will
remove the latter.
* Add Api.create_token() (for NetBox 3.0+)
* Add custom model name lookup to fix.
-------------------------------------------------------------------
Sun Oct 31 10:10:38 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pynetbox
Version: 6.2.0
Version: 6.3.0
Release: 0
Summary: NetBox API client library
License: Apache-2.0