14
0

Accepting request 942745 from home:mnhauke:network:automation

- Update to version 6.4.1
  * Adds support for HTTP 409 when allocation is unsuccessful.
  * Set ObjectChanges.postchange_data and .prechange_data to
    JsonField.
- Update to version 6.4.0
  * Use display field in Record.__str__() to support future models
  * Update docstrings for DetailEndpoint and Prefixes.available_*
  * Add wireless app (for NetBox 3.1+)

OBS-URL: https://build.opensuse.org/request/show/942745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=52
This commit is contained in:
2021-12-29 00:04:14 +00:00
committed by Git OBS Bridge
parent 52b5b8e50b
commit b293c3cf9b
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Dec 27 10:54:26 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 6.4.1
* Adds support for HTTP 409 when allocation is unsuccessful.
* Set ObjectChanges.postchange_data and .prechange_data to
JsonField.
- Update to version 6.4.0
* Use display field in Record.__str__() to support future models
* Update docstrings for DetailEndpoint and Prefixes.available_*
* Add wireless app (for NetBox 3.1+)
-------------------------------------------------------------------
Sun Dec 5 14:59:12 UTC 2021 - Martin Hauke <mardnh@gmx.de>