Version 2.8.1.
This commit is contained in:
parent
cf94cddbc4
commit
fc0330f511
@ -1,5 +1,5 @@
|
|||||||
Name: python-networkx
|
Name: python-networkx
|
||||||
Version: 2.8
|
Version: 2.8.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Creates and Manipulates Graphs and Networks
|
Summary: Creates and Manipulates Graphs and Networks
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -90,15 +90,6 @@ Documentation for networkx
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p0 -n networkx-networkx-%{version}
|
%autosetup -p0 -n networkx-networkx-%{version}
|
||||||
|
|
||||||
# Do not use env
|
|
||||||
for f in $(grep -FRl %{_bindir}/env .); do
|
|
||||||
sed -e 's,%{_bindir}/env python[[:digit:]]*,%{python3},' \
|
|
||||||
-e 's,%{_bindir}/env ,%{_bindir},' \
|
|
||||||
-i.orig $f
|
|
||||||
touch -r $f.orig $f
|
|
||||||
rm $f.orig
|
|
||||||
done
|
|
||||||
|
|
||||||
%if 0%{?rhel} == 0
|
%if 0%{?rhel} == 0
|
||||||
# Use local objects.inv for intersphinx
|
# Use local objects.inv for intersphinx
|
||||||
sed -e 's|\("https://docs\.python\.org/3/", \)None|\1"%{_docdir}/python3-docs/html/objects.inv"|' \
|
sed -e 's|\("https://docs\.python\.org/3/", \)None|\1"%{_docdir}/python3-docs/html/objects.inv"|' \
|
||||||
@ -151,6 +142,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 18 2022 Jerry James <loganjerry@gmail.com> - 2.8.1-1
|
||||||
|
- Version 2.8.1
|
||||||
|
|
||||||
* Wed Apr 20 2022 Jerry James <loganjerry@gmail.com> - 2.8-1
|
* Wed Apr 20 2022 Jerry James <loganjerry@gmail.com> - 2.8-1
|
||||||
- Version 2.8
|
- Version 2.8
|
||||||
- Bring back the doc subpackage
|
- Bring back the doc subpackage
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (networkx-2.8.tar.gz) = b3ab5c1cfa98f16c7a8a9bbff14100ce3270220be7cb869adc7bde4776924be14a7b5fd193754b4fa1e7f0944e404a38edbea18e7f10d0f10bbd803879f5816e
|
SHA512 (networkx-2.8.1.tar.gz) = 0d12e0f9941aae4bfb969aa10c8f676f46facf8862ea51acd920e98dd6af25a21d4346d855311a3485d7dfefe528ca8cf360f9b02a0f5e3c1712b6679ae75d63
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user