python-influxdb/python-influxdb.changes

207 lines
9.0 KiB
Plaintext

-------------------------------------------------------------------
Tue Nov 26 12:02:42 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- Skip python313 flavor as this package only supports up to python311
-------------------------------------------------------------------
Wed Sep 11 10:54:28 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 5.3.2:
* Correctly serialize nanosecond dataframe timestamps (#926)
- Refresh all patches and skip broken test with numpy >= 2
-------------------------------------------------------------------
Fri Mar 8 15:47:41 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update python-influxdb-new-pandas.patch once more
-------------------------------------------------------------------
Sun Feb 18 12:38:12 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python312 flavor. This legacy package is not compatible with
Python 3.12. Makes gh#openSUSE/openSUSE-release-tools#3034 more
pressing.
-------------------------------------------------------------------
Fri Nov 24 18:51:23 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update python-influxdb-new-pandas.patch in order to avoid
FutureWarning: does not work with pandas < 2.1
- Make pure python a noarch package
- PEP 517
- Upstream is archived, but still required by
openSUSE-release-tools gh#openSUSE/openSUSE-release-tools#3034
-------------------------------------------------------------------
Mon Jun 19 08:47:41 UTC 2023 - Fabian Vogt <fvogt@suse.com>
- Add patch to fix tests with newer pandas:
* python-influxdb-new-pandas.patch
-------------------------------------------------------------------
Fri Jun 2 08:59:55 UTC 2023 - pgajdos@suse.com
- do not require six
- modified patches
% python-influxdb-remove-nose.patch (refreshed)
- added patches
do not require six (repo archived in favour of influxdb2, not reporting)
+ python-influxdb-no-six.patch
-------------------------------------------------------------------
Fri Dec 9 16:05:29 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Sync ExcludeArch with influxdb. By definition, this package is no
longer noarch, as it's not usable/installable on all
architectures (missing deps).
-------------------------------------------------------------------
Thu Apr 15 14:29:34 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Skip python36: Extensive use of pandas in the test suite
- Add influxdb-pr845-pandas-future.patch
gh#influxdb/influxdb-python#845
- Skip tests failing with pandas -- #influxdb/influxdb-python#884
- Don't use extra mock
-------------------------------------------------------------------
Tue Feb 2 00:19:18 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Wed Jul 8 16:04:53 UTC 2020 - pgajdos@suse.com
- do not depend on deprecated nose
- added patches
https://github.com/influxdata/influxdb-python/pull/835
+ python-influxdb-remove-nose.patch
-------------------------------------------------------------------
Tue Apr 14 12:43:25 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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
-------------------------------------------------------------------
Tue Mar 10 08:37:48 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- skip python 2.x build (pandas went py3 only)
-------------------------------------------------------------------
Wed Sep 11 14:50:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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
-------------------------------------------------------------------
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)