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 +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>