Hello community,
here is the log from the commit of package python-characteristic for
openSUSE:Factory checked in at 2019-06-18 14:48:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-characteristic (Old)
and /work/SRC/openSUSE:Factory/.python-characteristic.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-characteristic"
Tue Jun 18 14:48:58 2019 rev:5 rq:709048 version:14.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-characteristic/python-characteristic.changes
2019-01-08 12:30:37.836131386 +0100
+++
/work/SRC/openSUSE:Factory/.python-characteristic.new.4811/python-characteristic.changes
2019-06-18 14:48:58.233691196 +0200
@@ -1,0 +2,5 @@
+Tue Jun 11 06:55:00 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Properly depend on setuptools
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-characteristic.spec ++++++
--- /var/tmp/diff_new_pack.uweFq0/_old 2019-06-18 14:48:58.641691099 +0200
+++ /var/tmp/diff_new_pack.uweFq0/_new 2019-06-18 14:48:58.645691098 +0200
@@ -26,6 +26,8 @@
URL: https://github.com/hynek/characteristic/
Source:
https://files.pythonhosted.org/packages/source/c/characteristic/characteristic-%{version}.tar.gz
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -51,9 +53,10 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand py.test-%{$python_bin_suffix} test_characteristic.py
+%pytest
%files %{python_files}
%license LICENSE