14
0

- 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
This commit is contained in:
2024-08-18 17:25:04 +00:00
committed by Git OBS Bridge
parent 6f242cf8a9
commit 6d6187c786
4 changed files with 21 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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> Sun Jan 7 22:04:34 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%define skip_python2 1 %define skip_python2 1
Name: python-pynetbox Name: python-pynetbox
Version: 7.3.3 Version: 7.4.0
Release: 0 Release: 0
Summary: NetBox API client library Summary: NetBox API client library
License: Apache-2.0 License: Apache-2.0