forked from pool/python-pynetbox
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6cc9fdfa90 | |||
| 2e493c0ce0 | |||
| e221f0ccdb | |||
| 44158364d8 | |||
| 3add5f6380 | |||
| f868d265ee |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fd0b1f197b3880048408ff5ed84422dd599bcd9389e32cb06a09b9b0d55c1636
|
|
||||||
size 68081
|
|
||||||
3
pynetbox-7.6.0.tar.gz
Normal file
3
pynetbox-7.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e15ccbb49eef92fbdb20511e4b08ee55edc7313a87b618ef5ebf874ee2ae0f0a
|
||||||
|
size 80138
|
||||||
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 10 09:36:29 UTC 2026 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 7.6.0
|
||||||
|
Breaking Changes
|
||||||
|
* Moved ObjectChange to core for NetBox 4.1.0 compatibility.
|
||||||
|
New Features
|
||||||
|
* Added support for v2 Tokens introduced in NetBox 4.5.0.
|
||||||
|
Enhancements
|
||||||
|
* Add SVG support for Rack Elevation endpoint.
|
||||||
|
Bugfixes
|
||||||
|
* Add token when getting NetBox version to prevent 403 error.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 23 12:17:43 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 7.5.0
|
||||||
|
* Return correct choices when API token can PUT but not POST.
|
||||||
|
* When using OIDC proxy for authentication return correct
|
||||||
|
nb.version property.
|
||||||
|
* Add CircuitTerminations, ConsolePorts, ConsoleServerPorts,
|
||||||
|
PowerOutlets, PowerPorts to trace of circuit.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 15 13:41:37 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 7.4.1
|
||||||
|
* Updated requests and urllib3 python libraries due to
|
||||||
|
security vulnerabilities
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 17:24:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sun Aug 18 17:24:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pynetbox
|
# spec file for package python-pynetbox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pynetbox
|
Name: python-pynetbox
|
||||||
Version: 7.4.0
|
Version: 7.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: NetBox API client library
|
Summary: NetBox API client library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user