Hello community,

here is the log from the commit of package python-networkx for openSUSE:Factory 
checked in at 2019-02-04 14:25:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-networkx (Old)
 and      /work/SRC/openSUSE:Factory/.python-networkx.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-networkx"

Mon Feb  4 14:25:26 2019 rev:17 rq:670905 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes  
2019-01-24 14:13:38.967346230 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-networkx.new.28833/python-networkx.changes   
    2019-02-04 14:25:31.845050387 +0100
@@ -7,0 +8,5 @@
+Fri Jan  4 14:41:26 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Fix incomplete summary. Trim filler wording from description.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-networkx.spec ++++++
--- /var/tmp/diff_new_pack.jBVeVp/_old  2019-02-04 14:25:32.465050092 +0100
+++ /var/tmp/diff_new_pack.jBVeVp/_new  2019-02-04 14:25:32.469050090 +0100
@@ -20,7 +20,7 @@
 Name:           python-networkx
 Version:        2.2
 Release:        0
-Summary:        Python package for the creation, manipulation,
+Summary:        Python package for the study of complex networks
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://networkx.github.io/
@@ -52,11 +52,10 @@
 
 Features:
  * Includes standard graph-theoretic and statistical physics functions
- * Easy exchange of network algorithms between applications, disciplines, and 
platforms
+ * Exchange of network algorithms between applications, disciplines, and 
platforms
  * Includes many classic graphs and synthetic networks
  * Nodes and edges can be "anything" (e.g. time-series, text, images, XML 
records)
  * Exploits existing code from high-quality legacy software in C, C++, 
Fortran, etc.
- * Open source (encourages community input)
  * Unit-tested
 
 %package -n %{name}-doc
@@ -86,8 +85,8 @@
 
 %{python_expand pushd %{buildroot}%{$python_sitelib}
 # Fix wrong-script-interpreter
-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 {} \;
+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} {} \;
 find networkx -name '*test*.py' -exec $python -O -m compileall -d 
%{$python_sitelib} {} \;



Reply via email to