* Add support for custom headers in the InfluxDBClient
* Add support for custom indexes for query in the DataFrameClient
* Amend retry to avoid sleep after last retry before raising exception
* Remove msgpack pinning for requirements
* Update support for HTTP headers in the InfluxDBClient
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=26
- Update to 5.3.0
* Add mypy testing framework (#756)
* Add support for messagepack (#734 thx @lovasoa)
* Add support for 'show series' (#357 thx @gaker)
* Add support for custom request session in InfluxDBClient (#360 thx @dschien)
* Add support for handling np.nan and np.inf values in DataFrameClient (#436 thx @nmerket)
* Add support for optional `time_precision` in the SeriesHelper (#502 && #719 thx @appunni-dishq && @klDen)
* Add ability to specify retention policy in SeriesHelper (#723 thx @csanz91)
* Add gzip compression for post and response data (#732 thx @KEClaytor)
* Add support for chunked responses in ResultSet (#753 and #538 thx @hrbonz && @psy0rz)
* Add support for empty string fields (#766 thx @gregschrock)
* Add support for context managers to InfluxDBClient (#721 thx @JustusAdam)
* Clean up stale CI config (#755)
* Add legacy client test (#752 & #318 thx @oldmantaiter & @sebito91)
* Update make_lines section in line_protocol.py to split out core function (#375 thx @aisbaa)
* Fix nanosecond time resolution for points (#407 thx @AndreCAndersen && @clslgrnc)
* Fix import of distutils.spawn (#805 thx @Hawk777)
* Update repr of float values including properly handling of boolean (#488 thx @ghost)
* Update DataFrameClient to fix faulty empty tags (#770 thx @michelfripiat)
* Update DataFrameClient to properly return `dropna` values (#778 thx @jgspiro)
* Update DataFrameClient to test for pd.DataTimeIndex before blind conversion (#623 thx @testforvin)
* Update client to type-set UDP port to int (#651 thx @yifeikong)
* Update batched writing support for all iterables (#746 thx @JayH5)
* Update SeriesHelper to enable class instantiation when not initialized (#772 thx @ocworld)
* Update UDP test case to add proper timestamp to datapoints (#808 thx @shantanoo-desai)
- Drop upstreamed patch python-influxdb-fix-testsuite.patch
OBS-URL: https://build.opensuse.org/request/show/793877
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=22
- version update to 5.2.2
- Fix 'TypeError: Already tz-aware' introduced with recent versions of Panda
(#671, #676, thx @f4bsch @clslgrnc)
- Pass through the "method" kwarg to DataFrameClient queries
- Finally add a CHANGELOG.md to communicate breaking changes (#598)
- Test multiple versions of InfluxDB in travis
- Add SHARD DURATION parameter to retention policy create/alter
- Update POST/GET requests to follow verb guidelines from InfluxDB documentation
- Update test suite to support InfluxDB v1.3.9, v1.4.2, and v1.5.4
- Fix performance degradation when removing NaN values via line protocol (#592)
- Dropped support for Python3.4
- added patches
recent changes in master to fix tests
+ python-influxdb-d5d1249.patch
fix module 'distutils' has no attribute 'spawn'
+ python-influxdb-fix-testsuite.patch
OBS-URL: https://build.opensuse.org/request/show/703014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-influxdb?expand=0&rev=4
- version update to 5.2.2
- Fix 'TypeError: Already tz-aware' introduced with recent versions of Panda
(#671, #676, thx @f4bsch @clslgrnc)
- Pass through the "method" kwarg to DataFrameClient queries
- Finally add a CHANGELOG.md to communicate breaking changes (#598)
- Test multiple versions of InfluxDB in travis
- Add SHARD DURATION parameter to retention policy create/alter
- Update POST/GET requests to follow verb guidelines from InfluxDB documentation
- Update test suite to support InfluxDB v1.3.9, v1.4.2, and v1.5.4
- Fix performance degradation when removing NaN values via line protocol (#592)
- Dropped support for Python3.4
- added patches
recent changes in master to fix tests
+ python-influxdb-d5d1249.patch
fix module 'distutils' has no attribute 'spawn'
+ python-influxdb-fix-testsuite.patch
OBS-URL: https://build.opensuse.org/request/show/701985
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=15
- 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
OBS-URL: https://build.opensuse.org/request/show/668895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-influxdb?expand=0&rev=3
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=13
* 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