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.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..eb5e4893c8a0ba7d87ff14efc623678ea1809488 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.5 Release: 1 Summary: Python package for creating and manipulating graphs and networks License: BSD-3-Clause @@ -66,8 +66,8 @@ of complex networks. Summary: Python package for creating and manipulating graphs and networks Provides: python-networkx BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pip python3-wheel +BuildRequires: python3-pip python3-wheel python3-flit +BuildRequires: python3-hatchling python3-hatch-vcs %description -n python3-networkx NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions @@ -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,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Jun 13 2025 shichao - 3.5-1 +- upgrade version to 3.5 + * Fri Feb 2 2024 dongyuzhen - 3.2.1-1 - upgrade version to 3.2.1: - add Tadpole graph