Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-influxdb for openSUSE:Factory
checked in at 2024-03-13 22:17:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-influxdb (Old)
and /work/SRC/openSUSE:Factory/.python-influxdb.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-influxdb"
Wed Mar 13 22:17:44 2024 rev:15 rq:1157038 version:5.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-influxdb/python-influxdb.changes
2024-02-20 21:13:09.231236011 +0100
+++
/work/SRC/openSUSE:Factory/.python-influxdb.new.1770/python-influxdb.changes
2024-03-13 22:18:34.792274662 +0100
@@ -1,0 +2,5 @@
+Fri Mar 8 15:47:41 UTC 2024 - Ben Greiner <[email protected]>
+
+- Update python-influxdb-new-pandas.patch once more
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-influxdb.spec ++++++
--- /var/tmp/diff_new_pack.MXWDBl/_old 2024-03-13 22:18:36.628342208 +0100
+++ /var/tmp/diff_new_pack.MXWDBl/_new 2024-03-13 22:18:36.632342355 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-influxdb
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
# https://github.com/influxdata/influxdb-python/pull/835
Patch0: python-influxdb-remove-nose.patch
# PATCH-FIX-UPSTREAM influxdb-pr845-pandas-future.patch --
gh#influxdb/influxdb-python#845
-Patch1:
https://github.com/influxdata/influxdb-python/pull/845.patch#/influxdb-pr845-pandas-future.patch
+Patch1: influxdb-pr845-pandas-future.patch
# do not require six (repo archived in favour of influxdb2, not reporting)
Patch2: python-influxdb-no-six.patch
# fix tests with newer pandas
++++++ influxdb-pr845-pandas-future.patch ++++++
--- /var/tmp/diff_new_pack.MXWDBl/_old 2024-03-13 22:18:36.656343238 +0100
+++ /var/tmp/diff_new_pack.MXWDBl/_new 2024-03-13 22:18:36.656343238 +0100
@@ -7,11 +7,11 @@
influxdb/_dataframe_client.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/influxdb/_dataframe_client.py b/influxdb/_dataframe_client.py
-index e7ae9c17..1363cbf0 100644
---- a/influxdb/_dataframe_client.py
-+++ b/influxdb/_dataframe_client.py
-@@ -305,7 +305,7 @@ def _convert_dataframe_to_json(dataframe,
+Index: influxdb-5.3.1/influxdb/_dataframe_client.py
+===================================================================
+--- influxdb-5.3.1.orig/influxdb/_dataframe_client.py
++++ influxdb-5.3.1/influxdb/_dataframe_client.py
+@@ -305,7 +305,7 @@ class DataFrameClient(InfluxDBClient):
'time': np.int64(ts.value / precision_factor)}
for ts, tag, (_, rec) in zip(
dataframe.index,
@@ -20,4 +20,17 @@
dataframe[field_columns].iterrows()
)
]
+Index: influxdb-5.3.1/influxdb/tests/dataframe_client_test.py
+===================================================================
+--- influxdb-5.3.1.orig/influxdb/tests/dataframe_client_test.py
++++ influxdb-5.3.1/influxdb/tests/dataframe_client_test.py
+@@ -334,7 +334,7 @@ class TestDataFrameClient(unittest.TestC
+ ['some', "2", 2, None], # skip None
+ ['', "2", 2, None], # all tags empty
+ ],
+- index=pd.period_range(now, freq='H', periods=5),
++ index=pd.period_range(now, freq='h', periods=5),
+ columns=["tag_one", "column_one", "column_two", "tag_three"]
+ )
+