9 Commits

Author SHA256 Message Date
Dominique Leuenberger
17343cb679 Accepting request 703014 from devel:languages:python
- 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
2019-05-16 20:07:53 +00:00
Tomáš Chvátal
af51ba9fd5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=16 2019-05-14 22:00:53 +00:00
Tomáš Chvátal
77dd12cb69 Accepting request 701985 from home:pgajdos
- 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
2019-05-12 15:33:39 +00:00
Dominique Leuenberger
121a4b8a2b Accepting request 668895 from devel:languages:python
- 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
2019-01-28 19:48:40 +00:00
Thomas Bechtold
427d1a679b - 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/package/show/devel:languages:python/python-influxdb?expand=0&rev=13
2019-01-27 06:44:38 +00:00
Thomas Bechtold
d0ede42185 Accepting request 668894 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/668894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=12
2019-01-27 06:41:58 +00:00
Thomas Bechtold
feb44f4818 - 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
2019-01-27 06:31:42 +00:00
Dominique Leuenberger
373ed0ba84 Accepting request 659441 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-influxdb?expand=0&rev=2
2018-12-24 10:38:26 +00:00
Dominique Leuenberger
1f6e696607 Accepting request 544468 from devel:languages:python
python influxdb client

OBS-URL: https://build.opensuse.org/request/show/544468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-influxdb?expand=0&rev=1
2017-11-25 07:42:09 +00:00