Hello community,
here is the log from the commit of package python-statistics for
openSUSE:Factory checked in at 2019-06-13 22:36:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-statistics (Old)
and /work/SRC/openSUSE:Factory/.python-statistics.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-statistics"
Thu Jun 13 22:36:17 2019 rev:3 rq:708029 version:3.4.0b3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-statistics/python-statistics.changes
2018-12-24 11:44:44.477273985 +0100
+++
/work/SRC/openSUSE:Factory/.python-statistics.new.4811/python-statistics.changes
2019-06-13 22:36:19.404323270 +0200
@@ -1,0 +2,6 @@
+Thu Jun 6 05:23:59 UTC 2019 - [email protected]
+
+- run spec-cleaner
+- note that there is no testsuite
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-statistics.spec ++++++
--- /var/tmp/diff_new_pack.gR1zGv/_old 2019-06-13 22:36:20.184323016 +0200
+++ /var/tmp/diff_new_pack.gR1zGv/_new 2019-06-13 22:36:20.188323015 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-statistics
#
-# 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
@@ -24,17 +24,14 @@
Summary: Python 2.* port of 3.4 Statistics Module
License: Python-2.0
Group: Development/Languages/Python
-Url: https://github.com/digitalemagine/py-statistics
+URL: https://github.com/digitalemagine/py-statistics
Source:
https://files.pythonhosted.org/packages/source/s/statistics/statistics-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with test}
-BuildRequires: %{python_module docutils >= 0.3}
-%endif
Requires: python-docutils >= 0.3
BuildArch: noarch
-
+BuildRequires: %{python_module docutils >= 0.3}
%python_subpackages
%description
@@ -50,12 +47,14 @@
%build
%python_build
+%check
+# no testsuite found
+
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.rst
%license LICENSE
%{python_sitelib}/*