forked from pool/python-pynetbox
- update to 7.3.3:
* fix pypi release - update to 7.3.0: * Add support for NetBox v3.7 by @markkuleinio #596 * Updated test suite by @abhi1693 - Update to version 6.6.2 from NetBox 2.7 * Fixes infinite loop when filtering with paginated results. turned into Record objects instead of OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=69
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3735f4d44e81da4b9af3cc1fdf18e708752ac5d863442100d987886c099df5df
|
|
||||||
size 67334
|
|
3
pynetbox-7.3.3.tar.gz
Normal file
3
pynetbox-7.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b0bcef4c3a019516d2425ae0ce5509eae7f4f11ad4510c9fe9527d468f22529b
|
||||||
|
size 67768
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 7 22:04:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 7.3.3:
|
||||||
|
* fix pypi release
|
||||||
|
- update to 7.3.0:
|
||||||
|
* Add support for NetBox v3.7 by @markkuleinio #596
|
||||||
|
* Updated test suite by @abhi1693
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 7 15:49:27 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
Thu Sep 7 15:49:27 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
@@ -44,7 +53,7 @@ Sat Dec 10 20:46:27 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 5 14:22:03 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Oct 5 14:22:03 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 6.6.2
|
- Update to version 6.6.2
|
||||||
* ci: test against the currently supported python versions by @raddessi in #446
|
* ci: test against the currently supported python versions by @raddessi in #446
|
||||||
Fix pickling exception with custom errors by @kingtong in #459
|
Fix pickling exception with custom errors by @kingtong in #459
|
||||||
|
|
||||||
@@ -272,7 +281,7 @@ Tue Feb 11 06:39:06 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|||||||
|
|
||||||
- Update to version 4.2.5
|
- Update to version 4.2.5
|
||||||
* save() is not idempotent when dealing with choice objects
|
* save() is not idempotent when dealing with choice objects
|
||||||
from NetBox 2.7
|
from NetBox 2.7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 12 09:18:34 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
Sun Jan 12 09:18:34 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
@@ -292,7 +301,7 @@ Tue Dec 10 18:37:10 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|||||||
Wed Nov 27 07:16:18 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Wed Nov 27 07:16:18 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
- Update to version 4.2.1
|
- Update to version 4.2.1
|
||||||
* Fixes infinite loop when filtering with paginated results.
|
* Fixes infinite loop when filtering with paginated results.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 20 20:21:16 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Wed Nov 20 20:21:16 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
@@ -452,7 +461,7 @@ Wed Oct 10 18:42:42 UTC 2018 - mardnh@gmx.de
|
|||||||
|
|
||||||
- Update to version 3.4.6
|
- Update to version 3.4.6
|
||||||
* Fixes issue with the values of data and config_context being
|
* Fixes issue with the values of data and config_context being
|
||||||
turned into Record objects instead of
|
turned into Record objects instead of
|
||||||
|
|
||||||
- Update to version 3.4.5
|
- Update to version 3.4.5
|
||||||
* Fixes issue with IPRecord object throwing a ValueError when
|
* Fixes issue with IPRecord object throwing a ValueError when
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pynetbox
|
# spec file for package python-pynetbox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pynetbox
|
Name: python-pynetbox
|
||||||
Version: 7.2.0
|
Version: 7.3.3
|
||||||
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