From 3b06fb9d94aa8d00415019f3d5b344d9948ac2a4e66633e8e893af020209f907 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 15 Sep 2020 06:35:35 +0000 Subject: [PATCH] - 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 --- cchardet-2.1.5.tar.gz | 3 --- cchardet-2.1.6.tar.gz | 3 +++ python-cchardet.changes | 8 ++++++++ python-cchardet.spec | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 cchardet-2.1.5.tar.gz create mode 100644 cchardet-2.1.6.tar.gz diff --git a/cchardet-2.1.5.tar.gz b/cchardet-2.1.5.tar.gz deleted file mode 100644 index 6107372..0000000 --- a/cchardet-2.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:240efe3f255f916769458343840b9c6403cf3192720bc5129792cbcb88bf72fb -size 653280 diff --git a/cchardet-2.1.6.tar.gz b/cchardet-2.1.6.tar.gz new file mode 100644 index 0000000..4d39579 --- /dev/null +++ b/cchardet-2.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76afb2059ad69eab576949980a17413c1e9e5a5624abf9e43542d8853f146b3 +size 653913 diff --git a/python-cchardet.changes b/python-cchardet.changes index 282899d..0a75864 100644 --- a/python-cchardet.changes +++ b/python-cchardet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 15 06:29:26 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-cchardet.spec b/python-cchardet.spec index 08e6d6a..a32ad74 100644 --- a/python-cchardet.spec +++ b/python-cchardet.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-cchardet -Version: 2.1.5 +Version: 2.1.6 Release: 0 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