14
0

Accepting request 787519 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/787519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pynetbox?expand=0&rev=11
This commit is contained in:
2020-03-24 21:34:27 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 23 14:49:20 UTC 2020 - pgajdos@suse.com
- version update to 4.3.0
* Adds the ability to thread calls to NetBox from .filter() and .all() methods. (PR #216)
-------------------------------------------------------------------
Tue Feb 11 06:39:06 UTC 2020 - Martin Hauke <mardnh@gmx.de>

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