From 6138fedc5176bc1048ebec390ba7f1d31908a6e958c5e990ab1b051d27c5f9b8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 31 Oct 2021 22:33:53 +0000 Subject: [PATCH] Accepting request 928359 from home:mnhauke:network:automation - Update to version 6.2.0 * Fixes bulk update/delete on both Endpoint and RecordSet. OBS-URL: https://build.opensuse.org/request/show/928359 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=50 --- pynetbox-6.1.3.tar.gz | 3 --- pynetbox-6.2.0.tar.gz | 3 +++ python-pynetbox.changes | 6 ++++++ python-pynetbox.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pynetbox-6.1.3.tar.gz create mode 100644 pynetbox-6.2.0.tar.gz diff --git a/pynetbox-6.1.3.tar.gz b/pynetbox-6.1.3.tar.gz deleted file mode 100644 index 871d708..0000000 --- a/pynetbox-6.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e579c5a74ff98dffd2cecb0451b2fffc1924731b56876d7d97b9aaa2b6ef7aa6 -size 58425 diff --git a/pynetbox-6.2.0.tar.gz b/pynetbox-6.2.0.tar.gz new file mode 100644 index 0000000..3a6f183 --- /dev/null +++ b/pynetbox-6.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9dc004fc5b2a9ba3d7b3d14f2feaa46ceba83b20d7f339957757700a806da6 +size 60233 diff --git a/python-pynetbox.changes b/python-pynetbox.changes index 96f3128..805197c 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 31 10:10:38 UTC 2021 - Martin Hauke + +- Update to version 6.2.0 + * Fixes bulk update/delete on both Endpoint and RecordSet. + ------------------------------------------------------------------- Sun Aug 1 09:33:26 UTC 2021 - Martin Hauke diff --git a/python-pynetbox.spec b/python-pynetbox.spec index b48582b..39df50e 100644 --- a/python-pynetbox.spec +++ b/python-pynetbox.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pynetbox -Version: 6.1.3 +Version: 6.2.0 Release: 0 Summary: NetBox API client library License: Apache-2.0