From 6a74f353c49a4491b83e31bdacce941ef826c2d4db81e6b6b8a63409a4a5529d Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 7 Jan 2022 22:24:42 +0000 Subject: [PATCH] Accepting request 944833 from home:bnavigator:branches:devel:languages:python:jupyter - Don't build on Python 3.6 (SLE/Leap backports safeguard) OBS-URL: https://build.opensuse.org/request/show/944833 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=34 --- python-nbconvert.changes | 5 +++++ python-nbconvert.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-nbconvert.changes b/python-nbconvert.changes index e32e608..d475f03 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 7 22:23:39 UTC 2022 - Ben Greiner + +- Don't build on Python 3.6 (SLE/Leap backports safeguard) + ------------------------------------------------------------------- Thu Jan 6 11:23:57 UTC 2022 - Ben Greiner diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 2bf7a2e..c64f4f2 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -33,7 +33,6 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -%define skip_python36 1 Name: python-nbconvert%{psuffix} Version: 6.4.0 Release: 0 @@ -45,6 +44,7 @@ Source0: https://files.pythonhosted.org/packages/source/n/nbconvert/nbcon Source3: https://files.pythonhosted.org/packages/source/m/mistune/mistune-0.8.4.tar.gz # PATCH-FIX-OPENSUSE nbconvert-vendorize-mistune.patch -- gh#jupyter/nbconvert#1685 Patch1: nbconvert-vendorize-mistune.patch +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros