Hello community,
here is the log from the commit of package python-networkx for openSUSE:Factory
checked in at 2019-01-08 12:27:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-networkx (Old)
and /work/SRC/openSUSE:Factory/.python-networkx.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-networkx"
Tue Jan 8 12:27:23 2019 rev:15 rq:662476 version:2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes
2018-09-04 22:56:21.825040595 +0200
+++
/work/SRC/openSUSE:Factory/.python-networkx.new.28833/python-networkx.changes
2019-01-08 12:29:59.664172952 +0100
@@ -1,0 +2,15 @@
+Wed Jan 2 13:55:25 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Update to version 2.2:
+ * Add support for Python 3.7. This is the last release to support
+ Python 2.
+ * Uniform random number generator (RNG) handling which defaults
+ to global RNGs but allows specification of a single RNG for all
+ random numbers in NX.
+ * Improved GraphViews to ease subclassing and remove cyclic
+ references which caused trouble with deepcopy and pickle.
+ * New Graph method G.update(H)
+- Run tests
+- Update project url
+
+-------------------------------------------------------------------
Old:
----
networkx-2.1.zip
New:
----
networkx-2.2.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-networkx.spec ++++++
--- /var/tmp/diff_new_pack.vSstQJ/_old 2019-01-08 12:30:00.168172403 +0100
+++ /var/tmp/diff_new_pack.vSstQJ/_new 2019-01-08 12:30:00.172172399 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-networkx
#
-# 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
@@ -12,23 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-networkx
-Version: 2.1
+Version: 2.2
Release: 0
Summary: Python package for the creation, manipulation,
License: BSD-3-Clause
Group: Development/Languages/Python
-URL: http://networkx.lanl.gov
+URL: https://networkx.github.io/
Source:
https://files.pythonhosted.org/packages/source/n/networkx/networkx-%{version}.zip
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module decorator >= 3.4.0}
BuildRequires: %{python_module matplotlib}
-BuildRequires: %{python_module numpy-devel}
+BuildRequires: %{python_module nose >= 0.10.1}
BuildRequires: %{python_module pydot}
BuildRequires: %{python_module pyparsing}
BuildRequires: %{python_module scipy}
@@ -39,7 +39,6 @@
Requires: python-decorator >= 3.4.0
Recommends: python-PyYAML
Recommends: python-matplotlib
-Recommends: python-numpy
Recommends: python-pydot
Recommends: python-pygraphviz
Recommends: python-pyparsing
@@ -97,6 +96,9 @@
popd
}
+%check
+%python_exec setup.py test
+
%files %{python_files}
%license LICENSE.txt
%doc README.rst CONTRIBUTING.rst