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

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