Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-networkx for openSUSE:Factory
checked in at 2021-08-11 11:46:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-networkx (Old)
and /work/SRC/openSUSE:Factory/.python-networkx.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-networkx"
Wed Aug 11 11:46:59 2021 rev:30 rq:909685 version:2.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes
2021-05-20 19:23:54.662228654 +0200
+++
/work/SRC/openSUSE:Factory/.python-networkx.new.1899/python-networkx.changes
2021-08-11 11:47:00.173761963 +0200
@@ -1,0 +2,26 @@
+Mon Aug 2 07:28:15 UTC 2021 - Dirk M??ller <[email protected]>
+
+- require pandas
+
+-------------------------------------------------------------------
+Wed Jul 28 23:30:34 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 2.6.2:
+ * This release is the result of 11 months of work with over 363 pull
requests by
+ 91 contributors. Highlights include:
+
+ * Dropped support for Python 3.6.
+ * NumPy, SciPy, Matplotlib, and pandas are now default requirements.
+ * NetworkX no longer depends on the library "decorator".
+ * Improved example gallery
+ * Removed code for supporting Jython/IronPython
+ * The __str__ method for graph objects is more informative and concise.
+ * Improved import time
+ * Improved test coverage
+ * New documentation theme
+ * Add functionality for drawing self-loop edges
+ * Add approximation algorithms for Traveling Salesman Problem
+- drop 0001-Replace-hash-function-for-test-of-weighted-astar.patch,
+ yaml-loader.patch (merged upstream)
+
+-------------------------------------------------------------------
Old:
----
0001-Replace-hash-function-for-test-of-weighted-astar.patch
networkx-2.5.1.tar.gz
yaml-loader.patch
New:
----
networkx-2.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-networkx.spec ++++++
--- /var/tmp/diff_new_pack.SQ5HxY/_old 2021-08-11 11:47:00.773761242 +0200
+++ /var/tmp/diff_new_pack.SQ5HxY/_new 2021-08-11 11:47:00.777761237 +0200
@@ -18,32 +18,29 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
+%define skip_python36 1
Name: python-networkx
-Version: 2.5.1
+Version: 2.6.1
Release: 0
Summary: Python package for the study of complex networks
License: BSD-3-Clause
URL: https://networkx.github.io/
Source:
https://files.pythonhosted.org/packages/source/n/networkx/networkx-%{version}.tar.gz
-Patch0: 0001-Replace-hash-function-for-test-of-weighted-astar.patch
-# PATCH-FIX-UPSTREAM
https://github.com/networkx/networkx/commit/a6dd458a12ad8db161271e2271644803d4f29a96
fixes Github Actions failures
-Patch1: yaml-loader.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
-Requires: python-decorator >= 3.4.0
Recommends: python-PyYAML
Recommends: python-pydot
Recommends: python-pygraphviz
Recommends: python-pyparsing
-Suggests: python-matplotlib >= 3.1
-Suggests: python-pandas
-Suggests: python-scipy
+Requires: python-matplotlib >= 3.1
+Requires: python-numpy
+Requires: python-pandas
+Requires: python-scipy
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
-BuildRequires: %{python_module decorator >= 3.4.0}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pydot}
BuildRequires: %{python_module pygraphviz}
++++++ networkx-2.5.1.tar.gz -> networkx-2.6.1.tar.gz ++++++
++++ 138140 lines of diff (skipped)