14
0

Accepting request 787513 from home:pgajdos:python

- version update to 4.3.0
  * Adds the ability to thread calls to NetBox from .filter() and .all() methods. (PR #216)

OBS-URL: https://build.opensuse.org/request/show/787513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2020-03-23 15:00:15 +00:00
committed by Git OBS Bridge
parent d0f05a6056
commit 787bfba9ec
4 changed files with 11 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pynetbox
Version: 4.2.5
Version: 4.3.0
Release: 0
Summary: NetBox API client library
License: Apache-2.0
@@ -35,7 +35,7 @@ BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-netaddr
Requires: python-requests
Requires: python-requests >= 2.20.0
BuildArch: noarch
%python_subpackages