- Update to 2.1.6:

* drop support for Python 2.7
  * support Github Actions
  * update dev-dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cchardet?expand=0&rev=6
This commit is contained in:
Steve Kowalik 2020-09-15 06:35:35 +00:00 committed by Git OBS Bridge
parent c3fb25f6eb
commit 3b06fb9d94
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:240efe3f255f916769458343840b9c6403cf3192720bc5129792cbcb88bf72fb
size 653280

3
cchardet-2.1.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b76afb2059ad69eab576949980a17413c1e9e5a5624abf9e43542d8853f146b3
size 653913

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 15 06:29:26 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.1.6:
* drop support for Python 2.7
* support Github Actions
* update dev-dependencies
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 27 09:36:37 UTC 2020 - Petr Gajdos <pgajdos@suse.com> Wed May 27 09:36:37 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-cchardet Name: python-cchardet
Version: 2.1.5 Version: 2.1.6
Release: 0 Release: 0
Summary: cChardet is high speed universal character encoding detector Summary: cChardet is high speed universal character encoding detector
License: MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later License: MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later