diff --git a/networkx-1.9.1.tar.gz b/networkx-1.9.1.tar.gz new file mode 100644 index 0000000..182d73d --- /dev/null +++ b/networkx-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6380eb38d0b5770d7e50813c8a48ff7c373b2187b4220339c1adce803df01c59 +size 1035784 diff --git a/networkx-1.9.tar.gz b/networkx-1.9.tar.gz deleted file mode 100644 index d8b74b1..0000000 --- a/networkx-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52e8eea77b0d3f5420cadaca55181c862f06a79a4500f06917b58a0455a12b22 -size 1035166 diff --git a/python-networkx.changes b/python-networkx.changes index 19851db..b64dc00 100644 --- a/python-networkx.changes +++ b/python-networkx.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 30 10:46:52 UTC 2014 - tbechtold@suse.com + +- update to version 1.9.1: + * Bugfix release for minor installation and documentation issues +- Don't BuildRequire/Recommend matplotlib and scipy on SLE11 + and SLE12. Both are not available there. + ------------------------------------------------------------------- Fri Oct 24 09:35:49 UTC 2014 - toddrme2178@gmail.com diff --git a/python-networkx.spec b/python-networkx.spec index 06fb103..1beae88 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -17,7 +17,7 @@ Name: python-networkx -Version: 1.9 +Version: 1.9.1 Release: 0 Summary: Python package for the creation, manipulation, License: BSD-3-Clause @@ -26,23 +26,28 @@ Url: http://networkx.lanl.gov Source: http://pypi.python.org/packages/source/n/networkx/networkx-%{version}.tar.gz BuildRequires: fdupes BuildRequires: python-PyYAML -BuildRequires: python-devel BuildRequires: python-decorator >= 3.4.0 -BuildRequires: python-matplotlib +BuildRequires: python-devel BuildRequires: python-numpy-devel BuildRequires: python-pydot BuildRequires: python-pygraphviz BuildRequires: python-pyparsing -BuildRequires: python-scipy BuildRequires: python-setuptools +#don't use non available deps on SLES +%if 0%{?suse_version} && 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 +BuildRequires: python-matplotlib +BuildRequires: python-scipy +%endif Requires: python-decorator >= 3.4.0 -Recommends: python-matplotlib -Recommends: python-numpy Recommends: python-pydot Recommends: python-pygraphviz Recommends: python-PyYAML Recommends: python-pyparsing +Recommends: python-numpy +%if 0%{?suse_version} && 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 +Recommends: python-matplotlib Recommends: python-scipy +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}