From 8ebadf3d6a6bb6118f96a47d4249a704bb98fcf4679e1e2e4c9b2f03603598b6 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 3 Apr 2017 14:33:48 +0000 Subject: [PATCH] Accepting request 484885 from home:TheBlackCat:branches:devel:languages:python Fix source URL. OBS-URL: https://build.opensuse.org/request/show/484885 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=6 --- python-wcwidth.changes | 5 +++++ python-wcwidth.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-wcwidth.changes b/python-wcwidth.changes index 8342d05..deec17b 100644 --- a/python-wcwidth.changes +++ b/python-wcwidth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 3 14:32:58 UTC 2017 - toddrme2178@gmail.com + +- Fix source URL. + ------------------------------------------------------------------- Sat Apr 1 21:00:22 UTC 2017 - toddrme2178@gmail.com diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 4058f92..929cc13 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -24,7 +24,7 @@ Summary: Number of Terminal column cells of wide-character codes License: MIT Group: Development/Languages/Python Url: https://github.com/jquast/wcwidth -Source: https://pypi.python.org/packages/source/w/wcwidth/wcwidth-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module nose}