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-2.8.7.tar.gz b/networkx-2.8.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7c0ea42a38b09c5a63da09b919a7616093f216ae Binary files /dev/null and b/networkx-2.8.7.tar.gz differ diff --git a/python-networkx.spec b/python-networkx.spec index 93d4f58a757d08dc25b977a7d672ce1280a641bd..857f791acf4cece34bf7e3dc4da6e7597fc3610d 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: 2.8.7 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://files.pythonhosted.org/packages/9e/89/90846e0da5c412cbffb66d1f976b056cd46c6f2aa7f2f1eb271573b5fefb/networkx-2.8.7.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-2.8.7 %build %py3_build @@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Apr 08 2024 wangjing - 2.8.7-1 +- update package of version 2.8.7 + * Wed Jun 22 2022 chendexi - 2.8.4-1 - Upgrade to version v2.8.4