Package: influxdb-python / 5.3.2-6

Metadata

Package Version Patches format
influxdb-python 5.3.2-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip precision test.patch | (download)

influxdb/tests/dataframe_client_test.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
remove broken test.patch | (download)

influxdb/tests/dataframe_client_test.py | 32 0 + 32 - 0 !
1 file changed, 32 deletions(-)

 remove broken test
 This test is broken because of a deprecation warning in pandas.
fix_time_zone_name.patch | (download)

influxdb/tests/test_line_protocol.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 tzdata ships only timezones in tzdata that follow the current rules
             of geographical region (continent or ocean) and city name
python3.12.patch | (download)

influxdb/tests/client_test.py | 2 1 + 1 - 0 !
influxdb/tests/helper_test.py | 1 1 + 0 - 0 !
influxdb/tests/influxdb08/client_test.py | 8 4 + 4 - 0 !
3 files changed, 6 insertions(+), 5 deletions(-)

 port to python3.12 and skip one test that has different results in python 3.11 and 3.12
Bug-Debian: https://bugs.debian.org/1058299
pandas2.0.patch | (download)

influxdb/tests/dataframe_client_test.py | 14 7 + 7 - 0 !
influxdb/tests/influxdb08/dataframe_client_test.py | 2 1 + 1 - 0 !
influxdb/tests/server_tests/client_test_with_server.py | 2 1 + 1 - 0 !
3 files changed, 9 insertions(+), 9 deletions(-)

 fix ftbfs with pandas 2.0
Bug-Debian: https://bugs.debiab.org/1044076
SyntaxWarning | (download)

influxdb/tests/client_test.py | 14 7 + 7 - 0 !
influxdb/tests/influxdb08/client_test.py | 6 3 + 3 - 0 !
influxdb/tests/server_tests/client_test_with_server.py | 10 5 + 5 - 0 !
3 files changed, 15 insertions(+), 15 deletions(-)

 silence syntaxwarning
pandas2.2.patch | (download)

influxdb/tests/dataframe_client_test.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid test-failing warning in pandas 2.2

nose.patch | (download)

influxdb/tests/client_test.py | 22 21 + 1 - 0 !
influxdb/tests/dataframe_client_test.py | 22 21 + 1 - 0 !
influxdb/tests/influxdb08/client_test.py | 22 21 + 1 - 0 !
influxdb/tests/influxdb08/dataframe_client_test.py | 21 20 + 1 - 0 !
4 files changed, 83 insertions(+), 4 deletions(-)

 remove usage of deprecated nose
remove_six.patch | (download)

influxdb/client.py | 2 1 + 1 - 0 !
influxdb/helper.py | 3 1 + 2 - 0 !
influxdb/influxdb08/client.py | 5 2 + 3 - 0 !
influxdb/influxdb08/helper.py | 3 1 + 2 - 0 !
influxdb/line_protocol.py | 11 4 + 7 - 0 !
requirements.txt | 1 0 + 1 - 0 !
6 files changed, 9 insertions(+), 16 deletions(-)

 remove need for python3-six
remove_mock.patch | (download)

influxdb/tests/client_test.py | 2 1 + 1 - 0 !
influxdb/tests/helper_test.py | 2 1 + 1 - 0 !
influxdb/tests/influxdb08/client_test.py | 4 2 + 2 - 0 !
influxdb/tests/influxdb08/helper_test.py | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 remove need for python3-six