14
0

Accepting request 884014 from home:mnhauke:network:automation

- Update to version 6.1.1
  * Fixes issue with duplicate returns when threading is enabled.
  * Fixes updates to config_context data.
  * Re-implements ValueError from Endpoint.get() when used with
    kwargs and more than one result is found.
- Update to version 6.1.0
  * Adds a __next__ method to RecordSet objects.
- Update to version 6.0.2
  * Fix len() calls for empty RecordSet.

OBS-URL: https://build.opensuse.org/request/show/884014
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=45
This commit is contained in:
2021-04-09 14:00:13 +00:00
committed by Git OBS Bridge
parent 0099ccbb42
commit da5f2c96d8
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Apr 9 09:36:47 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 6.1.1
* Fixes issue with duplicate returns when threading is enabled.
* Fixes updates to config_context data.
* Re-implements ValueError from Endpoint.get() when used with
kwargs and more than one result is found.
- Update to version 6.1.0
* Adds a __next__ method to RecordSet objects.
- Update to version 6.0.2
* Fix len() calls for empty RecordSet.
-------------------------------------------------------------------
Wed Apr 7 15:27:32 UTC 2021 - Martin Hauke <mardnh@gmx.de>