diff --git a/networkx-3.2.1.tar.gz b/networkx-3.2.1.tar.gz deleted file mode 100644 index ec23aef858d6032736aec5b7d9004ca503f97dfa..0000000000000000000000000000000000000000 Binary files a/networkx-3.2.1.tar.gz and /dev/null differ diff --git a/networkx-3.3.tar.gz b/networkx-3.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..be3367e331c6b2c78e869b8452b72558766ff490 Binary files /dev/null and b/networkx-3.3.tar.gz differ diff --git a/python-networkx.spec b/python-networkx.spec index 02cb8b51f737fb055562e6b236adee97d738bf2f..c7c364409e3c66abe2f6cd313b016a52e41fb442 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -28,7 +28,7 @@ mv %{buildroot}/doclist.lst . \ %{nil} Name: python-networkx -Version: 3.2.1 +Version: 3.3 Release: 1 Summary: Python package for creating and manipulating graphs and networks License: BSD-3-Clause @@ -102,6 +102,16 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +%changelog +* Mon Jul 22 2024 lixiaoyong - 3.3 +- Type:update +- ID:NA +- SUG:NA +- DESC:upgrade version to 3.3 + Disallow negative number of nodes in complete_multipartite_graph + Fix listing of release notes on Releases page + Fix triangles to avoid using is to compare nodes + * Fri Feb 2 2024 dongyuzhen - 3.2.1-1 - upgrade version to 3.2.1: - add Tadpole graph