14
0

Accepting request 1060579 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1060579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pynetbox?expand=0&rev=33
This commit is contained in:
2023-01-24 18:43:33 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6506c95f056755f7d20532dce68af52787b8d3acca034f9db8643d7457655ed3
size 63611

3
pynetbox-7.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eba8b5153ca575bc45f39ade1119b9f0a218c83947f84c4bb2df7fc9de4ffa9a
size 63554

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 23 21:56:39 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- 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

View File

@@ -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