- 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
75 lines
3.0 KiB
Plaintext
75 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri May 10 11:23:44 UTC 2019 - pgajdos@suse.com
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 27 06:43:00 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
- 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 <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 22 18:32:54 UTC 2017 - mimi.vx@gmail.com
|
|
|
|
- convert to singlespec
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 21 17:56:20 UTC 2017 - ncutler@suse.com
|
|
|
|
- spec file
|
|
+ "hostname" build dependency only for Leap 15 and above
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 21 17:05:52 UTC 2017 - ncutler@suse.com
|
|
|
|
- update to 5.0.0
|
|
for detailed change log, see https://github.com/influxdata/influxdb-python/commits/b59fe97
|
|
- add "hostname" build dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 10 09:37:39 UTC 2017 - dmueller@suse.com
|
|
|
|
- remove unnecessary build requires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 16 12:37:01 UTC 2017 - dmueller@suse.com
|
|
|
|
- Initial packaging (4.0.0)
|
|
|