From 68d98f3499b83eb63d5c09db4b4061ff60e08939a41d888b3b908dda874861b7 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 12 May 2016 16:38:06 +0000 Subject: [PATCH] Accepting request 395079 from home:TheBlackCat:branches:devel:languages:python Fix download URL. OBS-URL: https://build.opensuse.org/request/show/395079 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=7 --- python-hypothesis.changes | 5 +++++ python-hypothesis.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index b2fb19e..2253f6d 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 12 16:35:11 UTC 2016 - toddrme2178@gmail.com + +- Fix download URL. + ------------------------------------------------------------------- Mon May 9 17:57:36 UTC 2016 - toddrme2178@gmail.com diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 14be72d..bc0ae98 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -23,7 +23,7 @@ Summary: A library for property based testing License: MPL-2.0 Group: Development/Languages/Python Url: https://github.com/DRMacIver/hypothesis -Source: https://pypi.python.org/packages/source/h/hypothesis/hypothesis-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/h/hypothesis/hypothesis-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-Django >= 1.7