forked from pool/python-networkx
Accepting request 259014 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/259014 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=5
This commit is contained in:
parent
27e1b82e59
commit
bd89816d4f
3
networkx-1.9.1.tar.gz
Normal file
3
networkx-1.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6380eb38d0b5770d7e50813c8a48ff7c373b2187b4220339c1adce803df01c59
|
||||||
|
size 1035784
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:52e8eea77b0d3f5420cadaca55181c862f06a79a4500f06917b58a0455a12b22
|
|
||||||
size 1035166
|
|
@ -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
|
Fri Oct 24 09:35:49 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-networkx
|
Name: python-networkx
|
||||||
Version: 1.9
|
Version: 1.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python package for the creation, manipulation,
|
Summary: Python package for the creation, manipulation,
|
||||||
License: BSD-3-Clause
|
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
|
Source: http://pypi.python.org/packages/source/n/networkx/networkx-%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-PyYAML
|
BuildRequires: python-PyYAML
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: python-decorator >= 3.4.0
|
BuildRequires: python-decorator >= 3.4.0
|
||||||
BuildRequires: python-matplotlib
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-numpy-devel
|
BuildRequires: python-numpy-devel
|
||||||
BuildRequires: python-pydot
|
BuildRequires: python-pydot
|
||||||
BuildRequires: python-pygraphviz
|
BuildRequires: python-pygraphviz
|
||||||
BuildRequires: python-pyparsing
|
BuildRequires: python-pyparsing
|
||||||
BuildRequires: python-scipy
|
|
||||||
BuildRequires: python-setuptools
|
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
|
Requires: python-decorator >= 3.4.0
|
||||||
Recommends: python-matplotlib
|
|
||||||
Recommends: python-numpy
|
|
||||||
Recommends: python-pydot
|
Recommends: python-pydot
|
||||||
Recommends: python-pygraphviz
|
Recommends: python-pygraphviz
|
||||||
Recommends: python-PyYAML
|
Recommends: python-PyYAML
|
||||||
Recommends: python-pyparsing
|
Recommends: python-pyparsing
|
||||||
|
Recommends: python-numpy
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315
|
||||||
|
Recommends: python-matplotlib
|
||||||
Recommends: python-scipy
|
Recommends: python-scipy
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user