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 - [email protected]
+
+- 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)