From df5107371d98a6d9556663b04b397015c2038085dd2eb8cbbd71fa1e4e5501d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 21 Nov 2019 12:13:01 +0000 Subject: [PATCH] Accepting request 750004 from home:mnhauke:network:automation - Update to version 4.2.0 * Fix discrepancy in DetailEndpoint.create() and the docs where calling w/o arguments resulted in an exception. * Add method to return custom choices. OBS-URL: https://build.opensuse.org/request/show/750004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=11 --- pynetbox-4.1.2.tar.gz | 3 --- pynetbox-4.2.0.tar.gz | 3 +++ python-pynetbox.changes | 8 ++++++++ python-pynetbox.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pynetbox-4.1.2.tar.gz create mode 100644 pynetbox-4.2.0.tar.gz diff --git a/pynetbox-4.1.2.tar.gz b/pynetbox-4.1.2.tar.gz deleted file mode 100644 index 23414c9..0000000 --- a/pynetbox-4.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a2cb0e9b1c46a488c68bb4757f090e5eb00cf225fd9a841010a70b40a35cbbd -size 46169 diff --git a/pynetbox-4.2.0.tar.gz b/pynetbox-4.2.0.tar.gz new file mode 100644 index 0000000..2f4b274 --- /dev/null +++ b/pynetbox-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2282891ab1d3a5f5b28cb3b83c30d33c7ac3da1ee928c7332a4d2fac32f283 +size 46448 diff --git a/python-pynetbox.changes b/python-pynetbox.changes index 939703a..fb64e8a 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Nov 20 20:21:16 UTC 2019 - Martin Hauke + +- Update to version 4.2.0 + * Fix discrepancy in DetailEndpoint.create() and the docs where + calling w/o arguments resulted in an exception. + * Add method to return custom choices. + ------------------------------------------------------------------- Tue Nov 19 18:13:35 UTC 2019 - Martin Hauke diff --git a/python-pynetbox.spec b/python-pynetbox.spec index 480845f..0b0dc1e 100644 --- a/python-pynetbox.spec +++ b/python-pynetbox.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pynetbox -Version: 4.1.2 +Version: 4.2.0 Release: 0 Summary: NetBox API client library License: Apache-2.0