From 387018e51df969f17848b0ff58b95e0438ce445396845e7486ddb57f1036e7a2 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 29 Jun 2017 13:23:51 +0000 Subject: [PATCH] Accepting request 507048 from home:ecsos fix download source link OBS-URL: https://build.opensuse.org/request/show/507048 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=28 --- python-chardet.changes | 5 +++++ python-chardet.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-chardet.changes b/python-chardet.changes index e8193da..7034bef 100644 --- a/python-chardet.changes +++ b/python-chardet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 29 08:43:41 UTC 2017 - ecsos@opensuse.org + +- fix source link + ------------------------------------------------------------------- Sat Jun 10 08:39:04 UTC 2017 - dmueller@suse.com diff --git a/python-chardet.spec b/python-chardet.spec index 9715033..a429e47 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -24,7 +24,7 @@ Summary: Universal encoding detector License: LGPL-2.1+ Group: Development/Languages/Python Url: https://github.com/chardet/chardet -Source0: https://pypi.io/packages/source/c/charded/chardet-3.0.4.tar.gz +Source0: https://pypi.io/packages/source/c/chardet/chardet-%{version}.tar.gz Source1: python-chardet-rpmlintrc BuildRequires: %{python_module devel} BuildRequires: %{python_module hypothesis}