From af21314edce36bffb78cc5e0be4b45fa90792200461f2d3aea09164feec34fa6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 16 Jan 2023 21:14:34 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=55 --- python-chardet.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-chardet.spec b/python-chardet.spec index b5c7ff5..a9629e2 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -33,6 +33,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-chardet%{psuffix} Version: 5.1.0 Release: 0 @@ -40,6 +41,7 @@ Summary: Universal encoding detector License: LGPL-2.1-or-later URL: https://github.com/chardet/chardet Source0: https://files.pythonhosted.org/packages/source/c/chardet/chardet-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} From 38dfe52bd91a5bc6fdff2579d2354875593f7abfa91b84b8d5f84e2bec44032d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 16 Jan 2023 21:14:57 +0000 Subject: [PATCH 2/2] - skip python 3.6 builds OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=56 --- python-chardet.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-chardet.changes b/python-chardet.changes index 1b1c995..bf0df17 100644 --- a/python-chardet.changes +++ b/python-chardet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 16 21:13:18 UTC 2023 - Dirk Müller + +- skip python 3.6 builds + ------------------------------------------------------------------- Mon Jan 2 18:40:26 UTC 2023 - Dirk Müller