diff --git a/networkx-2.8.4.tar.gz b/networkx-2.8.4.tar.gz deleted file mode 100644 index 42d42a0b8ed1c8cf880b78c7834639253c96354d..0000000000000000000000000000000000000000 Binary files a/networkx-2.8.4.tar.gz and /dev/null differ diff --git a/networkx-3.0.tar.gz b/networkx-3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0922a377cd5185b0f4dda475b46a1fe8b95cb385 Binary files /dev/null and b/networkx-3.0.tar.gz differ diff --git a/python-networkx.spec b/python-networkx.spec index 212952d42f32aec9bf5f787119633a27761e9f9d..1af732f31a2c55ad1336af0f8ad4e9578190664e 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-networkx -Version: 2.8.4 +Version: 3.0 Release: 1 Summary: Python package for creating and manipulating graphs and networks License: BSD-3-Clause URL: http://networkx.github.io/ -Source0: https://files.pythonhosted.org/packages/5d/3b/9ca0d8bbfbf418eb158fe7b8a5e4233ddc390d995cfb1dd32726dba8c8e5/networkx-2.8.4.tar.gz +Source0: https://github.com/networkx/networkx/archive/refs/tags/networkx-%{version}.tar.gz BuildArch: noarch Requires: python3-numpy @@ -53,7 +53,7 @@ and study of the structure, dynamics, and functions of complex networks. %prep -%autosetup -n networkx-2.8.4 +%autosetup -n networkx-networkx-%{version} %build %py3_build @@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jan 19 2023 Zhipeng Xie - 3.0-1 +- Upgrade to version v3.0 + * Wed Jun 22 2022 chendexi - 2.8.4-1 - Upgrade to version v2.8.4