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
This commit is contained in:
Benjamin Greiner 2022-01-07 22:24:42 +00:00 committed by Git OBS Bridge
parent 66b0f3b4c1
commit 6a74f353c4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 7 22:23:39 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Don't build on Python 3.6 (SLE/Leap backports safeguard)
-------------------------------------------------------------------
Thu Jan 6 11:23:57 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

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