diff --git a/networkx-3.5.tar.gz b/networkx-3.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a9a35a1ca15a70449503209afab9f9d8d89c6bd3 Binary files /dev/null and b/networkx-3.5.tar.gz differ diff --git a/python-networkx.spec b/python-networkx.spec index 02cb8b51f737fb055562e6b236adee97d738bf2f..ab791e0e11e5da4350aefea2f6a79c340116d803 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -28,8 +28,8 @@ mv %{buildroot}/doclist.lst . \ %{nil} Name: python-networkx -Version: 3.2.1 -Release: 1 +Version: 3.5 +Release: 1 Summary: Python package for creating and manipulating graphs and networks License: BSD-3-Clause URL: http://networkx.github.io/ @@ -82,7 +82,7 @@ and study of the structure, dynamics, and functions of complex networks. %prep -%autosetup -n networkx-networkx-%{version} +%autosetup -n networkx-%{version} %build %pyproject_build @@ -102,6 +102,14 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Sep 17 2025 Yu Peng - 3.5-1 +- Upgrade to 3.5 + - Save Layouts on Graphs + - Expire d_separated and minimum_d_separator functions + - Update _raise_on_directed to work with create_using pos arg + - trophic_levels now checks for paths from each node to a basal node + - Fix TSP weight parameter issues + * Fri Feb 2 2024 dongyuzhen - 3.2.1-1 - upgrade version to 3.2.1: - add Tadpole graph