From fcbe285ce513ce736843e256b792bf255d8893c87b39f9b4d95ab370ce083732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 Jul 2020 15:46:55 +0000 Subject: [PATCH] Accepting request 821330 from home:mnhauke:network:automation - Update to version 5.0.5 * Fixes issue with unchanged tags being reordered when .save() is called that caused unnecessary updates to NetBox. OBS-URL: https://build.opensuse.org/request/show/821330 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=28 --- pynetbox-5.0.4.tar.gz | 3 --- pynetbox-5.0.5.tar.gz | 3 +++ python-pynetbox.changes | 7 +++++++ python-pynetbox.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pynetbox-5.0.4.tar.gz create mode 100644 pynetbox-5.0.5.tar.gz diff --git a/pynetbox-5.0.4.tar.gz b/pynetbox-5.0.4.tar.gz deleted file mode 100644 index ba2638d..0000000 --- a/pynetbox-5.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05930e41f5b475080ee7a0d1d001a026e89861f6dc950167a45407ab0830f4bb -size 49760 diff --git a/pynetbox-5.0.5.tar.gz b/pynetbox-5.0.5.tar.gz new file mode 100644 index 0000000..59f8c62 --- /dev/null +++ b/pynetbox-5.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb62cb645f63e6cf331ef1e9216577b87ebde7721d4cf611b5aa545e645d2eb2 +size 49975 diff --git a/python-pynetbox.changes b/python-pynetbox.changes index 56a75e6..4c46922 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 16 15:20:57 UTC 2020 - Martin Hauke + +- Update to version 5.0.5 + * Fixes issue with unchanged tags being reordered when .save() + is called that caused unnecessary updates to NetBox. + ------------------------------------------------------------------- Wed Jul 8 15:53:44 UTC 2020 - Martin Hauke diff --git a/python-pynetbox.spec b/python-pynetbox.spec index e9b808e..6c994da 100644 --- a/python-pynetbox.spec +++ b/python-pynetbox.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pynetbox -Version: 5.0.4 +Version: 5.0.5 Release: 0 Summary: NetBox API client library License: Apache-2.0