- update to 5.2.1:

* Pass through method kwarg to DataFrameClient query method (#617)
  * Mention in README.md that Python 3.3 is no longer supported
  * Fix pandas example (#547)
  * Enable testing for InfluxDB v1.3.9, v1.4.2, and v1.5.4 (tsi)
  * v5.2.0
  * Remove UDP Precision Restrictions (#557)
  * set version to 5.1.0
  * doc: clarify that send_packet takes a list (#545)
  * specify the numpy dependency explicitly to prevent regression in test (#563)
  * Remove comment as issues have been resolved (#581)
  * release 5.2.1 in changelog
  * README: add PyPI status
  * Escape tag values that ends with backslash (#537)
  * README: styling
  * Fix performance degradation with line protocol (#592)
  * Fix wrong session mount (#571)
  * Add shard_duration parameter when creating or altering retention poli… (#606)
  * Update travis to test multiple versions of InfluxDB
  * Use GET & POST appropriately according to InfluxDB documentation (#608)
  * Add an initial stub for a CHANGELOG.md
  * 5.2.1 release
  * Fix for  DataFrameClient issue - seems does not process correctly DateTimeIndex dates (issue #479) (#495)
  * Add changelog to CHANGELOG.md
  * DataFrameClient should escape measurement names (#542)
  * 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)
  * Add changelog entries for 5.0.0 release
  * Add back PyPy3, remove references to Python 3.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=11
This commit is contained in:
Thomas Bechtold 2019-01-27 06:31:42 +00:00 committed by Git OBS Bridge
parent 373ed0ba84
commit feb44f4818
4 changed files with 43 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6adba2ddfd5781a06b5204339e679d66645bf6cc2b7f493eb9d7c8986d714e80
size 56396

3
influxdb-5.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75d96de25d0d4e9e66e155f64dc9dc2a48de74ac4e77e3a46ad881fba772e3b6
size 58647

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sun Jan 27 06:28:08 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- update to 5.2.1:
* Pass through method kwarg to DataFrameClient query method (#617)
* Mention in README.md that Python 3.3 is no longer supported
* Fix pandas example (#547)
* Enable testing for InfluxDB v1.3.9, v1.4.2, and v1.5.4 (tsi)
* v5.2.0
* Remove UDP Precision Restrictions (#557)
* set version to 5.1.0
* doc: clarify that send_packet takes a list (#545)
* specify the numpy dependency explicitly to prevent regression in test (#563)
* Remove comment as issues have been resolved (#581)
* release 5.2.1 in changelog
* README: add PyPI status
* Escape tag values that ends with backslash (#537)
* README: styling
* Fix performance degradation with line protocol (#592)
* Fix wrong session mount (#571)
* Add shard_duration parameter when creating or altering retention poli… (#606)
* Update travis to test multiple versions of InfluxDB
* Use GET & POST appropriately according to InfluxDB documentation (#608)
* Add an initial stub for a CHANGELOG.md
* 5.2.1 release
* Fix for DataFrameClient issue - seems does not process correctly DateTimeIndex dates (issue #479) (#495)
* Add changelog to CHANGELOG.md
* DataFrameClient should escape measurement names (#542)
* 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)
* Add changelog entries for 5.0.0 release
* Add back PyPy3, remove references to Python 3.4
* Update _dataframe_client.py (#593)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:49:20 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:49:20 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-influxdb # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-influxdb Name: python-influxdb
Version: 5.0.0 Version: 5.2.1
Release: 0 Release: 0
Summary: InfluxDB client Summary: InfluxDB client
License: MIT License: MIT
@ -39,10 +39,10 @@ BuildRequires: %{python_module requests-mock}
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500
BuildRequires: hostname BuildRequires: hostname
%endif %endif
Requires: python-python-dateutil >= 2.0.0 Requires: python-python-dateutil >= 2.6.0
Requires: python-pytz Requires: python-pytz
Requires: python-requests >= 1.0.3 Requires: python-requests >= 1.17.0
Requires: python-six >= 1.9.0 Requires: python-six >= 1.10.0
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages