From 841f790b2d11aef1e7dc39f08b081245ec1b8ee7e94f2950154ce14376baea26 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 7 Apr 2017 21:13:20 +0000 Subject: [PATCH] Accepting request 486643 from home:TheBlackCat:branches:devel:languages:python - Fix source url. OBS-URL: https://build.opensuse.org/request/show/486643 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=11 --- python-mistune.changes | 5 +++++ python-mistune.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-mistune.changes b/python-mistune.changes index 6105fc1..45f3bf0 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 7 21:13:02 UTC 2017 - toddrme2178@gmail.com + +- Fix source url. + ------------------------------------------------------------------- Fri Apr 7 20:00:54 UTC 2017 - toddrme2178@gmail.com diff --git a/python-mistune.spec b/python-mistune.spec index 371dc84..83726c1 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -24,7 +24,7 @@ Summary: The fastest markdown parser in pure Python License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/lepture/mistune -Source0: https://pypi.python.org/packages/source/m/mistune/mistune-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/m/mistune/mistune-%{version}.tar.gz BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: %{python_module Cython}