forked from pool/python-pynetbox
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:
@@ -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
3
pynetbox-6.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a562422a36ea14f1d32715a6bde904f8e7f49a7bd55d43b47cd9ac3dc408471
|
||||
size 61479
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user