14
0

Accepting request 957442 from home:mnhauke:network:automation

- 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.

OBS-URL: https://build.opensuse.org/request/show/957442
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=53
This commit is contained in:
2022-02-25 23:12:24 +00:00
committed by Git OBS Bridge
parent b293c3cf9b
commit e71787515b
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98a3485ad4cb091aa7b9f977056515f3c78b9d966496911d3f6e9bc5374d494b
size 62242

3
pynetbox-6.6.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17b5754c607cc9f6befe39e39a188cf9d8c9ffcbf636fb75c5985bb8d01a0324
size 62678

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 24 20:42:55 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>

View File

@@ -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