14
0

Accepting request 1042184 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1042184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pynetbox?expand=0&rev=31
This commit is contained in:
2022-12-11 16:17:07 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83b840aeaed49bacde6962d29f4550e4bd35b2e273e9f65c1f8cbe0883fe74db
size 62703

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6506c95f056755f7d20532dce68af52787b8d3acca034f9db8643d7457655ed3
size 63611

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Dec 10 20:46:27 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- 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 <yarunachalam@suse.com>

View File

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