diff --git a/pynetbox-4.2.5.tar.gz b/pynetbox-4.2.5.tar.gz deleted file mode 100644 index 1527d41..0000000 --- a/pynetbox-4.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:653c3ec1e4a508fee61f5f648ae76762ee4c48e5d9fa6f45d1914e548394c96b -size 46816 diff --git a/pynetbox-4.3.0.tar.gz b/pynetbox-4.3.0.tar.gz new file mode 100644 index 0000000..427b4e2 --- /dev/null +++ b/pynetbox-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72fedef91951fc235ebf72f509e67151e3a9be972bd97c8b5501db19373d058 +size 47469 diff --git a/python-pynetbox.changes b/python-pynetbox.changes index b7d2f55..55662bb 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -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 diff --git a/python-pynetbox.spec b/python-pynetbox.spec index f8b12e3..1a6cc50 100644 --- a/python-pynetbox.spec +++ b/python-pynetbox.spec @@ -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