Hello community, here is the log from the commit of package python-networkx for openSUSE:Factory checked in at 2017-11-09 14:01:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-networkx (Old) and /work/SRC/openSUSE:Factory/.python-networkx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-networkx" Thu Nov 9 14:01:23 2017 rev:13 rq:538121 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes 2017-08-12 20:26:37.784844390 +0200 +++ /work/SRC/openSUSE:Factory/.python-networkx.new/python-networkx.changes 2017-11-09 14:01:35.082836671 +0100 @@ -1,0 +2,19 @@ +Tue Oct 31 03:14:26 UTC 2017 - [email protected] + +- specfile: + * changes from tar.gz to zip + * updated sed + * INSTALL doesn't seem to be packaged anymore, deleted "rm" command + +- update to version 2.0: + * Highlights + + This release is the result of over two years of work with 1212 + commits and 193 merges by 86 contributors. Highlights include: + + We have made major changes to the methods in the Multi/Di/Graph + classes. There is a migration guide for people moving from 1.X + to 2.0. + + We updated the documentation system. + * full release notes at + https://networkx.github.io/documentation/stable/release/release_2.0.html + +------------------------------------------------------------------- Old: ---- networkx-1.11.tar.gz New: ---- networkx-2.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-networkx.spec ++++++ --- /var/tmp/diff_new_pack.aDChhs/_old 2017-11-09 14:01:36.630780272 +0100 +++ /var/tmp/diff_new_pack.aDChhs/_new 2017-11-09 14:01:36.634780125 +0100 @@ -18,24 +18,25 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-networkx -Version: 1.11 +Version: 2.0 Release: 0 Summary: Python package for the creation, manipulation, License: BSD-3-Clause Group: Development/Languages/Python Url: http://networkx.lanl.gov -Source: https://files.pythonhosted.org/packages/source/n/networkx/networkx-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} +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} BuildRequires: %{python_module pyparsing} -BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module scipy} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRequires: unzip Requires: python-decorator >= 3.4.0 Recommends: python-pydot Recommends: python-pygraphviz @@ -72,7 +73,6 @@ %prep %setup -q -n networkx-%{version} -sed -i "s|#!/usr/bin/env python|#!%__python3|" examples/drawing/unix_email.py %build %python_build @@ -88,9 +88,6 @@ %fdupes %{buildroot}%{_docdir} -# Installation instructions shouldn't be packaged -rm %{buildroot}%{_docdir}/networkx-%{version}/INSTALL.txt - %{python_expand pushd %{buildroot}%{$python_sitelib} # Fix wrong-script-interpreter find networkx -name '*test*.py' -exec sed -i "s|#!/usr/bin/env python|#!%__$python|" {} \; @@ -103,10 +100,9 @@ popd } - %files %{python_files} %defattr(-,root,root) -%doc README.rst LICENSE.txt +%doc README.rst LICENSE.txt CONTRIBUTING.rst %{python_sitelib}/networkx/ %{python_sitelib}/networkx-%{version}-py*.egg-info
