14
0

Accepting request 755657 from home:mnhauke:network:automation

- Update to version 4.2.2
  * Fixes issues with hashing Record objects by adding name
    attribute to Endpoint and __eq__ method to Record objects to
    facilitate comparison.

OBS-URL: https://build.opensuse.org/request/show/755657
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-12-11 07:11:33 +00:00
committed by Git OBS Bridge
parent 7a1340bb33
commit cf7e56ec98
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 10 18:37:10 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.2.2
* Fixes issues with hashing Record objects by adding name
attribute to Endpoint and __eq__ method to Record objects to
facilitate comparison.
-------------------------------------------------------------------
Wed Nov 27 07:16:18 UTC 2019 - Martin Hauke <mardnh@gmx.de>