From c0503041049c5ba12f04d5915004c07d80ead3f387ec9f6d5cf4116df22a59f4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 1 Feb 2021 17:27:56 +0000 Subject: [PATCH] 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 --- python-networkx.changes | 7 +++++++ python-networkx.spec | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-networkx.changes b/python-networkx.changes index 262d8f0..23cd259 100644 --- a/python-networkx.changes +++ b/python-networkx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 1 14:05:38 UTC 2021 - Benjamin Greiner + +- 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 diff --git a/python-networkx.spec b/python-networkx.spec index dd8e157..ddfd1de 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -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