Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pynetbox for openSUSE:Factory
checked in at 2021-04-08 21:32:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pynetbox (Old)
and /work/SRC/openSUSE:Factory/.python-pynetbox.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pynetbox"
Thu Apr 8 21:32:18 2021 rev:21 rq:883678 version:6.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pynetbox/python-pynetbox.changes
2021-01-05 18:16:22.883517155 +0100
+++
/work/SRC/openSUSE:Factory/.python-pynetbox.new.2401/python-pynetbox.changes
2021-04-08 21:32:25.799824540 +0200
@@ -1,0 +2,18 @@
+Wed Apr 7 15:27:32 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 6.0.1
+ * Fixes broken DetailEndpoint.list().
+- Update to version 6.0.0
+ * BREAKING CHANGE Endpoint.all() and .filter() no longer return
+ lists, instead they return a ReturnSet object now. Iterating
+ over this object calls a generator which steps through
+ paginated results now as-needed.
+ * Endpoint.all() and .filter() now accept a limit kwarg that
+ controls the page size of paginated results.
+ * Fixes issue pickling responses from Endpoint.all() and
+ `.filter().
+ * Implemented integration tests against four previous major
+ NetBox releases.
+ * Ends python 2 support.
+
+-------------------------------------------------------------------
Old:
----
pynetbox-5.3.0.tar.gz
New:
----
pynetbox-6.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pynetbox.spec ++++++
--- /var/tmp/diff_new_pack.Ar3qRh/_old 2021-04-08 21:32:26.283825071 +0200
+++ /var/tmp/diff_new_pack.Ar3qRh/_new 2021-04-08 21:32:26.287825076 +0200
@@ -18,13 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pynetbox
-Version: 5.3.0
+Version: 6.0.1
Release: 0
Summary: NetBox API client library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/digitalocean/pynetbox
Source:
https://files.pythonhosted.org/packages/source/p/pynetbox/pynetbox-%{version}.tar.gz
+BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module netaddr}
BuildRequires: %{python_module pytest}
@@ -55,7 +56,7 @@
%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
%check
-%pytest
+%pytest tests/unit
%files %{python_files}
%doc README.md CHANGELOG.md
++++++ pynetbox-5.3.0.tar.gz -> pynetbox-6.0.1.tar.gz ++++++
++++ 2645 lines of diff (skipped)