rebuilt with python 3.10 [release 2.6.3-3mamba;Mon Jul 31 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 11:30:52 +01:00
parent ef802f3221
commit 767040c475

View File

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