17
0

Compare commits

6 Commits

Author SHA256 Message Date
6fd69c1b96 Accepting request 1280085 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1280085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pynetbox?expand=0&rev=39
2025-05-26 16:40:03 +00:00
77af356bd5 Accepting request 1279539 from home:mnhauke:network:automation
- 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.

OBS-URL: https://build.opensuse.org/request/show/1279539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=75
2025-05-26 08:23:41 +00:00
23e69d88e0 Accepting request 1224559 from devel:languages:python
Forwarded request #1224460 from glaubitz

- Update to 7.4.1
    * Updated requests and urllib3 python libraries due to
      security vulnerabilities

OBS-URL: https://build.opensuse.org/request/show/1224559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pynetbox?expand=0&rev=38
2024-11-17 15:41:56 +00:00
6267a2b7d5 Accepting request 1224460 from home:glaubitz:branches:devel:languages:python
- Update to 7.4.1
  * Updated requests and urllib3 python libraries due to
    security vulnerabilities

OBS-URL: https://build.opensuse.org/request/show/1224460
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=73
2024-11-16 08:49:37 +00:00
d13e2b98c3 Accepting request 1194589 from devel:languages:python
- update to 7.4.0:
  * Fix: pynetbox greater than 7.0.0 fails to insert complex
    custom_fields. Fixes #597
  * Fix: replace None with 'null' in query parameters.
  * Fix: Fixes for connected endpoints.
  * Added first support for NetBox 4.0
  * Removed python 3.8, 3.9 from testing matrix, added python
    3.12
  * Removed NetBox 3.4, 3.5 from testing matrix, added NetBox 4.0
  * Added readme compatibility matrix.
- update to 7.3.4:
  * Fix API version for Netbox version > 4.x
  * Fix linter errors

OBS-URL: https://build.opensuse.org/request/show/1194589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pynetbox?expand=0&rev=37
2024-08-19 21:44:33 +00:00
6d6187c786 - update to 7.4.0:
* Fix: pynetbox greater than 7.0.0 fails to insert complex
    custom_fields. Fixes #597
  * Fix: replace None with 'null' in query parameters.
  * Fix: Fixes for connected endpoints.
  * Added first support for NetBox 4.0
  * Removed python 3.8, 3.9 from testing matrix, added python
    3.12
  * Removed NetBox 3.4, 3.5 from testing matrix, added NetBox 4.0
  * Added readme compatibility matrix.
- update to 7.3.4:
  * Fix API version for Netbox version > 4.x
  * Fix linter errors

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=71
2024-08-18 17:25:04 +00:00
4 changed files with 40 additions and 6 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:780064c800fb8c079c9828df472203146442ed3dd0b522a28a501204eb00c066
size 73850

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
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>
- update to 7.4.0:
* Fix: pynetbox greater than 7.0.0 fails to insert complex
custom_fields. Fixes #597
* Fix: replace None with 'null' in query parameters.
* Fix: Fixes for connected endpoints.
* Added first support for NetBox 4.0
* Removed python 3.8, 3.9 from testing matrix, added python
3.12
* Removed NetBox 3.4, 3.5 from testing matrix, added NetBox 4.0
* Added readme compatibility matrix.
- update to 7.3.4:
* Fix API version for Netbox version > 4.x
* Fix linter errors
-------------------------------------------------------------------
Sun Jan 7 22:04:34 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pynetbox
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# 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
Version: 7.3.3
Version: 7.5.0
Release: 0
Summary: NetBox API client library
License: Apache-2.0