diff --git a/pynetbox-6.4.1.tar.gz b/pynetbox-6.4.1.tar.gz deleted file mode 100644 index e4ee202..0000000 --- a/pynetbox-6.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98a3485ad4cb091aa7b9f977056515f3c78b9d966496911d3f6e9bc5374d494b -size 62242 diff --git a/pynetbox-6.6.1.tar.gz b/pynetbox-6.6.1.tar.gz new file mode 100644 index 0000000..133c29d --- /dev/null +++ b/pynetbox-6.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b5754c607cc9f6befe39e39a188cf9d8c9ffcbf636fb75c5985bb8d01a0324 +size 62678 diff --git a/python-pynetbox.changes b/python-pynetbox.changes index a54a22e..8615603 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Feb 24 20:42:55 UTC 2022 - Martin Hauke + +- Update to version 6.6.1 + * Use devices as variable for example calls to nb.dcim.devices. + * Fixes #447: Remove extra self argument in Vlans.str(). +- Update to version 6.6.0 + * Upgrade Black to the first non-beta release. + * Fix VirtualChassis.__str__(), make VirtualChassis.master a + Devices object. +- Update to version 6.5.0 + * Docstring updates: remove secrets from examples. + * Fixes #427: Adds support for available-vlans child endpoint + for VLAN groups. + ------------------------------------------------------------------- Mon Dec 27 10:54:26 UTC 2021 - Martin Hauke diff --git a/python-pynetbox.spec b/python-pynetbox.spec index 54b64c8..5437a64 100644 --- a/python-pynetbox.spec +++ b/python-pynetbox.spec @@ -1,7 +1,7 @@ # # spec file for package python-pynetbox # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pynetbox -Version: 6.4.1 +Version: 6.6.1 Release: 0 Summary: NetBox API client library License: Apache-2.0