From ce574e215439ca279aa9aed56484334c626cdaf1cfad78e7afbb2d15f65dc49a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 23 Apr 2021 05:59:10 +0000 Subject: [PATCH] - Update to 0.15: * Stop relabelling stable partitions, tests on power, doc fixes - Do not build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-python-louvain?expand=0&rev=16 --- python-louvain-0.14.tar.gz | 3 --- python-louvain-0.15.tar.gz | 3 +++ python-python-louvain.changes | 7 +++++++ python-python-louvain.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 python-louvain-0.14.tar.gz create mode 100644 python-louvain-0.15.tar.gz diff --git a/python-louvain-0.14.tar.gz b/python-louvain-0.14.tar.gz deleted file mode 100644 index 099f415..0000000 --- a/python-louvain-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0a50c7a1e87b45410cd2a1d6298268862e55edaa46f90ae6b834bbb62df0951 -size 19097 diff --git a/python-louvain-0.15.tar.gz b/python-louvain-0.15.tar.gz new file mode 100644 index 0000000..bc1e20d --- /dev/null +++ b/python-louvain-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a856edfbe29952a60a5538a84bb78cca18f6884a88b9325e85a11c8dd4917eb +size 204601 diff --git a/python-python-louvain.changes b/python-python-louvain.changes index 6d6841f..6e58360 100644 --- a/python-python-louvain.changes +++ b/python-python-louvain.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 23 05:57:36 UTC 2021 - Steve Kowalik + +- Update to 0.15: + * Stop relabelling stable partitions, tests on power, doc fixes +- Do not build for Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Tue Jul 14 13:44:51 UTC 2020 - Marketa Calabkova diff --git a/python-python-louvain.spec b/python-python-louvain.spec index 9a000ca..623b4d1 100644 --- a/python-python-louvain.spec +++ b/python-python-louvain.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-louvain # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-python-louvain -Version: 0.14 +Version: 0.15 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 BuildRequires: %{python_module devel} @@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros Requires: python-networkx Requires: python-numpy Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module networkx}