diff --git a/python-networkx.spec b/python-networkx.spec index f4455bc..f767ffa 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -1,18 +1,17 @@ Name: python-networkx -Version: 2.5.1 -Release: 1mamba +Version: 2.6.3 +Release: 3mamba Summary: A Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://networkx.github.io/documentation/stable/index.html +URL: https://networkx.org/documentation/stable/index.html Source: https://pypi.debian.net/networkx/networkx-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython310-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version %description %{summary}. @@ -38,18 +37,23 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so - -## note: add extra documentation (if any) -# %doc README.rst +%dir %{python_sitearch}/networkx-%{version}-py*.egg-info +%{python_sitearch}/networkx-%{version}-py*.egg-info/* %changelog +* Mon Jul 31 2023 Silvan Calarco 2.6.3-3mamba +- rebuilt with python 3.10 + +* Sat Feb 12 2022 Silvan Calarco 2.6.3-2mamba +- rebuilt with distdeps + +* Fri Feb 11 2022 Automatic Build System 2.6.3-1mamba +- automatic version update by autodist + * Sun Apr 04 2021 Automatic Build System 2.5.1-1mamba - automatic version update by autodist