Hello community,

here is the log from the commit of package python-networkx for openSUSE:Factory 
checked in at 2018-09-04 22:56:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-networkx (Old)
 and      /work/SRC/openSUSE:Factory/.python-networkx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-networkx"

Tue Sep  4 22:56:20 2018 rev:14 rq:632809 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes  
2017-11-09 14:01:35.082836671 +0100
+++ /work/SRC/openSUSE:Factory/.python-networkx.new/python-networkx.changes     
2018-09-04 22:56:21.825040595 +0200
@@ -1,0 +2,30 @@
+Sun Sep  2 17:28:03 UTC 2018 - [email protected]
+
+- specfile:
+  * update copyright year
+  * removed devel from noarch package
+
+- update to version 2.1:
+  * Highlights
+    + Arrows for drawing DiGraph edges are vastly improved! And an
+      example to show them.
+    + More than 12 new functions for graph generation, manipulation
+      and/or new graph algorithms.
+       o Add a large clique size heuristic function (#2830)
+       o Add rooted product function (#2825)
+       o Label Propagation Community Detection (#2821)
+       o Minimum cycle basis (#2823)
+       o Add Mycielski Operator (#2785)
+       o Adds prefix_tree, dag_to_branching, and example. (#2784)
+       o Add inverse_line_graph generator from #2241 (#2782)
+       o Steiner tree and metric closure. (#2252)
+       o Add flow based node and edge disjoint paths. (#2063)
+       o Update geometric networks with new models (#2498)
+       o Graph edit distance (#2729)
+       o Added function for finding a k-edge-augmentation (#2572)
+    + G.name is no longer processed by graph operators. It remains as
+      a property mechanism to access G.graph['name'] but the user is
+      in charge of updating or changing it for copies, subgraphs,
+      unions and other graph operations.
+
+-------------------------------------------------------------------

Old:
----
  networkx-2.0.zip

New:
----
  networkx-2.1.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-networkx.spec ++++++
--- /var/tmp/diff_new_pack.tVmMnO/_old  2018-09-04 22:56:22.357042412 +0200
+++ /var/tmp/diff_new_pack.tVmMnO/_new  2018-09-04 22:56:22.357042412 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-networkx
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,16 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-networkx
-Version:        2.0
+Version:        2.1
 Release:        0
 Summary:        Python package for the creation, manipulation,
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://networkx.lanl.gov
+URL:            http://networkx.lanl.gov
 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 devel}
 BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module numpy-devel}
 BuildRequires:  %{python_module pydot}
@@ -38,14 +37,13 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:       python-decorator >= 3.4.0
+Recommends:     python-PyYAML
+Recommends:     python-matplotlib
+Recommends:     python-numpy
 Recommends:     python-pydot
 Recommends:     python-pygraphviz
-Recommends:     python-PyYAML
 Recommends:     python-pyparsing
-Recommends:     python-numpy
-Recommends:     python-matplotlib
 Recommends:     python-scipy
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -70,7 +68,6 @@
 %description -n %{name}-doc
 Documentation and examples for %{name}.
 
-
 %prep
 %setup -q -n networkx-%{version}
 
@@ -90,7 +87,7 @@
 
 %{python_expand pushd %{buildroot}%{$python_sitelib}
 # Fix wrong-script-interpreter
-find networkx -name '*test*.py' -exec sed -i "s|#!/usr/bin/env 
python|#!%__$python|" {} \;
+find networkx -name '*test*.py' -exec sed -i "s|#!%{_bindir}/env 
python|#!%__$python|" {} \;
 find networkx -name '*test*.py' -exec grep -q '#!%__$python' {} \; -exec chmod 
a+x {} \;
 # Deduplicating files can generate a RPMLINT warning for pyc mtime
 find networkx -name '*test*.py' -exec $python -m compileall -d 
%{$python_sitelib} {} \;
@@ -101,14 +98,13 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc README.rst LICENSE.txt CONTRIBUTING.rst
+%license LICENSE.txt
+%doc README.rst CONTRIBUTING.rst
 %{python_sitelib}/networkx/
 %{python_sitelib}/networkx-%{version}-py*.egg-info
 
 %files -n %{name}-doc
-%defattr(-,root,root)
-%doc LICENSE.txt
+%license LICENSE.txt
 %{_docdir}/networkx-%{version}/
 
 %changelog


Reply via email to