From bb3544408ed165a0086b727cb21359030f9ae91e74b8b0cc835412da50ce6090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 2 Aug 2021 12:38:31 +0000 Subject: [PATCH] Accepting request 909593 from home:mnhauke:network:automation - Update to version 6.1.3 * Adds dash-separated plugin endpoint name support - Do not longer build for python2 (upsteam dropped support). OBS-URL: https://build.opensuse.org/request/show/909593 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=49 --- pynetbox-6.1.2.tar.gz | 3 --- pynetbox-6.1.3.tar.gz | 3 +++ python-pynetbox.changes | 7 +++++++ python-pynetbox.spec | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pynetbox-6.1.2.tar.gz create mode 100644 pynetbox-6.1.3.tar.gz diff --git a/pynetbox-6.1.2.tar.gz b/pynetbox-6.1.2.tar.gz deleted file mode 100644 index ec63baf..0000000 --- a/pynetbox-6.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c1ff255613af552aa1a905b0f402859d27272fe14575f5cbb9463408a23c4df -size 58326 diff --git a/pynetbox-6.1.3.tar.gz b/pynetbox-6.1.3.tar.gz new file mode 100644 index 0000000..871d708 --- /dev/null +++ b/pynetbox-6.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e579c5a74ff98dffd2cecb0451b2fffc1924731b56876d7d97b9aaa2b6ef7aa6 +size 58425 diff --git a/python-pynetbox.changes b/python-pynetbox.changes index 4ab9964..96f3128 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Aug 1 09:33:26 UTC 2021 - Martin Hauke + +- Update to version 6.1.3 + * Adds dash-separated plugin endpoint name support +- Do not longer build for python2 (upsteam dropped support). + ------------------------------------------------------------------- Fri Apr 16 12:09:56 UTC 2021 - Martin Hauke diff --git a/python-pynetbox.spec b/python-pynetbox.spec index 54cf84b..b48582b 100644 --- a/python-pynetbox.spec +++ b/python-pynetbox.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-pynetbox -Version: 6.1.2 +Version: 6.1.3 Release: 0 Summary: NetBox API client library License: Apache-2.0