Hello community,
here is the log from the commit of package python-pynetbox for openSUSE:Factory
checked in at 2020-06-26 21:49:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pynetbox (Old)
and /work/SRC/openSUSE:Factory/.python-pynetbox.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pynetbox"
Fri Jun 26 21:49:31 2020 rev:12 rq:817206 version:5.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pynetbox/python-pynetbox.changes
2020-03-24 22:34:31.513153061 +0100
+++
/work/SRC/openSUSE:Factory/.python-pynetbox.new.3060/python-pynetbox.changes
2020-06-26 21:50:03.402717968 +0200
@@ -1,0 +2,37 @@
+Fri Jun 26 08:08:29 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 5.0.1
+ * Fixes #240 by adding an Api.openapi() method that returns a
+ dictionary of the entire OpenAPI spec.
+ Breaking Changes
+ * Fixes #239, #229, #219, #209, #189, and #166 by allowing
+ Api.http_session to be overridden by user-supplied custom
+ requests.Session() objects to more precisely control certain
+ requests behavior. While this was possible before, it wasn't
+ applied to all requests. For example, getting session keys
+ was done in Api().__init__() which wouldn't respect a custom
+ http_session. This behavior has been changed and will now
+ only occur when the secrets endpoint is called.
+ * Note: this change removes the ssl_verify kwarg passed to
+ .api() that controlled certificate validation in previous
+ versions. Please see the docs for the new method.
+ * Fixes #241 where the same objects failed equality tests if one
+ was derived from a nested object vs directly from that endpoint
+ * Fixes an inconsistency noted in #224 by making Endpoint.get()
+ and Endpoint.filter() behave similarly (return None) when the
+ resource isn't found.
+ * Fixes #144 by returning proper objects from .create() on detail
+ endpoint routes like available-ips and available-prefixes.
+
+-------------------------------------------------------------------
+Sat Jun 13 10:50:27 UTC 2020 - Martin Hauke <[email protected]>
+
+
+- Use github source URL
+- Update to version 4.3.2
+ * Adds support for the rack elevation endpoint in NetBox 2.8
+- Update to version 4.3.1
+ * Makes config_contex on virtualization record objects a
+ JsonField.
+
+-------------------------------------------------------------------
@@ -5 +42,2 @@
- * Adds the ability to thread calls to NetBox from .filter() and .all()
methods. (PR #216)
+ * Adds the ability to thread calls to NetBox from .filter() and
+ .all() methods. (PR #216)
Old:
----
pynetbox-4.3.0.tar.gz
New:
----
pynetbox-5.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pynetbox.spec ++++++
--- /var/tmp/diff_new_pack.Rbhf4G/_old 2020-06-26 21:50:04.514721546 +0200
+++ /var/tmp/diff_new_pack.Rbhf4G/_new 2020-06-26 21:50:04.522721572 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pynetbox
-Version: 4.3.0
+Version: 5.0.1
Release: 0
Summary: NetBox API client library
License: Apache-2.0
++++++ pynetbox-4.3.0.tar.gz -> pynetbox-5.0.1.tar.gz ++++++
++++ 3684 lines of diff (skipped)