- 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
This commit is contained in:
Thomas Bechtold 2019-01-27 06:44:38 +00:00 committed by Git OBS Bridge
parent d0ede42185
commit 427d1a679b
4 changed files with 29 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6adba2ddfd5781a06b5204339e679d66645bf6cc2b7f493eb9d7c8986d714e80
size 56396

3
influxdb-5.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac0e635a1c42beb179ad4b6696baf18e68b4ef948f17c568223f7dfb2c81909f
size 57124

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-influxdb
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-influxdb
Version: 5.0.0
Version: 5.1.0
Release: 0
Summary: InfluxDB client
License: MIT
@ -39,10 +39,10 @@ BuildRequires: %{python_module requests-mock}
%if 0%{?suse_version} >= 1500
BuildRequires: hostname
%endif
Requires: python-python-dateutil >= 2.0.0
Requires: python-python-dateutil >= 2.6.0
Requires: python-pytz
Requires: python-requests >= 1.0.3
Requires: python-six >= 1.9.0
Requires: python-requests >= 1.17.0
Requires: python-six >= 1.10.0
BuildArch: noarch
%python_subpackages