From 6fb6b667fa609be7e5b524b4db11d65fea8c8500cf9c7e974c6f993b68da3272 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 10 Jun 2017 08:40:08 +0000 Subject: [PATCH] - update to 3.0.4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=27 --- chardet-2.3.0.tar.bz2 | 3 --- chardet-3.0.4.tar.gz | 3 +++ python-chardet.changes | 5 +++++ python-chardet.spec | 6 ++++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 chardet-2.3.0.tar.bz2 create mode 100644 chardet-3.0.4.tar.gz diff --git a/chardet-2.3.0.tar.bz2 b/chardet-2.3.0.tar.bz2 deleted file mode 100644 index 03b4fa9..0000000 --- a/chardet-2.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:631fa4710e363fcfd36f932ff44871b8f2f3b91ebb3d992b7280e7be83beed26 -size 130671 diff --git a/chardet-3.0.4.tar.gz b/chardet-3.0.4.tar.gz new file mode 100644 index 0000000..9501cc9 --- /dev/null +++ b/chardet-3.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae +size 1868453 diff --git a/python-chardet.changes b/python-chardet.changes index ae3fd1e..e8193da 100644 --- a/python-chardet.changes +++ b/python-chardet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 10 08:39:04 UTC 2017 - dmueller@suse.com + +- update to 3.0.4 + ------------------------------------------------------------------- Tue Mar 21 13:57:55 UTC 2017 - jmatejek@suse.com diff --git a/python-chardet.spec b/python-chardet.spec index 62cb5b0..9715033 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -18,15 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-chardet -Version: 2.3.0 +Version: 3.0.4 Release: 0 Summary: Universal encoding detector License: LGPL-2.1+ Group: Development/Languages/Python Url: https://github.com/chardet/chardet -Source0: chardet-%{version}.tar.bz2 +Source0: https://pypi.io/packages/source/c/charded/chardet-3.0.4.tar.gz Source1: python-chardet-rpmlintrc BuildRequires: %{python_module devel} +BuildRequires: %{python_module hypothesis} +BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros