Hello community,
here is the log from the commit of package python-python-louvain for
openSUSE:Factory checked in at 2019-01-24 14:03:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-louvain (Old)
and /work/SRC/openSUSE:Factory/.python-python-louvain.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-louvain"
Thu Jan 24 14:03:55 2019 rev:2 rq:662902 version:0.13
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-louvain/python-python-louvain.changes
2018-12-19 13:49:54.191244277 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-louvain.new.28833/python-python-louvain.changes
2019-01-24 14:03:55.960016021 +0100
@@ -1,0 +2,9 @@
+Sat Dec 22 04:01:47 UTC 2018 - Todd R <[email protected]>
+
+- Update to 0.13
+ * Improve readme about library usage
+ * Make cluster be 0,1...,n_clusters in the special case of no links
+ * Include tests in sdists
+ * Include license and documentation in sdists
+
+-------------------------------------------------------------------
Old:
----
LICENSE
python-louvain-0.11.tar.gz
New:
----
python-louvain-0.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-louvain.spec ++++++
--- /var/tmp/diff_new_pack.BLqhoY/_old 2019-01-24 14:03:56.744015125 +0100
+++ /var/tmp/diff_new_pack.BLqhoY/_new 2019-01-24 14:03:56.744015125 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-louvain
#
-# 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,19 +18,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-louvain
-Version: 0.11
+Version: 0.13
Release: 0
Summary: Louvain algorithm for community detection
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/taynaud/python-louvain
Source0:
https://files.pythonhosted.org/packages/source/p/python-louvain/python-louvain-%{version}.tar.gz
-Source10:
https://raw.githubusercontent.com/taynaud/python-louvain/master/LICENSE
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module numpy}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-networkx
+Requires: python-numpy
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module networkx}
@@ -47,7 +48,6 @@
%prep
%setup -q -n python-louvain-%{version}
-cp %{SOURCE10} LICENSE
sed -i -e '/^#!\//, 1d' community/__init__.py
%build
@@ -57,6 +57,9 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%python_exec test_community.py
+
%files %{python_files}
%doc README.rst
%license LICENSE
++++++ python-louvain-0.11.tar.gz -> python-louvain-0.13.tar.gz ++++++
++++ 1742 lines of diff (skipped)