14
0

Accepting request 942745 from home:mnhauke:network:automation

- Update to version 6.4.1
  * Adds support for HTTP 409 when allocation is unsuccessful.
  * Set ObjectChanges.postchange_data and .prechange_data to
    JsonField.
- Update to version 6.4.0
  * Use display field in Record.__str__() to support future models
  * Update docstrings for DetailEndpoint and Prefixes.available_*
  * Add wireless app (for NetBox 3.1+)

OBS-URL: https://build.opensuse.org/request/show/942745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=52
This commit is contained in:
2021-12-29 00:04:14 +00:00
committed by Git OBS Bridge
parent 52b5b8e50b
commit b293c3cf9b
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Dec 27 10:54:26 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 6.4.1
* Adds support for HTTP 409 when allocation is unsuccessful.
* Set ObjectChanges.postchange_data and .prechange_data to
JsonField.
- Update to version 6.4.0
* Use display field in Record.__str__() to support future models
* Update docstrings for DetailEndpoint and Prefixes.available_*
* Add wireless app (for NetBox 3.1+)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 5 14:59:12 UTC 2021 - Martin Hauke <mardnh@gmx.de> Sun Dec 5 14:59:12 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-pynetbox Name: python-pynetbox
Version: 6.3.0 Version: 6.4.1
Release: 0 Release: 0
Summary: NetBox API client library Summary: NetBox API client library
License: Apache-2.0 License: Apache-2.0