commit python-influxdb for openSUSE:Factory

2020-07-09 Thread root
Hello community,

here is the log from the commit of package python-influxdb for openSUSE:Factory 
checked in at 2020-07-09 13:20:22

Comparing /work/SRC/openSUSE:Factory/python-influxdb (Old)
 and  /work/SRC/openSUSE:Factory/.python-influxdb.new.3060 (New)


Package is "python-influxdb"

Thu Jul  9 13:20:22 2020 rev:8 rq:819677 version:5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-influxdb/python-influxdb.changes  
2020-04-19 21:50:18.576181868 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-influxdb.new.3060/python-influxdb.changes
2020-07-09 13:21:27.965667562 +0200
@@ -1,0 +2,8 @@
+Wed Jul  8 16:04:53 UTC 2020 - pgaj...@suse.com
+
+- do not depend on deprecated nose
+- added patches
+  https://github.com/influxdata/influxdb-python/pull/835
+  + python-influxdb-remove-nose.patch
+
+---

New:

  python-influxdb-remove-nose.patch



Other differences:
--
++ python-influxdb.spec ++
--- /var/tmp/diff_new_pack.NtJuUT/_old  2020-07-09 13:21:29.145671291 +0200
+++ /var/tmp/diff_new_pack.NtJuUT/_new  2020-07-09 13:21:29.145671291 +0200
@@ -26,6 +26,8 @@
 Group:  Development/Languages/Python
 URL:https://github.com/influxdb/influxdb-python
 Source: 
https://github.com/influxdata/influxdb-python/archive/v%{version}.tar.gz
+# https://github.com/influxdata/influxdb-python/pull/835
+Patch0: python-influxdb-remove-nose.patch
 BuildRequires:  %{python_module python-dateutil >= 2.0.0}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module requests >= 1.0.3}
@@ -42,8 +44,8 @@
 # SECTION test requirements
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module msgpack}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests-mock}
 BuildRequires:  influxdb
 %if 0%{?suse_version} >= 1500
@@ -57,12 +59,13 @@
 
 %prep
 %setup -q -n influxdb-python-%{version}
+%patch0 -p1
 
 %build
 %python_build
 
 %check
-%python_expand nosetests-%{$python_bin_suffix} -v
+%pytest influxdb
 
 %install
 %python_install

++ python-influxdb-remove-nose.patch ++
 731 lines (skipped)




commit python-influxdb for openSUSE:Factory

2020-04-19 Thread root
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 
+
+- 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)




commit python-influxdb for openSUSE:Factory

2020-03-10 Thread root
Hello community,

here is the log from the commit of package python-influxdb for openSUSE:Factory 
checked in at 2020-03-10 10:12:11

Comparing /work/SRC/openSUSE:Factory/python-influxdb (Old)
 and  /work/SRC/openSUSE:Factory/.python-influxdb.new.26092 (New)


Package is "python-influxdb"

Tue Mar 10 10:12:11 2020 rev:6 rq:783186 version:5.2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-influxdb/python-influxdb.changes  
2019-09-13 15:00:02.101281600 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-influxdb.new.26092/python-influxdb.changes   
2020-03-10 10:12:14.492687977 +0100
@@ -1,0 +2,5 @@
+Tue Mar 10 08:37:48 UTC 2020 - Dirk Mueller 
+
+- skip python 2.x build (pandas went py3 only)
+
+---



Other differences:
--
++ python-influxdb.spec ++
--- /var/tmp/diff_new_pack.XhCr97/_old  2020-03-10 10:12:15.912688738 +0100
+++ /var/tmp/diff_new_pack.XhCr97/_new  2020-03-10 10:12:15.932688748 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-influxdb
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global skip_python2 1
 Name:   python-influxdb
 Version:5.2.3
 Release:0




commit python-influxdb for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package python-influxdb for openSUSE:Factory 
checked in at 2019-09-13 14:59:59

Comparing /work/SRC/openSUSE:Factory/python-influxdb (Old)
 and  /work/SRC/openSUSE:Factory/.python-influxdb.new.7948 (New)


Package is "python-influxdb"

Fri Sep 13 14:59:59 2019 rev:5 rq:730200 version:5.2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-influxdb/python-influxdb.changes  
2019-05-16 22:07:55.770397697 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-influxdb.new.7948/python-influxdb.changes
2019-09-13 15:00:02.101281600 +0200
@@ -1,0 +2,13 @@
+Wed Sep 11 14:50:13 UTC 2019 - Tomáš Chvátal 
+
+- 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
+
+---

Old:

  python-influxdb-d5d1249.patch
  v5.2.2.tar.gz

New:

  v5.2.3.tar.gz



Other differences:
--
++ python-influxdb.spec ++
--- /var/tmp/diff_new_pack.LYxuvz/_old  2019-09-13 15:00:02.821281630 +0200
+++ /var/tmp/diff_new_pack.LYxuvz/_new  2019-09-13 15:00:02.825281631 +0200
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-influxdb
-Version:5.2.2
+Version:5.2.3
 Release:0
 Summary:InfluxDB client
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/influxdb/influxdb-python
+URL:https://github.com/influxdb/influxdb-python
 Source: 
https://github.com/influxdata/influxdb-python/archive/v%{version}.tar.gz
-# recent changes in master to fix tests
-Patch0: python-influxdb-d5d1249.patch
 # fix module 'distutils' has no attribute 'spawn'
 Patch1: python-influxdb-fix-testsuite.patch
 BuildRequires:  %{python_module python-dateutil >= 2.0.0}
@@ -36,22 +34,21 @@
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-python-dateutil >= 2.6.0
+Requires:   python-pytz
+Requires:   python-requests >= 1.17.0
+Requires:   python-six >= 1.10.0
+BuildArch:  noarch
 # SECTION test requirements
-%if 0%{?suse_version} >= 1500
-BuildRequires:  hostname
-%endif
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module requests-mock}
 BuildRequires:  influxdb
+%if 0%{?suse_version} >= 1500
+BuildRequires:  hostname
+%endif
 # /SECTION
-Requires:   python-python-dateutil >= 2.6.0
-Requires:   python-pytz
-Requires:   python-requests >= 1.17.0
-Requires:   python-six >= 1.10.0
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -59,14 +56,13 @@
 
 %prep
 %setup -q -n influxdb-python-%{version}
-%patch0 -p1
 %patch1 -p1
 
 %build
 %python_build
 
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+%python_expand nosetests-%{$python_bin_suffix} -v
 
 %install
 %python_install

++ v5.2.2.tar.gz -> v5.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/influxdb-python-5.2.2/.travis.yml 
new/influxdb-python-5.2.3/.travis.yml
--- old/influxdb-python-5.2.2/.travis.yml   2019-03-14 15:19:55.0 
+0100
+++ new/influxdb-python-5.2.3/.travis.yml   2019-08-26 19:25:51.0 
+0200
@@ -8,10 +8,12 @@
   - "pypy3"
 
 env:
-  - INFLUXDB_VER=1.2.4
-  - INFLUXDB_VER=1.3.9
-  - INFLUXDB_VER=1.4.2
-  - INFLUXDB_VER=1.5.4
+  - INFLUXDB_VER=1.2.4  # 2017-05-08
+  - INFLUXDB_VER=1.3.9  # 2018-01-19
+  - INFLUXDB_VER=1.4.3  # 2018-01-30
+  - INFLUXDB_VER=1.5.4  # 2018-06-22
+  - INFLUXDB_VER=1.6.4  # 2018-10-24
+  - INFLUXDB_VER=1.7.4  # 2019-02-14
 
 addons:
   apt:
@@ -20,7 +22,31 @@
 
 matrix:
   include:
-- python: 2.7
+- python: 3.7
+  dist: xenial
+  sudo: true
+  env: INFLUXDB_VER=1.2.4
+- python: 3.7
+  dist: xenial
+  sudo: true
+  env: INFLUXDB_VER=1.3.9
+- python: 3.7
+  dist: xenial
+  sudo: true
+  env: INFLUXDB_VER=1.4.3
+- python: 3.7
+  dist: xenial
+  sudo: true
+  env: INFLUXDB_VER=1.5.4
+- python: 3.7
+  dist: xenial
+   

commit python-influxdb for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package python-influxdb for openSUSE:Factory 
checked in at 2019-05-16 22:07:53

Comparing /work/SRC/openSUSE:Factory/python-influxdb (Old)
 and  /work/SRC/openSUSE:Factory/.python-influxdb.new.5148 (New)


Package is "python-influxdb"

Thu May 16 22:07:53 2019 rev:4 rq:703014 version:5.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-influxdb/python-influxdb.changes  
2019-01-28 20:49:41.649826124 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-influxdb.new.5148/python-influxdb.changes
2019-05-16 22:07:55.770397697 +0200
@@ -1,0 +2,20 @@
+Fri May 10 11:23:44 UTC 2019 - pgaj...@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
+
+---

Old:

  influxdb-5.1.0.tar.gz

New:

  python-influxdb-d5d1249.patch
  python-influxdb-fix-testsuite.patch
  v5.2.2.tar.gz



Other differences:
--
++ python-influxdb.spec ++
--- /var/tmp/diff_new_pack.7x8Ve2/_old  2019-05-16 22:07:57.810395844 +0200
+++ /var/tmp/diff_new_pack.7x8Ve2/_new  2019-05-16 22:07:57.858395800 +0200
@@ -18,13 +18,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-influxdb
-Version:5.1.0
+Version:5.2.2
 Release:0
 Summary:InfluxDB client
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/influxdb/influxdb-python
-Source: 
https://files.pythonhosted.org/packages/source/i/influxdb/influxdb-%{version}.tar.gz
+Source: 
https://github.com/influxdata/influxdb-python/archive/v%{version}.tar.gz
+# recent changes in master to fix tests
+Patch0: python-influxdb-d5d1249.patch
+# 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}
@@ -32,13 +36,16 @@
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# test requirements
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module requests-mock}
+# SECTION test requirements
 %if 0%{?suse_version} >= 1500
 BuildRequires:  hostname
 %endif
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module requests-mock}
+BuildRequires:  influxdb
+# /SECTION
 Requires:   python-python-dateutil >= 2.6.0
 Requires:   python-pytz
 Requires:   python-requests >= 1.17.0
@@ -51,11 +58,16 @@
 InfluxDB-Python is a client for interacting with InfluxDB_. Maintained by 
@aviau (https://github.com/aviau).
 
 %prep
-%setup -q -n influxdb-%{version}
+%setup -q -n influxdb-python-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 %python_build
 
+%check
+%python_expand nosetests-%{$python_bin_suffix}
+
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}

++ python-influxdb-d5d1249.patch ++
 838 lines (skipped)

++ python-influxdb-fix-testsuite.patch ++
Index: influxdb-5.2.2/influxdb/tests/server_tests/influxdb_instance.py
===
--- influxdb-5.2.2.orig/influxdb/tests/server_tests/influxdb_instance.py
2019-03-14 11:55:41.0 +0100
+++ influxdb-5.2.2/influxdb/tests/server_tests/influxdb_instance.py 
2019-05-10 12:53:54.133491138 +0200
@@ -7,7 +7,7 @@ from __future__ import print_function
 from __future__ import unicode_literals
 
 import datetime
-import distutils
+import distutils.util
 import os
 import tempfile
 import shutil



commit python-influxdb for openSUSE:Factory

2019-01-28 Thread root
Hello community,

here is the log from the commit of package python-influxdb for openSUSE:Factory 
checked in at 2019-01-28 20:48:40

Comparing /work/SRC/openSUSE:Factory/python-influxdb (Old)
 and  /work/SRC/openSUSE:Factory/.python-influxdb.new.28833 (New)


Package is "python-influxdb"

Mon Jan 28 20:48:40 2019 rev:3 rq:668895 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-influxdb/python-influxdb.changes  
2018-12-24 11:38:27.785608053 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-influxdb.new.28833/python-influxdb.changes   
2019-01-28 20:49:41.649826124 +0100
@@ -1,0 +2,21 @@
+Sun Jan 27 06:43:00 UTC 2019 - Thomas Bechtold 
+
+- 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
+
+---

Old:

  influxdb-5.0.0.tar.gz

New:

  influxdb-5.1.0.tar.gz



Other differences:
--
++ python-influxdb.spec ++
--- /var/tmp/diff_new_pack.t27OjD/_old  2019-01-28 20:49:42.153825593 +0100
+++ /var/tmp/diff_new_pack.t27OjD/_new  2019-01-28 20:49:42.153825593 +0100
@@ -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 @@
 %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

++ influxdb-5.0.0.tar.gz -> influxdb-5.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/influxdb-5.0.0/PKG-INFO new/influxdb-5.1.0/PKG-INFO
--- old/influxdb-5.0.0/PKG-INFO 2017-11-21 06:01:29.0 +0100
+++ new/influxdb-5.1.0/PKG-INFO 2018-06-27 01:17:23.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: influxdb
-Version: 5.0.0
+Version: 5.1.0
 Summary: InfluxDB client
 Home-page: https://github.com/influxdb/influxdb-python
 Author: UNKNOWN
@@ -11,7 +11,6 @@
 
 .. image:: 
https://travis-ci.org/influxdata/influxdb-python.svg?branch=master
 :target: https://travis-ci.org/influxdata/influxdb-python
-
 .. image:: 
https://readthedocs.org/projects/influxdb-python/badge/?version=latest
 :target: http://influxdb-python.readthedocs.org/
 :alt: Documentation Status
@@ -20,9 +19,13 @@
   :target: https://coveralls.io/r/influxdata/influxdb-python
   :alt: Coverage
 
+.. image:: https://img.shields.io/pypi/v/influxdb.svg
+   :target: https://pypi.python.org/pypi/influxdb
+   :alt: PyPI Status
 
+InfluxDB-Python is a client for interacting with InfluxDB_.
 
-InfluxDB-Python is a client for interacting with InfluxDB_. 
Development of this library is maintained by 
+Development of this library is maintained by:
 
 +---+---+ 
 | Github ID | URL   |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/influxdb-5.0.0/README.rst 
new/influxdb-5.1.0/README.rst
--- old/influxdb-5.0.0/README.rst   2017-11-21 06:01:25.0 +0100
+++ new/influxdb-5.1.0/README.rst   2018-06-27 

commit python-influxdb for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-influxdb for openSUSE:Factory 
checked in at 2018-12-24 11:38:26

Comparing /work/SRC/openSUSE:Factory/python-influxdb (Old)
 and  /work/SRC/openSUSE:Factory/.python-influxdb.new.28833 (New)


Package is "python-influxdb"

Mon Dec 24 11:38:26 2018 rev:2 rq:659441 version:5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-influxdb/python-influxdb.changes  
2017-11-25 08:42:10.571313167 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-influxdb.new.28833/python-influxdb.changes   
2018-12-24 11:38:27.785608053 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:49:20 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-influxdb.spec ++
--- /var/tmp/diff_new_pack.mj93Po/_old  2018-12-24 11:38:28.217607670 +0100
+++ /var/tmp/diff_new_pack.mj93Po/_new  2018-12-24 11:38:28.217607670 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-influxdb
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 Url:https://github.com/influxdb/influxdb-python
 Source: 
https://files.pythonhosted.org/packages/source/i/influxdb/influxdb-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module python-dateutil >= 2.0.0}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module requests >= 1.0.3}