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 2026-06-22 17:28:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pynetbox (Old)
and /work/SRC/openSUSE:Factory/.python-pynetbox.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pynetbox"
Mon Jun 22 17:28:21 2026 rev:43 rq:1360734 version:7.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pynetbox/python-pynetbox.changes
2026-05-07 15:45:36.740684584 +0200
+++
/work/SRC/openSUSE:Factory/.python-pynetbox.new.1956/python-pynetbox.changes
2026-06-22 17:29:20.477540749 +0200
@@ -1,0 +2,27 @@
+Fri Jun 19 07:15:59 UTC 2026 - Martin Hauke <[email protected]>
+
+- Update to version 7.8.0
+ New Features
+ * Plugin Extension Framework (#774).
+ * Custom Thread Pool Executor (#633).
+ * Cursor-Based Pagination (#764).
+ Other New Features
+ * #713 - Add sync() method to the data_sources endpoint.
+ * #715 - Allow endpoints with underscores.
+ Enhancements
+ * #625 - Preserve JSON list fields instead of returning them as
+ Records.
+ Bug Fixes
+ * #701 - Fix filtering for custom fields.
+ * #749 - Don't treat Record methods as constructors in
+ _parse_values.
+ * #745 - Serialize list-Record items that lack an ID.
+ * #519 - Fix link peer casting.
+ * #688 - Skip network fetch for dunder attributes in
+ Record.__getattr__ .
+ * #748 - Stop re-sending PATCH for unchanged partial
+ custom_fields.
+ Compatibility
+ * Supports NetBox 4.6
+
+-------------------------------------------------------------------
Old:
----
pynetbox-7.7.0.tar.gz
New:
----
pynetbox-7.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pynetbox.spec ++++++
--- /var/tmp/diff_new_pack.uMhSbU/_old 2026-06-22 17:29:21.405573077 +0200
+++ /var/tmp/diff_new_pack.uMhSbU/_new 2026-06-22 17:29:21.405573077 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pynetbox
-Version: 7.7.0
+Version: 7.8.0
Release: 0
Summary: NetBox API client library
License: Apache-2.0
@@ -27,15 +27,18 @@
Source:
https://files.pythonhosted.org/packages/source/p/pynetbox/pynetbox-%{version}.tar.gz
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module netaddr}
+BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module requests}
+BuildRequires: %{python_module requests >= 2.32.3}
BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module urllib3 >= 2.2.3}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-packaging
-Requires: python-requests >= 2.20.0
+Requires: python-requests >= 2.32.3
+Requires: python-urllib3 >= 2.2.3
BuildArch: noarch
%python_subpackages
++++++ pynetbox-7.7.0.tar.gz -> pynetbox-7.8.0.tar.gz ++++++
++++ 7205 lines of diff (skipped)