diff --git a/pynetbox-7.0.0.tar.gz b/pynetbox-7.0.0.tar.gz deleted file mode 100644 index b61be22..0000000 --- a/pynetbox-7.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6506c95f056755f7d20532dce68af52787b8d3acca034f9db8643d7457655ed3 -size 63611 diff --git a/pynetbox-7.0.1.tar.gz b/pynetbox-7.0.1.tar.gz new file mode 100644 index 0000000..6219c66 --- /dev/null +++ b/pynetbox-7.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba8b5153ca575bc45f39ade1119b9f0a218c83947f84c4bb2df7fc9de4ffa9a +size 63554 diff --git a/python-pynetbox.changes b/python-pynetbox.changes index 33f14f4..d7da4f1 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 23 21:56:39 UTC 2023 - Martin Hauke + +- Update to version 7.0.1 + * Removed pre-NetBox 3.3 features. + * Fix custom_filed KeyError traceback. + ------------------------------------------------------------------- Mon Dec 12 18:06:33 UTC 2022 - pgajdos@suse.com diff --git a/python-pynetbox.spec b/python-pynetbox.spec index cd772ee..6b48bf0 100644 --- a/python-pynetbox.spec +++ b/python-pynetbox.spec @@ -1,7 +1,7 @@ # # spec file for package python-pynetbox # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pynetbox -Version: 7.0.0 +Version: 7.0.1 Release: 0 Summary: NetBox API client library License: Apache-2.0 @@ -60,6 +59,6 @@ Python API client library for NetBox. %files %{python_files} %doc README.md CHANGELOG.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pynetbox* %changelog