diff --git a/influxdb-5.0.0.tar.gz b/influxdb-5.0.0.tar.gz deleted file mode 100644 index 5848e11..0000000 --- a/influxdb-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6adba2ddfd5781a06b5204339e679d66645bf6cc2b7f493eb9d7c8986d714e80 -size 56396 diff --git a/influxdb-5.1.0.tar.gz b/influxdb-5.1.0.tar.gz new file mode 100644 index 0000000..f0c0392 --- /dev/null +++ b/influxdb-5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0e635a1c42beb179ad4b6696baf18e68b4ef948f17c568223f7dfb2c81909f +size 57124 diff --git a/python-influxdb.changes b/python-influxdb.changes index f87d912..b3c0669 100644 --- a/python-influxdb.changes +++ b/python-influxdb.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Jan 27 06:43:00 UTC 2019 - Thomas Bechtold + +- update to version v5.1.0 + * README: add PyPI status + * Escape tag values that ends with backslash (#537) + * Fix for DataFrameClient issue - seems does not process correctly DateTimeIndex dates (issue #479) (#495) + * Fix pandas example (#547) + * Fix wrong session mount (#571) + * set version to 5.1.0 + * DataFrameClient should escape measurement names (#542) + * doc: clarify that send_packet takes a list (#545) + * specify the numpy dependency explicitly to prevent regression in test (#563) + * Parse column names in a dataframe to avoid breaking the line protocol (#584) + * adding back dropped database param + * Allow connecting to influxdb running on a path on the server (#556) + * Remove comment as issues have been resolved (#581) + * Remove UDP Precision Restrictions (#557) + * Update _dataframe_client.py (#593) + * README: styling + ------------------------------------------------------------------- Tue Dec 4 12:49:20 UTC 2018 - Matej Cepl diff --git a/python-influxdb.spec b/python-influxdb.spec index cd2798a..1302ff9 100644 --- a/python-influxdb.spec +++ b/python-influxdb.spec @@ -1,7 +1,7 @@ # # spec file for package python-influxdb # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-influxdb -Version: 5.0.0 +Version: 5.1.0 Release: 0 Summary: InfluxDB client License: MIT @@ -39,10 +39,10 @@ BuildRequires: %{python_module requests-mock} %if 0%{?suse_version} >= 1500 BuildRequires: hostname %endif -Requires: python-python-dateutil >= 2.0.0 +Requires: python-python-dateutil >= 2.6.0 Requires: python-pytz -Requires: python-requests >= 1.0.3 -Requires: python-six >= 1.9.0 +Requires: python-requests >= 1.17.0 +Requires: python-six >= 1.10.0 BuildArch: noarch %python_subpackages