Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-influxdb-client for 
openSUSE:Factory checked in at 2026-05-28 17:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-influxdb-client (Old)
 and      /work/SRC/openSUSE:Factory/.python-influxdb-client.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-influxdb-client"

Thu May 28 17:25:56 2026 rev:3 rq:1355404 version:1.50.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-influxdb-client/python-influxdb-client.changes
    2025-03-12 20:15:04.822937265 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-influxdb-client.new.1937/python-influxdb-client.changes
  2026-05-28 17:27:11.112330033 +0200
@@ -1,0 +2,40 @@
+Wed May 27 14:30:12 UTC 2026 - Ben Greiner <[email protected]>
+
+- Update to 1.50.0
+  * #696: Move "setuptools" package to build dependency.
+- Release 1.49.0
+  * #682: Check core types when creating Authentication instances.
+  * #682: New example for working with Authentication API.
+- Release 1.48.0
+  * #679: Add note to caught errors about need to check client
+    timeout.
+- Release 1.47.0
+  * #672: Adding type validation to url attribute in client object
+  * #674: Add type linting to client.flux_table.FluxTable, remove
+    duplicated from pathlib import Path at setup.py
+  * #675: Ensures WritePrecision in Point is preferred to
+    DEFAULT_PRECISION
+- Release 1.46.0
+  * #667: Missing py.typed in distribution package
+  * #664: Multiprocessing example uses new source of data
+  * #665: Shows how to leverage header fields in errors returned on
+    write.
+- Release 1.45.0
+  * #652: Refactor to timezone specific datetime helpers to avoid
+    use deprecated functions
+  * #663: Accept HTTP 201 response to write request
+- Release 1.44.0
+  * #657: Prefer datetime.fromisoformat over dateutil.parse in
+    Python 3.11+
+  * #658: Add find_buckets_iter function that allow iterate through
+    all pages of buckets.
+- Release 1.43.0
+  * #655: Replace deprecated urllib calls HTTPResponse.getheaders()
+    and HTTPResponse.getheader().
+  * #654: Enable packaging type information - py.typed
+- Release 1.42.0
+  * #648: Fix DataFrame serialization with NaN values
+- Fix a tests checking the header version string: they prepend a v
+  for newer versions but we are still at influxdb2 2.7
+
+-------------------------------------------------------------------

Old:
----
  influxdb_client-1.41.0-gh.tar.gz

New:
----
  influxdb_client-1.50.0-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-influxdb-client.spec ++++++
--- /var/tmp/diff_new_pack.W2PmTR/_old  2026-05-28 17:27:11.824359507 +0200
+++ /var/tmp/diff_new_pack.W2PmTR/_new  2026-05-28 17:27:11.828359672 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-influxdb-client
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
 
 
 %{?sle15_python_module_pythons}
+%global skip_python314 1
 Name:           python-influxdb-client
-Version:        1.41.0
+Version:        1.50.0
 Release:        0
 Summary:        InfluxDB 2.0 Python client library
 License:        MIT
@@ -33,7 +34,6 @@
 Requires:       python-certifi >= 14.05.14
 Requires:       python-python-dateutil >= 2.5.3
 Requires:       python-reactivex >= 4.0.4
-Requires:       python-setuptools >= 21.0.0
 Requires:       python-urllib3 >= 1.26.0
 Suggests:       python-aiocsv >= 1.2.2
 Suggests:       python-aiohttp >= 3.8.1
@@ -54,7 +54,8 @@
 BuildRequires:  %{python_module reactivex >= 4.0.4}
 BuildRequires:  %{python_module urllib3 >= 1.26.0}
 BuildRequires:  curl
-BuildRequires:  influxdb2
+# remove the test fix below if this gets updated
+BuildRequires:  influxdb2 < 2.8.0
 # /SECTION
 %python_subpackages
 
@@ -63,11 +64,13 @@
 InfluxDB 3.x users should instead use the lightweight v3 client library.
 InfluxDB 1.x users should use the v1 client library.
 
-The API of the influxdb-client-python is not the backwards-compatible with
+The API of the influxdb-client-python is not backwards-compatible with
 the old one - influxdb-python.
 
 %prep
 %autosetup -p1 -n influxdb-client-python-%{version}
+# Remove this when influxdb2 is updated to a newer version.
+sed -iE '/re.compile.*X-Influxdb-Version/ s/\^v/^2/' tests/test_*.py
 
 %build
 %pyproject_wheel
@@ -106,6 +109,8 @@
 %pytest tests -k "not ($donttest)"
 
 %files %{python_files}
+%license LICENSE
+%doc README.md MIGRATION_GUIDE.rst
 %{python_sitelib}/influxdb_client
 %{python_sitelib}/influxdb_client-%{version}.dist-info
 

++++++ influxdb_client-1.41.0-gh.tar.gz -> influxdb_client-1.50.0-gh.tar.gz 
++++++
++++ 1730 lines of diff (skipped)

Reply via email to