14
0

Accepting request 828738 from home:mnhauke:network:automation

- Update to version 5.0.7
  * Implement Record.__getitem__()
- Update to version 5.0.6
  * Fixes issue when calling attributes by their dict keys where
    we only returned the key's name instead of its value.

OBS-URL: https://build.opensuse.org/request/show/828738
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=30
This commit is contained in:
Tomáš Chvátal
2020-08-24 08:48:46 +00:00
committed by Git OBS Bridge
parent fcbe285ce5
commit 38dd57c7ed
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Aug 22 22:03:37 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 5.0.7
* Implement Record.__getitem__()
- Update to version 5.0.6
* Fixes issue when calling attributes by their dict keys where
we only returned the key's name instead of its value.
-------------------------------------------------------------------
Thu Jul 16 15:20:57 UTC 2020 - Martin Hauke <mardnh@gmx.de>