From 158a0c238c2beb4b2f84cb57edc709a1e8ef498438166238ada239127536ba05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Sun, 11 Dec 2022 14:10:00 +0000 Subject: [PATCH] Accepting request 1042030 from home:mnhauke:network:automation - Update to version 7.0.0 BREAKING CHANGE * Due to changes for a_terminations, b_terminations this version only supports NetBox 3.3 and later. Changes * Enable available_ips for ip_ranges. * Remove all Python2 related code. * Do not skip plugins in endpoint URLs. * Fix pickling exception with custom errors. * Support NetBox 3.3 cabling models (breaking change). OBS-URL: https://build.opensuse.org/request/show/1042030 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=58 --- pynetbox-6.6.2.tar.gz | 3 --- pynetbox-7.0.0.tar.gz | 3 +++ python-pynetbox.changes | 14 ++++++++++++++ python-pynetbox.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 pynetbox-6.6.2.tar.gz create mode 100644 pynetbox-7.0.0.tar.gz diff --git a/pynetbox-6.6.2.tar.gz b/pynetbox-6.6.2.tar.gz deleted file mode 100644 index 7c11cec..0000000 --- a/pynetbox-6.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83b840aeaed49bacde6962d29f4550e4bd35b2e273e9f65c1f8cbe0883fe74db -size 62703 diff --git a/pynetbox-7.0.0.tar.gz b/pynetbox-7.0.0.tar.gz new file mode 100644 index 0000000..b61be22 --- /dev/null +++ b/pynetbox-7.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6506c95f056755f7d20532dce68af52787b8d3acca034f9db8643d7457655ed3 +size 63611 diff --git a/python-pynetbox.changes b/python-pynetbox.changes index fc3079d..c383fea 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Dec 10 20:46:27 UTC 2022 - Martin Hauke + +- Update to version 7.0.0 + BREAKING CHANGE + * Due to changes for a_terminations, b_terminations this version + only supports NetBox 3.3 and later. + Changes + * Enable available_ips for ip_ranges. + * Remove all Python2 related code. + * Do not skip plugins in endpoint URLs. + * Fix pickling exception with custom errors. + * Support NetBox 3.3 cabling models (breaking change). + ------------------------------------------------------------------- Wed Oct 5 14:22:03 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-pynetbox.spec b/python-pynetbox.spec index f1c045d..ac068b6 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.6.2 +Version: 7.0.0 Release: 0 Summary: NetBox API client library License: Apache-2.0