From da5f2c96d8e8329705c325ca6d41e99a1f50ca6e16cea12f3b5985965b868505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 9 Apr 2021 14:00:13 +0000 Subject: [PATCH] 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 --- pynetbox-6.0.1.tar.gz | 3 --- pynetbox-6.1.1.tar.gz | 3 +++ python-pynetbox.changes | 13 +++++++++++++ python-pynetbox.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 pynetbox-6.0.1.tar.gz create mode 100644 pynetbox-6.1.1.tar.gz diff --git a/pynetbox-6.0.1.tar.gz b/pynetbox-6.0.1.tar.gz deleted file mode 100644 index af41db9..0000000 --- a/pynetbox-6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b41c53bd40f3d03649fc016439cf38a98ffa8563f8b02b44d008937687155a61 -size 57503 diff --git a/pynetbox-6.1.1.tar.gz b/pynetbox-6.1.1.tar.gz new file mode 100644 index 0000000..650575c --- /dev/null +++ b/pynetbox-6.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342ae328d02920cd4da101d7f75f0f85c4a2e291b517019151a39ad17dd8fa0a +size 58030 diff --git a/python-pynetbox.changes b/python-pynetbox.changes index e2ef2f6..7bd8467 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Apr 9 09:36:47 UTC 2021 - Martin Hauke + +- 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 diff --git a/python-pynetbox.spec b/python-pynetbox.spec index e74c172..01e307b 100644 --- a/python-pynetbox.spec +++ b/python-pynetbox.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pynetbox -Version: 6.0.1 +Version: 6.1.1 Release: 0 Summary: NetBox API client library License: Apache-2.0