From 7912b7f5fc402720b21369681092f00688b4acbe50b05f29ee8a0e7c602fd5ce Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Thu, 26 Jan 2017 09:28:04 +0000 Subject: [PATCH] Accepting request 452594 from home:matwey:branches:devel:languages:python - correct download url OBS-URL: https://build.opensuse.org/request/show/452594 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=13 --- python-construct.changes | 5 +++++ python-construct.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-construct.changes b/python-construct.changes index 48775ba..0342895 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 26 09:26:29 UTC 2017 - matwey.kornilov@gmail.com + +- correct download url + ------------------------------------------------------------------- Wed Jan 18 09:42:16 UTC 2017 - matwey.kornilov@gmail.com diff --git a/python-construct.spec b/python-construct.spec index 6ca6d62..161ff02 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -23,7 +23,7 @@ Summary: A powerful declarative parser/builder for binary data License: MIT Group: Development/Languages/Python Url: http://construct.readthedocs.org -Source: https://pypi.io/packages/source/c/construct/construct-%{version}.tar.gz +Source: https://github.com/construct/construct/archive/v%{version}/construct-%{version}.tar.gz # PATCH-FEATURE-OPENSUSE split_debug.patch matwey.kornilov@gmail.com -- make debug.py non-loadable Patch0: split_debug.patch BuildRequires: python-devel