Hello community,
here is the log from the commit of package python-influxdb for openSUSE:Factory
checked in at 2020-04-19 21:50:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-influxdb (Old)
and /work/SRC/openSUSE:Factory/.python-influxdb.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-influxdb"
Sun Apr 19 21:50:12 2020 rev:7 rq:793879 version:5.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-influxdb/python-influxdb.changes
2020-03-10 10:12:14.492687977 +0100
+++
/work/SRC/openSUSE:Factory/.python-influxdb.new.2738/python-influxdb.changes
2020-04-19 21:50:18.576181868 +0200
@@ -1,0 +2,30 @@
+Tue Apr 14 12:43:25 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
python-influxdb-fix-testsuite.patch
v5.2.3.tar.gz
New:
----
v5.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-influxdb.spec ++++++
--- /var/tmp/diff_new_pack.LcNlxo/_old 2020-04-19 21:50:20.340185407 +0200
+++ /var/tmp/diff_new_pack.LcNlxo/_new 2020-04-19 21:50:20.344185416 +0200
@@ -19,15 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-influxdb
-Version: 5.2.3
+Version: 5.3.0
Release: 0
Summary: InfluxDB client
License: MIT
Group: Development/Languages/Python
URL: https://github.com/influxdb/influxdb-python
Source:
https://github.com/influxdata/influxdb-python/archive/v%{version}.tar.gz
-# fix module 'distutils' has no attribute 'spawn'
-Patch1: python-influxdb-fix-testsuite.patch
BuildRequires: %{python_module python-dateutil >= 2.0.0}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module requests >= 1.0.3}
@@ -35,6 +33,7 @@
BuildRequires: %{python_module six >= 1.9.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-msgpack
Requires: python-python-dateutil >= 2.6.0
Requires: python-pytz
Requires: python-requests >= 1.17.0
@@ -42,6 +41,7 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module mock}
+BuildRequires: %{python_module msgpack}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module requests-mock}
@@ -57,7 +57,6 @@
%prep
%setup -q -n influxdb-python-%{version}
-%patch1 -p1
%build
%python_build
++++++ v5.2.3.tar.gz -> v5.3.0.tar.gz ++++++
++++ 1939 lines of diff (skipped)