From 6f242cf8a910c65d06152c2d7e83f708b00fcc74279caf2bacb830219e315cf2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Jan 2024 22:05:29 +0000 Subject: [PATCH] - 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 --- pynetbox-7.2.0.tar.gz | 3 --- pynetbox-7.3.3.tar.gz | 3 +++ python-pynetbox.changes | 17 +++++++++++++---- python-pynetbox.spec | 4 ++-- 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 pynetbox-7.2.0.tar.gz create mode 100644 pynetbox-7.3.3.tar.gz diff --git a/pynetbox-7.2.0.tar.gz b/pynetbox-7.2.0.tar.gz deleted file mode 100644 index 9f56878..0000000 --- a/pynetbox-7.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3735f4d44e81da4b9af3cc1fdf18e708752ac5d863442100d987886c099df5df -size 67334 diff --git a/pynetbox-7.3.3.tar.gz b/pynetbox-7.3.3.tar.gz new file mode 100644 index 0000000..e473adb --- /dev/null +++ b/pynetbox-7.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bcef4c3a019516d2425ae0ce5509eae7f4f11ad4510c9fe9527d468f22529b +size 67768 diff --git a/python-pynetbox.changes b/python-pynetbox.changes index fc57e9f..887f858 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 7 22:04:34 UTC 2024 - Dirk Müller + +- 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 @@ -44,7 +53,7 @@ Sat Dec 10 20:46:27 UTC 2022 - Martin Hauke ------------------------------------------------------------------- Wed Oct 5 14:22:03 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 6.6.2 +- Update to version 6.6.2 * ci: test against the currently supported python versions by @raddessi in #446 Fix pickling exception with custom errors by @kingtong in #459 @@ -272,7 +281,7 @@ Tue Feb 11 06:39:06 UTC 2020 - Martin Hauke - Update to version 4.2.5 * 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 @@ -292,7 +301,7 @@ Tue Dec 10 18:37:10 UTC 2019 - Martin Hauke Wed Nov 27 07:16:18 UTC 2019 - Martin Hauke - 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 @@ -452,7 +461,7 @@ Wed Oct 10 18:42:42 UTC 2018 - mardnh@gmx.de - Update to version 3.4.6 * 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 * Fixes issue with IPRecord object throwing a ValueError when diff --git a/python-pynetbox.spec b/python-pynetbox.spec index c140905..1453aa8 100644 --- a/python-pynetbox.spec +++ b/python-pynetbox.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-pynetbox -Version: 7.2.0 +Version: 7.3.3 Release: 0 Summary: NetBox API client library License: Apache-2.0