Commit Graph

  • 702b28ad46 Accepting request 1226827 from devel:languages:python factory Ana Guerrero 2024-11-27 21:12:32 +0000
  • e88f251bb2 - Skip python313 flavor as this package only supports up to python311 devel Markéta Machová 2024-11-27 09:07:07 +0000
  • 877bbc0dfb Accepting request 1200102 from devel:languages:python Ana Guerrero 2024-09-11 14:56:50 +0000
  • 0349ba2db0 - Update to 5.3.2: * Correctly serialize nanosecond dataframe timestamps (#926) - Refresh all patches and skip broken test with numpy >= 2 Daniel Garcia 2024-09-11 10:55:58 +0000
  • 7e8d89d9ba Accepting request 1157038 from devel:languages:python Ana Guerrero 2024-03-13 21:17:44 +0000
  • c6fdf954cd Accepting request 1156405 from home:bnavigator:branches:devel:languages:python Matej Cepl 2024-03-11 21:29:46 +0000
  • af5f749a31 Accepting request 1147526 from devel:languages:python Ana Guerrero 2024-02-20 20:13:08 +0000
  • 803a668306 Accepting request 1147422 from home:bnavigator:branches:devel:languages:python Matej Cepl 2024-02-19 08:49:19 +0000
  • cb0520b968 Accepting request 1130190 from devel:languages:python Ana Guerrero 2023-12-01 20:26:25 +0000
  • 5a6939e2d3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=37 Dirk Mueller 2023-12-01 10:45:22 +0000
  • 7b7236187a Accepting request 1128636 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2023-11-25 22:45:13 +0000
  • e705cb7eaf Accepting request 1093763 from devel:languages:python Dominique Leuenberger 2023-06-19 20:50:46 +0000
  • bd6b87a9d1 Accepting request 1093753 from home:favogt:branches:devel:languages:python Markéta Machová 2023-06-19 11:02:38 +0000
  • 7485f72748 Accepting request 1090792 from devel:languages:python Dominique Leuenberger 2023-06-05 16:07:02 +0000
  • 944648d45e Accepting request 1090456 from home:pgajdos:python Matej Cepl 2023-06-04 23:38:10 +0000
  • 41a251074d Clean up SPEC file Matej Cepl 2022-12-12 21:36:12 +0000
  • 3234693ef2 Accepting request 1042085 from devel:languages:python Dominique Leuenberger 2022-12-11 16:17:04 +0000
  • 77dda751ea Accepting request 1041907 from home:dimstar:Factory Dirk Mueller 2022-12-11 11:10:46 +0000
  • 6b3e5bf89c Accepting request 886232 from devel:languages:python Dominique Leuenberger 2021-04-17 21:24:38 +0000
  • fbc03e747c Accepting request 885694 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2021-04-17 08:38:18 +0000
  • e5454d29ba - update to 5.3.1: * 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 Dirk Mueller 2021-02-02 00:22:42 +0000
  • 6c88487352 Accepting request 819677 from devel:languages:python Dominique Leuenberger 2020-07-09 11:20:22 +0000
  • 84296732a1 Accepting request 819514 from home:pgajdos:python Tomáš Chvátal 2020-07-09 06:47:51 +0000
  • 8623c43e73 Accepting request 793879 from devel:languages:python Dominique Leuenberger 2020-04-19 19:50:12 +0000
  • 7a2151557b Accepting request 793877 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-04-14 13:08:18 +0000
  • 67dba9dcc5 Accepting request 783186 from devel:languages:python Dominique Leuenberger 2020-03-10 09:12:11 +0000
  • 4bb434cfb7 - skip python 2.x build (pandas went py3 only) Dirk Mueller 2020-03-10 08:40:51 +0000
  • e2a2c91623 Accepting request 730200 from devel:languages:python Ludwig Nussel 2019-09-13 12:59:59 +0000
  • 104648f38c - Update to 5.2.3: * Add consistency param to InfluxDBClient.write_points (#643 thx @RonRothman) * Add UDP example (#648 thx @shantanoo-desai) * Add consistency paramter to write_points (#664 tx @RonRothman) * The query() function now accepts a bind_params argument for parameter binding (#678 thx @clslgrnc) * Add get_list_continuous_queries, drop_continuous_query, and create_continuous_query management methods for continuous queries (#681 thx @lukaszdudek-silvair) * Mutual TLS authentication (#702 thx @LloydW93) - Drop merged patches: * python-influxdb-d5d1249.patch Tomáš Chvátal 2019-09-11 15:03:33 +0000
  • 17343cb679 Accepting request 703014 from devel:languages:python Dominique Leuenberger 2019-05-16 20:07:53 +0000
  • af51ba9fd5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-influxdb?expand=0&rev=16 Tomáš Chvátal 2019-05-14 22:00:53 +0000
  • 77dd12cb69 Accepting request 701985 from home:pgajdos Tomáš Chvátal 2019-05-12 15:33:39 +0000
  • 121a4b8a2b Accepting request 668895 from devel:languages:python Dominique Leuenberger 2019-01-28 19:48:40 +0000
  • 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 Thomas Bechtold 2019-01-27 06:44:38 +0000
  • d0ede42185 Accepting request 668894 from devel:languages:python Thomas Bechtold 2019-01-27 06:41:58 +0000
  • 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 Thomas Bechtold 2019-01-27 06:31:42 +0000
  • 373ed0ba84 Accepting request 659441 from devel:languages:python Dominique Leuenberger 2018-12-24 10:38:26 +0000
  • 1f6e696607 Accepting request 544468 from devel:languages:python Dominique Leuenberger 2017-11-25 07:42:09 +0000