diff --git a/networkx-3.0.tar.gz b/networkx-3.0.tar.gz deleted file mode 100644 index 0922a377cd5185b0f4dda475b46a1fe8b95cb385..0000000000000000000000000000000000000000 Binary files a/networkx-3.0.tar.gz and /dev/null differ diff --git a/networkx-3.1.tar.gz b/networkx-3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..74585d34b5a1fd9e45b75f93c5c07afca378850c Binary files /dev/null and b/networkx-3.1.tar.gz differ diff --git a/python-networkx.spec b/python-networkx.spec index 1af732f31a2c55ad1336af0f8ad4e9578190664e..60936e095157b9db8a341d72670ae1ab68197ec3 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-networkx -Version: 3.0 +Version: 3.1 Release: 1 Summary: Python package for creating and manipulating graphs and networks License: BSD-3-Clause @@ -53,7 +53,7 @@ and study of the structure, dynamics, and functions of complex networks. %prep -%autosetup -n networkx-networkx-%{version} +%autosetup -n networkx-%{version} %build %py3_build @@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 12 2023 sunhui - 3.1-1 +- Update package to version 3.1 + * Thu Jan 19 2023 Zhipeng Xie - 3.0-1 - Upgrade to version v3.0