1
0

Accepting request 868431 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/868431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2021-02-10 20:29:52 +00:00 committed by Git OBS Bridge
commit 30d82bec0a
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 1 14:05:38 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Disable python36 build for good. Next up is SciPy 1.6.0 dropping
Python 3.6 because of NEP 29.
- Mark the doc package files as doc.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 30 01:42:49 UTC 2021 - Ben Greiner <code@bnavigator.de> Sat Jan 30 01:42:49 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -18,8 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
# Temporarily reenabled until SciPy is updated, because the PyYAML fix needs to be merged first %define skip_python36 1
#%%define skip_python36 1
Name: python-networkx Name: python-networkx
Version: 2.5 Version: 2.5
Release: 0 Release: 0
@ -115,6 +114,6 @@ popd
%files -n %{name}-doc %files -n %{name}-doc
%license LICENSE.txt %license LICENSE.txt
%{_docdir}/networkx-%{version}/ %doc %{_docdir}/networkx-%{version}/
%changelog %changelog