Version 2.8.6. Convert License tag to SPDX.
This commit is contained in:
parent
c488a8ae01
commit
d0dba0c8b8
@ -1,8 +1,8 @@
|
||||
Name: python-networkx
|
||||
Version: 2.8.5
|
||||
Version: 2.8.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Creates and Manipulates Graphs and Networks
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
URL: https://networkx.org/
|
||||
Source0: https://github.com/networkx/networkx/archive/networkx-%{version}.tar.gz
|
||||
# Some examples cannot be executed, so expect them to fail.
|
||||
@ -74,9 +74,11 @@ study of the structure, dynamics, and functions of complex networks.
|
||||
|
||||
%package -n python3-networkx
|
||||
Summary: Creates and Manipulates Graphs and Networks
|
||||
%if 0%{?rhel} == 0
|
||||
Recommends: %{py3_dist lxml}
|
||||
Recommends: %{py3_dist pydot}
|
||||
Recommends: %{py3_dist pygraphviz}
|
||||
%endif
|
||||
Recommends: xdg-utils
|
||||
|
||||
%description -n python3-networkx
|
||||
@ -86,6 +88,8 @@ study of the structure, dynamics, and functions of complex networks.
|
||||
%if %{without bootstrap}
|
||||
%if 0%{?rhel} == 0
|
||||
%package doc
|
||||
# Sphinx adds MIT-licensed files
|
||||
License: BSD-3-Clause AND MIT
|
||||
Summary: Documentation for networkx
|
||||
Requires: fontawesome5-fonts-all
|
||||
Provides: bundled(jquery)
|
||||
@ -155,6 +159,10 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 22 2022 Jerry James <loganjerry@gmail.com> - 2.8.6-1
|
||||
- Version 2.8.6
|
||||
- Convert License tag to SPDX
|
||||
|
||||
* Tue Aug 2 2022 Jerry James <loganjerry@gmail.com> - 2.8.5-1
|
||||
- Version 2.8.5
|
||||
- Add -test patch to work around a test failure
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (networkx-2.8.5.tar.gz) = bb96fb9a92e6cedc5d51fc3313968aa014e86014fc654f4b9f57e39fe815e669b1686fd559545c0f1001ad0656e62af6624bb91bbefad335351f1310109aa7f6
|
||||
SHA512 (networkx-2.8.6.tar.gz) = 527e8335004dc719fbff30da8f73916af6c5ddc265187ef663186c5ee4c99032c0f904357c588b3e33b060cc095d7acb44498d3597bbbfb3887dd01dfe9c716f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user