15
0

Accepting request 1058777 from devel:languages:python

- skip python 3.6 builds

OBS-URL: https://build.opensuse.org/request/show/1058777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=33
This commit is contained in:
2023-01-18 12:08:14 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 16 21:13:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
- skip python 3.6 builds
-------------------------------------------------------------------
Mon Jan 2 18:40:26 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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