1
0

Accepting request 868388 from home:bnavigator:branches:devel:languages:python:numeric

- 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.

OBS-URL: https://build.opensuse.org/request/show/868388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=34
This commit is contained in:
2021-02-01 17:27:56 +00:00
committed by Git OBS Bridge
parent 997ad908e8
commit c050304104
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>

View File

@@ -18,8 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%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
Version: 2.5
Release: 0
@@ -115,6 +114,6 @@ popd
%files -n %{name}-doc
%license LICENSE.txt
%{_docdir}/networkx-%{version}/
%doc %{_docdir}/networkx-%{version}/
%changelog