17
0

- 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
This commit is contained in:
2021-04-23 05:59:10 +00:00
committed by Git OBS Bridge
parent e4d2efacbb
commit ce574e2154
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0a50c7a1e87b45410cd2a1d6298268862e55edaa46f90ae6b834bbb62df0951
size 19097

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a856edfbe29952a60a5538a84bb78cca18f6884a88b9325e85a11c8dd4917eb
size 204601

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 23 05:57:36 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <mcalabkova@suse.com>

View File

@@ -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}