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